pr29584.c: Only run test if pointers have the same size as "long int" and are 32 or 64...

* gcc.dg/torture/pr29584.c: Only run test if pointers have the same
	  size as "long int" and are 32 or 64 bits wide.
	* gcc.dg/torture/pr28814.c: Likewise.

From-SVN: r126907
This commit is contained in:
Rask Ingemann Lambertsen 2007-07-25 12:58:48 +02:00 committed by Rask Ingemann Lambertsen
parent 024fefe28f
commit ba6cb9d268
3 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2007-07-25 Rask Ingemann Lambertsen <rask@sygehus.dk>
* gcc.dg/torture/pr29584.c: Only run test if pointers have the same
size as "long int" and are 32 or 64 bits wide.
* gcc.dg/torture/pr28814.c: Likewise.
2007-07-25 Rask Ingemann Lambertsen <rask@sygehus.dk>
* gcc.dg/torture/pr30313.c (struct S): Make sure the bit-field is

View File

@ -1,4 +1,4 @@
/* { dg-do compile } */
/* { dg-do compile { target { ilp32 || lp64 } } } */
struct w49
{

View File

@ -1,5 +1,5 @@
/* PR middle-end/29584 */
/* { dg-do compile } */
/* { dg-do compile { target { ilp32 || lp64 } } } */
extern void *foo1 (void);
extern void foo2 (void);