[Bug c++/17913] ICE jumping into statement expression
hiraditya at msn dot com
gcc-bugzilla@gcc.gnu.org
Mon Feb 19 06:56:00 GMT 2018
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=17913
AK <hiraditya at msn dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |hiraditya at msn dot com
--- Comment #25 from AK <hiraditya at msn dot com> ---
I think this bug is fixed:
void f(void) { 1 ? 1 : ({ a : 1; 1; }); goto a; }
g++-7.3 -O3 -std=c++11 test.c -S -o -
f():
.L2:
jmp .L2
More information about the Gcc-bugs
mailing list