mirror of git://gcc.gnu.org/git/gcc.git
loop_optimization7.adb: Remove dg-require-effective-target.
* gnat.dg/loop_optimization7.adb: Remove dg-require-effective-target. * gnat.dg/sse_nolib.adb: Likewise. From-SVN: r167143
This commit is contained in:
parent
9ef1bf719b
commit
c8230704c4
|
|
@ -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>
|
2010-11-25 Alexander Monakov <amonakov@ispras.ru>
|
||||||
|
|
||||||
PR rtl-optimization/46585
|
PR rtl-optimization/46585
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
-- { dg-do compile }
|
-- { dg-do compile }
|
||||||
-- { dg-options "-O3" }
|
-- { dg-options "-O3" }
|
||||||
-- { dg-options "-O3 -msse" { target i?86-*-* x86_64-*-* } }
|
-- { dg-options "-O3 -msse" { target i?86-*-* x86_64-*-* } }
|
||||||
-- { dg-require-effective-target sse }
|
|
||||||
|
|
||||||
package body Loop_Optimization7 is
|
package body Loop_Optimization7 is
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,5 @@
|
||||||
-- { dg-do run { target i?86-*-* x86_64-*-* } }
|
-- { dg-do run { target i?86-*-* x86_64-*-* } }
|
||||||
-- { dg-options "-O1 -msse" }
|
-- { dg-options "-O1 -msse" }
|
||||||
-- { dg-require-effective-target sse }
|
|
||||||
|
|
||||||
with Ada.Unchecked_Conversion;
|
with Ada.Unchecked_Conversion;
|
||||||
|
|
||||||
|
|
@ -11,7 +10,7 @@ procedure SSE_Nolib is
|
||||||
package SSE_Types is
|
package SSE_Types is
|
||||||
VECTOR_ALIGN : constant := 16;
|
VECTOR_ALIGN : constant := 16;
|
||||||
VECTOR_BYTES : constant := 16;
|
VECTOR_BYTES : constant := 16;
|
||||||
|
|
||||||
type m128 is private;
|
type m128 is private;
|
||||||
private
|
private
|
||||||
type m128 is array (1 .. 4) of Float;
|
type m128 is array (1 .. 4) of Float;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue