This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/54088] ICE at dwarf2out.c:20632 with -O1 -g
- From: "jengelh at medozas dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sat, 28 Jul 2012 12:09:24 +0000
- Subject: [Bug c/54088] ICE at dwarf2out.c:20632 with -O1 -g
- Auto-submitted: auto-generated
- References: <bug-54088-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54088
--- Comment #2 from Jan Engelhardt <jengelh at medozas dot de> 2012-07-28 12:09:24 UTC ---
Created attachment 27883
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27883
Full preprocessed output
Thanks for reminding me about the standard procedure :)
The minimal command is
gcc -c -O1 -g -Wno-narrowing -pedantic -Wno-long-long -Wno-variadic-macros
-Wno-overlength-strings -fno-common c-parser.i -o c-parser.o
Both -O1 and -g are required; changing the g or O level will not trigger the
issue.