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 debug/48826] ICE in dwarf2out_var_location, at dwarf2out.c:22013


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

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-05-04 14:10:20 UTC ---
Most probably the backend is reordering insns after var-tracking, it shouldn't
be doing that.  ARM/SH/S390 backends all have fixed similar bugs very quickly
after this patch went in.


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