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:
parent
7af6648c59
commit
d97ac71d00
2 changed files with 12 additions and 0 deletions
|
@ -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
|
||||
|
|
7
gcc/testsuite/gcc.c-torture/execute/simd-4.x
Normal file
7
gcc/testsuite/gcc.c-torture/execute/simd-4.x
Normal file
|
@ -0,0 +1,7 @@
|
|||
load_lib target-supports.exp
|
||||
|
||||
if { [check_effective_target_stdint_types] } {
|
||||
return 0
|
||||
}
|
||||
|
||||
return 1;
|
Loading…
Add table
Reference in a new issue