Commit 37e1a18f by Georg-Johann Lay Committed by Georg-Johann Lay

cmpsi-2.c: Undo 172757.

testsuite/
	* gcc.c-torture/execute/cmpsi-2.c: Undo 172757.
	* gcc.c-torture/execute/cmpsi-2.x: New file.
	* gcc.c-torture/execute/pr45262.c: Undo 172757.
	* gcc.c-torture/execute/pr45262.x: New file.
	* gcc.c-torture/compile/pr46534.c: Skip for AVR.
	* gcc.c-torture/compile/pr49029.c: Add dg-require-effective-target
	int32plus
	* gcc.c-torture/compile/pr49163.c: Ditto.

From-SVN: r175012
parent 10c63ba4
2011-06-14 Georg-Johann Lay <avr@gjlay.de>
* gcc.c-torture/execute/cmpsi-2.c: Undo 172757.
* gcc.c-torture/execute/cmpsi-2.x: New file.
* gcc.c-torture/execute/pr45262.c: Undo 172757.
* gcc.c-torture/execute/pr45262.x: New file.
* gcc.c-torture/compile/pr46534.c: Skip for AVR.
* gcc.c-torture/compile/pr49029.c: Add dg-require-effective-target
int32plus
* gcc.c-torture/compile/pr49163.c: Ditto.
2011-06-14 Ira Rosen <ira.rosen@linaro.org>
* gcc.dg/vect/vect-16.c: Rename to...
......
/* { dg-skip-if "too big" { pdp11-*-* } { "*" } { "" } } */
/* { dg-skip-if "too big" { avr-*-* pdp11-*-* } { "*" } { "" } } */
/* PR middle-end/46534 */
extern int printf (const char *, ...);
......
/* PR middle-end/49029 */
/* { dg-require-effective-target int32plus } */
struct S { volatile unsigned f : 11; signed g : 30; } __attribute__((packed));
struct T { volatile struct S h; } __attribute__((packed)) a;
void foo (int);
......
/* PR target/49163 */
/* { dg-require-effective-target int32plus } */
struct S1
{
unsigned f0:18;
......
/* { dg-require-effective-target int32plus } */
#define F 140
#define T 13
......
load_lib target-supports.exp
if { [check_effective_target_int16] } {
return 1
}
return 0;
/* PR middle-end/45262 */
/* { dg-require-effective-target int32plus } */
extern void abort (void);
......
load_lib target-supports.exp
if { [check_effective_target_int16] } {
return 1
}
return 0;
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