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
This commit is contained in:
Georg-Johann Lay 2011-06-14 10:45:17 +00:00 committed by Georg-Johann Lay
parent 10c63ba47c
commit 37e1a18f04
8 changed files with 28 additions and 4 deletions

View File

@ -1,3 +1,14 @@
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...

View File

@ -1,4 +1,4 @@
/* { dg-skip-if "too big" { pdp11-*-* } { "*" } { "" } } */
/* { dg-skip-if "too big" { avr-*-* pdp11-*-* } { "*" } { "" } } */
/* PR middle-end/46534 */
extern int printf (const char *, ...);

View File

@ -1,4 +1,5 @@
/* 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);

View File

@ -1,4 +1,5 @@
/* PR target/49163 */
/* { dg-require-effective-target int32plus } */
struct S1
{
unsigned f0:18;

View File

@ -1,5 +1,3 @@
/* { dg-require-effective-target int32plus } */
#define F 140
#define T 13

View File

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

View File

@ -1,5 +1,4 @@
/* PR middle-end/45262 */
/* { dg-require-effective-target int32plus } */
extern void abort (void);

View File

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