]> gcc.gnu.org Git - gcc.git/commitdiff
re PR rtl-optimization/33648 (ICE in verify_flow_info for -fmodulo-sched -freorder...
authorJakub Jelinek <jakub@redhat.com>
Mon, 5 Nov 2007 21:55:37 +0000 (22:55 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Mon, 5 Nov 2007 21:55:37 +0000 (22:55 +0100)
PR rtl-optimization/33648
* gcc.dg/pr33648.c: New test.

From-SVN: r129909

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/pr33648.c

index fd0ab201d406ed958bb1cf66c66c8fd5c4d74b82..1f1313acc7d1efa1f20c3d40f03292dfda210efa 100644 (file)
@@ -1,3 +1,8 @@
+2007-11-05  Jakub Jelinek  <jakub@redhat.com>
+
+       PR rtl-optimization/33648
+       * gcc.dg/pr33648.c: New test.
+
 2007-11-05  Revital Eres  <eres@il.ibm.com>
 
        * lib/target-supports.exp (check_750cl_hw_available): Fix typo.
index b5d46b7aef425adeec281b8f75d83509dcec209c..f5da55cd47cee2221bc3b0d9a8a480744e3b2203 100644 (file)
@@ -1,5 +1,6 @@
 /* PR rtl-optimization/33648 */
 /* { dg-do compile } */
+/* { dg-require-effective-target freorder } */
 /* { dg-options "-O2 -fmodulo-sched -freorder-blocks-and-partition" } */
 
 unsigned res;
This page took 0.120201 seconds and 5 git commands to generate.