]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* gcc.dg/tm/reg-promotion.c: Modify dump message check.
authorAldy Hernandez <aldyh@redhat.com>
Mon, 10 Sep 2012 17:21:26 +0000 (17:21 +0000)
committerAldy Hernandez <aldyh@gcc.gnu.org>
Mon, 10 Sep 2012 17:21:26 +0000 (17:21 +0000)
From-SVN: r191154

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tm/reg-promotion.c

index 948f3c5c102493729839e8eb44df8495ab569f16..b8f4c39350d17ad3ee59b3d8857f891735d51915 100644 (file)
@@ -1,3 +1,12 @@
+2012-09-10  Aldy Hernandez  <aldyh@redhat.com>
+
+       * gcc.dg/tm/reg-promotion.c: Modify dump message check.
+
+2012-09-10  Aldy Hernandez  <aldyh@redhat.com>
+
+       * gcc.dg/pr52558-2.c: Delete.
+       * gcc.dg/simulate-thread/speculative-store-3.c: New.
+
 2012-09-10  Marc Glisse  <marc.glisse@inria.fr>
 
         * gcc.dg/tree-ssa/forwprop-20.c: New testcase.
        PR fortran/54208
        * gfortran.dg/bound_simplification_3.f90: New test.
 
-2012-09-07  Aldy Hernandez  <aldyh@redhat.com>
-
-       * gcc.dg/pr52558-2.c: Delete.
-       * gcc.dg/simulate-thread/speculative-store-3.c: New.
-
 2012-09-07  Aldy Hernandez  <aldyh@redhat.com>
 
        PR testsuite/54184
index 337c29f6c6e3d27c08d9c3cb35b7a56a63c01940..e48bfb2795d79c7bb7f9b40b0089aec875fff1fb 100644 (file)
@@ -20,5 +20,5 @@ void func()
   }
 }
 
-/* { dg-final { scan-tree-dump-times "MEM count_lsm.. count_lsm_flag" 1 "lim1" } } */
+/* { dg-final { scan-tree-dump-times "Cannot hoist conditional load of count because it is in a transaction" 1 "lim1" } } */
 /* { dg-final { cleanup-tree-dump "lim1" } } */