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:
Georg-Johann Lay 2013-07-22 11:22:25 +00:00 committed by Georg-Johann Lay
parent 95b97facf2
commit 119b97c369
3 changed files with 20 additions and 0 deletions

View File

@ -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

View File

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

View File

@ -1,2 +1,9 @@
load_lib target-supports.exp
set additional_flags "-fno-strict-overflow"
if { [check_effective_target_int16] } {
return 1
}
return 0