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:
parent
10c63ba47c
commit
37e1a18f04
@ -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...
|
||||
|
@ -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 *, ...);
|
||||
|
@ -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);
|
||||
|
@ -1,4 +1,5 @@
|
||||
/* PR target/49163 */
|
||||
/* { dg-require-effective-target int32plus } */
|
||||
struct S1
|
||||
{
|
||||
unsigned f0:18;
|
||||
|
@ -1,5 +1,3 @@
|
||||
/* { dg-require-effective-target int32plus } */
|
||||
|
||||
#define F 140
|
||||
#define T 13
|
||||
|
||||
|
7
gcc/testsuite/gcc.c-torture/execute/cmpsi-2.x
Normal file
7
gcc/testsuite/gcc.c-torture/execute/cmpsi-2.x
Normal file
@ -0,0 +1,7 @@
|
||||
load_lib target-supports.exp
|
||||
|
||||
if { [check_effective_target_int16] } {
|
||||
return 1
|
||||
}
|
||||
|
||||
return 0;
|
@ -1,5 +1,4 @@
|
||||
/* PR middle-end/45262 */
|
||||
/* { dg-require-effective-target int32plus } */
|
||||
|
||||
extern void abort (void);
|
||||
|
||||
|
7
gcc/testsuite/gcc.c-torture/execute/pr45262.x
Normal file
7
gcc/testsuite/gcc.c-torture/execute/pr45262.x
Normal file
@ -0,0 +1,7 @@
|
||||
load_lib target-supports.exp
|
||||
|
||||
if { [check_effective_target_int16] } {
|
||||
return 1
|
||||
}
|
||||
|
||||
return 0;
|
Loading…
Reference in New Issue
Block a user