Commit 72c931b4 by Georg-Johann Lay Committed by Georg-Johann Lay

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
parent f421c426
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
......
load_lib target-supports.exp
if { [check_effective_target_int32plus] } {
return 0
}
return 1;
......@@ -9,6 +9,10 @@ struct S
struct S bar (void);
#if __SIZEOF_INT__ < 4
#define int __INT32_TYPE__
#endif
int a;
void
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment