[Bug rtl-optimization/61772] RTL if-conversion removes asm volatile goto

2015-02-16 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61772 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug rtl-optimization/61772] RTL if-conversion removes asm volatile goto

2014-07-15 Thread matz at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61772 --- Comment #2 from Michael Matz --- Author: matz Date: Tue Jul 15 14:11:06 2014 New Revision: 212563 URL: https://gcc.gnu.org/viewcvs?rev=212563&root=gcc&view=rev Log: PR rtl-optimization/61772 * ifcvt.c (dead_or_predicable): Ch

[Bug rtl-optimization/61772] RTL if-conversion removes asm volatile goto

2014-07-10 Thread matz at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61772 --- Comment #1 from Michael Matz --- Created attachment 33102 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33102&action=edit Patch Possible patch for the problem. There are many predicates for testing various forms of jump, after ponder