Commit ba6cb9d2 by Rask Ingemann Lambertsen Committed by Rask Ingemann Lambertsen

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
parent 024fefe2
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
exactly as wide as an int.
/* { dg-do compile } */
/* { dg-do compile { target { ilp32 || lp64 } } } */
struct w49
{
......
/* PR middle-end/29584 */
/* { dg-do compile } */
/* { dg-do compile { target { ilp32 || lp64 } } } */
extern void *foo1 (void);
extern void foo2 (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