re PR testsuite/52641 (Test cases fail for 16-bit int targets)

PR testsuite/52641
	* gcc.c-torture/execute/20120919-1.x: New file (int32plus).
	* gcc.dg/pr54676.c: Make work for 16-bit int.

From-SVN: r193826
This commit is contained in:
Georg-Johann Lay 2012-11-26 18:46:12 +00:00 committed by Georg-Johann Lay
parent f421c426a2
commit 72c931b4f6
3 changed files with 17 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2012-11-26 Georg-Johann Lay <avr@gjlay.de>
PR testsuite/52641
* gcc.c-torture/execute/20120919-1.x: New file (int32plus).
* gcc.dg/pr54676.c: Make work for 16-bit int.
2012-11-26 Vladimir Makarov <vmakarov@redhat.com>
PR target/55277

View File

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

View File

@ -9,6 +9,10 @@ struct S
struct S bar (void);
#if __SIZEOF_INT__ < 4
#define int __INT32_TYPE__
#endif
int a;
void