Status: Untriaged
Owner: ----
New issue 6881 by
daffra.c...@gmail.com: Warning Chrome : Invalid asm.js: Unexpected token
https://bugs.chromium.org/p/v8/issues/detail?id=6881Version: 61.0.3163.100 (Build ufficiale) (a 64 bit)
OS: windows 10 pro
Architecture: x64
What steps will reproduce the problem?
this file was generated by Emscripten :
I've compiled multiple sources without rewriting this warning,
but in my file, Chrome returns a warning, everything works anyway
OK in Firefox and Edge.
chrome 61 : Emscripten 1.37.21 : window 10 pro
while((ptr|0) <= (block_aligned_end|0)) {
HEAP32[((ptr)>>2)]=value4; <-- Warning
HEAP32[(((ptr)+(4))>>2)]=value4;
HEAP32[(((ptr)+(8))>>2)]=value4;
HEAP32[(((ptr)+(12))>>2)]=value4;
HEAP32[(((ptr)+(16))>>2)]=value4;
HEAP32[(((ptr)+(20))>>2)]=value4;
HEAP32[(((ptr)+(24))>>2)]=value4;
HEAP32[(((ptr)+(28))>>2)]=value4;
HEAP32[(((ptr)+(32))>>2)]=value4;
HEAP32[(((ptr)+(36))>>2)]=value4;
HEAP32[(((ptr)+(40))>>2)]=value4;
HEAP32[(((ptr)+(44))>>2)]=value4;
HEAP32[(((ptr)+(48))>>2)]=value4;
HEAP32[(((ptr)+(52))>>2)]=value4;
HEAP32[(((ptr)+(56))>>2)]=value4;
HEAP32[(((ptr)+(60))>>2)]=value4;
ptr = (ptr + 64)|0;
}
What is the expected output?
no warning
What do you see instead?
warning in this line
HEAP32[((ptr)>>2)]=value4; <-- Warning
Please use labels and text to provide additional information.
i'm doing other tests, it has not happened anymore
Attachments:
warning.jpg 100 KB
--
You received this message because:
1. The project was configured to send all issue notifications to this address
You may adjust your notification preferences at:
https://bugs.chromium.org/hosting/settings