This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/54824] [4.8 Regression] ICE in verify_loop_structure
- From: "hubicka at ucw dot cz" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 16 Oct 2012 14:21:29 +0000
- Subject: [Bug tree-optimization/54824] [4.8 Regression] ICE in verify_loop_structure
- Auto-submitted: auto-generated
- References: <bug-54824-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54824
--- Comment #7 from Jan Hubicka <hubicka at ucw dot cz> 2012-10-16 14:21:29 UTC ---
> I'll try to plug the hole somewhere. Honza, any good idea?
Hmm, adding __bulitin_noreturn call when this happens?
Sounds sloppy, too. We should ask user to fix the source, too.
Honza