[Bug middle-end/44071] ICE with asm goto and __builtin_unreachable()

2011-07-08 Thread ramana at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44071 Ramana Radhakrishnan changed: What|Removed |Added CC||mirq-gccboogs at rere dot

[Bug middle-end/44071] ICE with asm goto and __builtin_unreachable()

2010-05-11 Thread jakub at gcc dot gnu dot org
--- Comment #13 from jakub at gcc dot gnu dot org 2010-05-11 18:25 --- Fixed. -- jakub at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug middle-end/44071] ICE with asm goto and __builtin_unreachable()

2010-05-11 Thread jakub at gcc dot gnu dot org
--- Comment #12 from jakub at gcc dot gnu dot org 2010-05-11 18:23 --- Subject: Bug 44071 Author: jakub Date: Tue May 11 18:22:52 2010 New Revision: 159289 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=159289 Log: PR middle-end/44071 * cfglayout.c (fixup_reorder

[Bug middle-end/44071] ICE with asm goto and __builtin_unreachable()

2010-05-11 Thread jakub at gcc dot gnu dot org
--- Comment #11 from jakub at gcc dot gnu dot org 2010-05-11 18:18 --- Subject: Bug 44071 Author: jakub Date: Tue May 11 18:17:43 2010 New Revision: 159288 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=159288 Log: PR middle-end/44071 * cfglayout.c (fixup_reorder

[Bug middle-end/44071] ICE with asm goto and __builtin_unreachable()

2010-05-11 Thread jakub at gcc dot gnu dot org
--- Comment #10 from jakub at gcc dot gnu dot org 2010-05-11 16:50 --- Yeah. BTW: you don't necessarily need to use the %l[f_yes] syntax, when there are no input operands of the asm goto you can just as well use %l0 resp. %l1. -- jakub at gcc dot gnu dot org changed: What

[Bug middle-end/44071] ICE with asm goto and __builtin_unreachable()

2010-05-11 Thread jakub at gcc dot gnu dot org
--- Comment #8 from jakub at gcc dot gnu dot org 2010-05-11 12:18 --- Created an attachment (id=20627) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20627&action=view) gcc46-pr44071.patch Updated patch that fixes the rest of the issues. The reason why testcase without __builtin_u

[Bug middle-end/44071] ICE with asm goto and __builtin_unreachable()

2010-05-11 Thread jakub at gcc dot gnu dot org
--- Comment #7 from jakub at gcc dot gnu dot org 2010-05-11 10:20 --- Created an attachment (id=20626) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20626&action=view) gcc46-pr44071.patch Untested fix for the ICE part (and, with __builtin_unreachable the generated code is even cor

[Bug middle-end/44071] ICE with asm goto and __builtin_unreachable()

2010-05-11 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added CC||matz at gcc dot gnu dot org Component|c