This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug debug/53135] [4.7/4.8 Regression] internal compiler error: in value_format, at dwarf2out.c:8010
- From: "dushistov at mail dot ru" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sat, 14 Jul 2012 22:18:12 +0000
- Subject: [Bug debug/53135] [4.7/4.8 Regression] internal compiler error: in value_format, at dwarf2out.c:8010
- Auto-submitted: auto-generated
- References: <bug-53135-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53135
--- Comment #3 from Evgeniy Dushistov <dushistov at mail dot ru> 2012-07-14 22:18:12 UTC ---
I searched commit which cause error.
Here is result of running test from this bugreport, with such command:
arm-none-eabi-g++ -O2 -g -c /tmp/test.cpp
good:
r182757 | paolo | 2011-12-31 21:29:30 +0400 (ÐÐ., 31 ÐÐÐ. 2011) | 14 lines
the next one in the trunk
bad:
r182760 | aoliva | 2012-01-01 00:02:48 +0400 (ÐÑ., 01 ÑÐÐ. 2012) | 26 lines
Can anybody add "aoliva" to "CC List"?