This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug lto/42987] Testcases local1-a.cc and local1.C cause ICE when compiled with -flto -g


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42987

Zdenek Sojka <zsojka at seznam dot cz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |zsojka at seznam dot cz

--- Comment #4 from Zdenek Sojka <zsojka at seznam dot cz> 2010-10-18 13:54:04 UTC ---
Seems to have disappeared between r165540 (crash) and r165629 (OK).
(x64_64-linux)
(maybe fixed by http://gcc.gnu.org/viewcvs?view=revision&revision=165629 )

r165540:
$ g++ local1.C local1-a.cc -flto -g
lto1: internal compiler error: in dwarf2out_finish, at dwarf2out.c:22860

r165629:
$ g++ local1.C local1-a.cc -flto -g


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]