]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
alias-1.c: Add dg-require-effective-target scheduling.
authorSenthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
Tue, 14 May 2013 23:13:20 +0000 (23:13 +0000)
committerMike Stump <mrs@gcc.gnu.org>
Tue, 14 May 2013 23:13:20 +0000 (23:13 +0000)
2013-05-14  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>

    * gcc.dg/torture/alias-1.c: Add dg-require-effective-target
    scheduling.

From-SVN: r198909

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/torture/alias-1.c

index 4f9e5753dc960e9cd2ad6b1aabb2359492550b6b..d4059893482f71020cf20267c6095149d3b546d0 100644 (file)
@@ -1,3 +1,8 @@
+2013-05-14  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
+
+       * gcc.dg/torture/alias-1.c: Add dg-require-effective-target
+       scheduling.
+
 2013-05-14  Jakub Jelinek  <jakub@redhat.com>
 
        PR c++/57274
index 1e60341f7b6fe9b8256b143ef34858007f197187..92b8809907fa0949c97f30ff5086052e3c34efc2 100644 (file)
@@ -1,5 +1,6 @@
 /* { dg-do run } */
 /* { dg-options "-fschedule-insns" } */
+/* { dg-require-effective-target scheduling } */
 
 extern void abort (void) __attribute__((noreturn));