Commit e4cfa46f by Janis Johnson Committed by Janis Johnson

re PR testsuite/35127 (Ineffective dg-options in gcc.c-torture/compile)

	PR testsuite/35127
	* gcc.c-torture/compile/20031125-1.c: Remove dg-do, dg-options.
	* gcc.c-torture/compile/20031125-2.c: Ditto.
	* gcc.c-torture/compile/20031203-1.c: Ditto.
	* gcc.c-torture/compile/acc1.c: Remove -O2 from dg-options.
	* gcc.c-torture/compile/builtin_constant_p.c: Remove dg-options.
	* gcc.c-torture/compile/pr21562.c: Remove -O3 from dg-options.
	* gcc.c-torture/compile/pr25483.c: Remove -O from dg-options.
	* gcc.c-torture/compile/pr32349.c: Remove -O2 from dg-options.
	* gcc.c-torture/compile/pr32355.c: Remove dg-options.
	* gcc.c-torture/compile/pr34448.c: Ditto.
	* gcc.c-torture/compile/pr34648.c: Remove -O2 from dg-options.

From-SVN: r135269
parent 9be33399
2008-05-13 Janis Johnson <janis187@us.ibm.com>
PR testsuite/35127
* gcc.c-torture/compile/20031125-1.c: Remove dg-do, dg-options.
* gcc.c-torture/compile/20031125-2.c: Ditto.
* gcc.c-torture/compile/20031203-1.c: Ditto.
* gcc.c-torture/compile/acc1.c: Remove -O2 from dg-options.
* gcc.c-torture/compile/builtin_constant_p.c: Remove dg-options.
* gcc.c-torture/compile/pr21562.c: Remove -O3 from dg-options.
* gcc.c-torture/compile/pr25483.c: Remove -O from dg-options.
* gcc.c-torture/compile/pr32349.c: Remove -O2 from dg-options.
* gcc.c-torture/compile/pr32355.c: Remove dg-options.
* gcc.c-torture/compile/pr34448.c: Ditto.
* gcc.c-torture/compile/pr34648.c: Remove -O2 from dg-options.
2008-05-13 Tom Tromey <tromey@redhat.com> 2008-05-13 Tom Tromey <tromey@redhat.com>
PR preprocessor/22168: PR preprocessor/22168:
/* { dg-do compile } */
/* { dg-options "-O2" } */
short *_offsetTable; short *_offsetTable;
/* This tests to make sure PRE splits the entry block ->block 0 edge /* This tests to make sure PRE splits the entry block ->block 0 edge
when there are multiple block 0 predecessors. when there are multiple block 0 predecessors.
......
/* { dg-do compile } */
/* { dg-options "-O2" } */
struct BlobSpan { struct BlobSpan {
int right; int right;
}; };
......
/* { dg-do compile } */
/* { dg-options "-O2" } */
void make_file_symbol_completion_list (char *); void make_file_symbol_completion_list (char *);
/* This tests to make sure PRE doesn't choose the wrong name when /* This tests to make sure PRE doesn't choose the wrong name when
inserting phi nodes. Otherwise, we get uses that aren't dominated inserting phi nodes. Otherwise, we get uses that aren't dominated
......
/* { dg-options "-O2 -ffast-math" } */ /* { dg-options "-ffast-math" } */
/* Fast maths allows tail recursion to be turned into iteration. */ /* Fast maths allows tail recursion to be turned into iteration. */
......
/* { dg-options "-O2" } */
int main (int argc, char *argv[]) int main (int argc, char *argv[])
{ {
static int a[] = { __builtin_constant_p (argc) ? 1 : 0 }; static int a[] = { __builtin_constant_p (argc) ? 1 : 0 };
......
/* { dg-options "-O3 -fno-inline" } */ /* { dg-options "-fno-inline" } */
struct foo { int a, b, c; }; struct foo { int a, b, c; };
void abort(void); void abort(void);
void exit(int); void exit(int);
......
/* { dg-options "-O -fmove-loop-invariants" } */ /* { dg-options "-fmove-loop-invariants" } */
static int mdct_win[8]; static int mdct_win[8];
int x; int x;
......
/* { dg-options "-O2 -fmodulo-sched" } */ /* { dg-options "-fmodulo-sched" } */
extern long *x1, *x2, *x3; extern long *x1, *x2, *x3;
......
/* { dg-options "-O3" } */
typedef struct typedef struct
{ {
} }
......
/* { dg-do compile } */
/* { dg-options "-O" } */
typedef struct chunk_t chunk_t; typedef struct chunk_t chunk_t;
struct chunk_t struct chunk_t
{ {
......
/* PR tree-optimization/34648 */ /* PR tree-optimization/34648 */
/* { dg-do compile } */ /* { dg-options "-fexceptions" } */
/* { dg-options "-O2 -fexceptions" } */
extern const unsigned short int **bar (void) __attribute__ ((const)); extern const unsigned short int **bar (void) __attribute__ ((const));
const char *a; const char *a;
......
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