* gnat.dg/loop_optimization7.adb: Remove dg-require-effective-target.
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 25 Nov 2010 11:53:04 +0000 (11:53 +0000)
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 25 Nov 2010 11:53:04 +0000 (11:53 +0000)
* gnat.dg/sse_nolib.adb: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@167143 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gnat.dg/loop_optimization7.adb
gcc/testsuite/gnat.dg/sse_nolib.adb

index 37c5b45..bc51b57 100644 (file)
@@ -1,3 +1,8 @@
+2010-11-25  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gnat.dg/loop_optimization7.adb: Remove dg-require-effective-target.
+       * gnat.dg/sse_nolib.adb: Likewise.
+
 2010-11-25  Alexander Monakov  <amonakov@ispras.ru>
 
        PR rtl-optimization/46585
index c6a5dc9..1668394 100644 (file)
@@ -1,7 +1,6 @@
 -- { dg-do compile }
 -- { dg-options "-O3" }
 -- { dg-options "-O3 -msse" { target i?86-*-* x86_64-*-* } }
--- { dg-require-effective-target sse } 
 
 package body Loop_Optimization7 is
 
index d678b9a..a6b7893 100644 (file)
@@ -1,6 +1,5 @@
 --  { dg-do run { target i?86-*-* x86_64-*-* } }
 --  { dg-options "-O1 -msse" }
---  { dg-require-effective-target sse } 
 
 with Ada.Unchecked_Conversion;
 
@@ -11,7 +10,7 @@ procedure SSE_Nolib is
    package SSE_Types is
       VECTOR_ALIGN : constant := 16;
       VECTOR_BYTES : constant := 16;
-            
+
       type m128 is private;
    private
       type m128 is array (1 .. 4) of Float;