re PR testsuite/52641 (Test cases fail for 16-bit int targets)
PR testsuite/52641 * gcc.c-torture/execute/pr57124.x: Skip int16 platforms. * gcc.c-torture/execute/pr53366-1.x: New: Skip int16 platforms. From-SVN: r201123
This commit is contained in:
parent
95b97facf2
commit
119b97c369
@ -1,3 +1,9 @@
|
||||
2013-07-22 Georg-Johann Lay <avr@gjlay.de>
|
||||
|
||||
PR testsuite/52641
|
||||
* gcc.c-torture/execute/pr57124.x: Skip int16 platforms.
|
||||
* gcc.c-torture/execute/pr53366-1.x: New: Skip int16 platforms.
|
||||
|
||||
2013-07-22 Georg-Johann Lay <avr@gjlay.de>
|
||||
|
||||
PR testsuite/52641
|
||||
|
7
gcc/testsuite/gcc.c-torture/execute/pr53366-1.x
Normal file
7
gcc/testsuite/gcc.c-torture/execute/pr53366-1.x
Normal file
@ -0,0 +1,7 @@
|
||||
load_lib target-supports.exp
|
||||
|
||||
if { [check_effective_target_int16] } {
|
||||
return 1
|
||||
}
|
||||
|
||||
return 0
|
@ -1,2 +1,9 @@
|
||||
load_lib target-supports.exp
|
||||
|
||||
set additional_flags "-fno-strict-overflow"
|
||||
|
||||
if { [check_effective_target_int16] } {
|
||||
return 1
|
||||
}
|
||||
|
||||
return 0
|
||||
|
Loading…
Reference in New Issue
Block a user