[Bug debug/68010] internal compiler error: in tree_to_shwi, at tree.h:3661
sr at evolgo dot de
gcc-bugzilla@gcc.gnu.org
Fri Nov 4 03:28:00 GMT 2016
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68010
--- Comment #9 from Stephan Rudlof <sr at evolgo dot de> ---
There is another - short - code snippet triggering this bug; see attachment
src.c
.
Session:
+++
sr@free:/tmp$ gcc --version
gcc (Debian 4.9.2-10) 4.9.2
Copyright (C) 2014 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
sr@free:/tmp$ gcc -c src.c
sr@free:/tmp$ gcc -O -c src.c
src.c: In function ‘String_new’:
src.c:29:1: internal compiler error: in tree_to_shwi, at tree.h:3661
}
^
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-4.9/README.Bugs> for instructions.
Preprocessed source stored into /tmp/ccAnah8K.out file, please attach this to
your bugreport.
sr@free:/tmp$
+++
More information about the Gcc-bugs
mailing list