http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56992
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED CC| |jakub at gcc dot gnu.org Component|c |rtl-optimization Resolution| |FIXED Target Milestone|--- |4.8.1 --- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> 2013-04-18 06:37:30 UTC --- Fixed already by: Author: krebbel Date: Fri Apr 12 05:39:49 2013 New Revision: 197840 URL: http://gcc.gnu.org/viewcvs?rev=197840&root=gcc&view=rev Log: 2013-04-12 Andreas Krebbel <andreas.kreb...@de.ibm.com> * ifcvt.c (end_ifcvt_sequence): Mark a and b for unsharing as well. Modified: branches/gcc-4_8-branch/gcc/ChangeLog branches/gcc-4_8-branch/gcc/ifcvt.c I've added the testcase: Author: jakub Date: Thu Apr 18 06:29:35 2013 New Revision: 198046 URL: http://gcc.gnu.org/viewcvs?rev=198046&root=gcc&view=rev Log: PR rtl-optimization/56992 * gcc.dg/pr56992.c: New test. Added: trunk/gcc/testsuite/gcc.dg/pr56992.c Modified: trunk/gcc/testsuite/ChangeLog Author: jakub Date: Thu Apr 18 06:30:39 2013 New Revision: 198047 URL: http://gcc.gnu.org/viewcvs?rev=198047&root=gcc&view=rev Log: PR rtl-optimization/56992 * gcc.dg/pr56992.c: New test. Added: branches/gcc-4_8-branch/gcc/testsuite/gcc.dg/pr56992.c Modified: branches/gcc-4_8-branch/gcc/testsuite/ChangeLog