simd-4.x: Only run when stdint.h types are available.

* gcc.c-torture/execute/simd-4.x: Only run when stdint.h types are
	  available.

From-SVN: r127734
This commit is contained in:
Rask Ingemann Lambertsen 2007-08-23 14:13:10 +02:00 committed by Rask Ingemann Lambertsen
parent 7af6648c59
commit d97ac71d00
2 changed files with 12 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2007-08-23 Rask Ingemann Lambertsen <rask@sygehus.dk>
* gcc.c-torture/execute/simd-4.x: Only run when stdint.h types are
available.
2007-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
PR fortran/33095

View file

@ -0,0 +1,7 @@
load_lib target-supports.exp
if { [check_effective_target_stdint_types] } {
return 0
}
return 1;