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 target/53682] [4.7/4.8 Regression] ICE in cselib_lookup (SEGV) on i586-linux-gnu


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

--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-06-15 12:00:45 UTC ---
Possible the second two calls of promote_debug_loc should be replaced by a loop
over the locs, looking for the right l->loc that -g0 would have created in that
case.  Anyway, it needs to be debugged how exactly -g0 vs. -g behaves in these
cases.


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