[Bug debug/54694] [4.7/4.8/4.9 Regression] internal compiler error: in dwarf2out_frame_debug_expr, at dwarf2out.c:2387

2014-01-15 Thread rth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54694 --- Comment #17 from Richard Henderson rth at gcc dot gnu.org --- Author: rth Date: Wed Jan 15 21:41:03 2014 New Revision: 206647 URL: http://gcc.gnu.org/viewcvs?rev=206647root=gccview=rev Log: PR debug/54694 Diagnose frame_pointer_required vs

[Bug debug/54694] [4.7/4.8/4.9 Regression] internal compiler error: in dwarf2out_frame_debug_expr, at dwarf2out.c:2387

2014-01-13 Thread rth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54694 --- Comment #15 from Richard Henderson rth at gcc dot gnu.org --- I'm tempted to simply say this is user-error. It's the use of the global register of EBP that's causing the problem. And honestly I don't see a way around it. The only possible

[Bug debug/54694] [4.7/4.8/4.9 Regression] internal compiler error: in dwarf2out_frame_debug_expr, at dwarf2out.c:2387

2014-01-13 Thread toralf.foerster at gmx dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54694 --- Comment #16 from Toralf Förster toralf.foerster at gmx dot de --- (In reply to Richard Henderson from comment #15) So one can also fix the problem by upgrading from qemu-kvm-1.1 to qemu-1.7. app-emulation/qemu1.4.2 doesn't show the error

[Bug debug/54694] [4.7/4.8/4.9 Regression] internal compiler error: in dwarf2out_frame_debug_expr, at dwarf2out.c:2387

2014-01-10 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54694 H.J. Lu hjl.tools at gmail dot com changed: What|Removed |Added CC||ubizjak at gmail dot

[Bug debug/54694] [4.7/4.8/4.9 Regression] internal compiler error: in dwarf2out_frame_debug_expr, at dwarf2out.c:2387

2014-01-10 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54694 --- Comment #13 from Uroš Bizjak ubizjak at gmail dot com --- (In reply to H.J. Lu from comment #12) *** Bug 59763 has been marked as a duplicate of this bug. *** Are you sure this is a duplicate? The ICE is at different location and adding

[Bug debug/54694] [4.7/4.8/4.9 Regression] internal compiler error: in dwarf2out_frame_debug_expr, at dwarf2out.c:2387

2014-01-10 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54694 --- Comment #14 from H.J. Lu hjl.tools at gmail dot com --- (In reply to Uroš Bizjak from comment #13) (In reply to H.J. Lu from comment #12) *** Bug 59763 has been marked as a duplicate of this bug. *** Are you sure this is a duplicate? The

[Bug debug/54694] [4.7/4.8/4.9 Regression] internal compiler error: in dwarf2out_frame_debug_expr, at dwarf2out.c:2387

2013-12-19 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54694 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|--- |4.7.4

[Bug debug/54694] [4.7/4.8/4.9 Regression] internal compiler error: in dwarf2out_frame_debug_expr, at dwarf2out.c:2387

2013-11-28 Thread Joost.VandeVondele at mat dot ethz.ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54694 Joost VandeVondele Joost.VandeVondele at mat dot ethz.ch changed: What|Removed |Added Status|WAITING

[Bug debug/54694] [4.7/4.8/4.9 Regression] internal compiler error: in dwarf2out_frame_debug_expr, at dwarf2out.c:2387

2013-11-28 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54694 H.J. Lu hjl.tools at gmail dot com changed: What|Removed |Added Last reconfirmed|2013-11-28 00:00:00 |2012-09-25 0:00

[Bug debug/54694] [4.7/4.8/4.9 Regression] internal compiler error: in dwarf2out_frame_debug_expr, at dwarf2out.c:2387

2013-11-28 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54694 --- Comment #11 from H.J. Lu hjl.tools at gmail dot com --- I won't call it exactly a regression since -mavx is a new option and -march=native adds -mavx implicitly.