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
This commit is contained in:
Janis Johnson 2008-05-13 18:06:33 +00:00 committed by Janis Johnson
parent 9be33399ba
commit e4cfa46f4d
12 changed files with 20 additions and 19 deletions

View File

@ -1,3 +1,18 @@
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>
PR preprocessor/22168:

View File

@ -1,5 +1,3 @@
/* { dg-do compile } */
/* { dg-options "-O2" } */
short *_offsetTable;
/* This tests to make sure PRE splits the entry block ->block 0 edge
when there are multiple block 0 predecessors.

View File

@ -1,5 +1,3 @@
/* { dg-do compile } */
/* { dg-options "-O2" } */
struct BlobSpan {
int right;
};

View File

@ -1,5 +1,3 @@
/* { dg-do compile } */
/* { dg-options "-O2" } */
void make_file_symbol_completion_list (char *);
/* This tests to make sure PRE doesn't choose the wrong name when
inserting phi nodes. Otherwise, we get uses that aren't dominated

View File

@ -1,4 +1,4 @@
/* { dg-options "-O2 -ffast-math" } */
/* { dg-options "-ffast-math" } */
/* Fast maths allows tail recursion to be turned into iteration. */

View File

@ -1,5 +1,3 @@
/* { dg-options "-O2" } */
int main (int argc, char *argv[])
{
static int a[] = { __builtin_constant_p (argc) ? 1 : 0 };

View File

@ -1,4 +1,4 @@
/* { dg-options "-O3 -fno-inline" } */
/* { dg-options "-fno-inline" } */
struct foo { int a, b, c; };
void abort(void);
void exit(int);

View File

@ -1,4 +1,4 @@
/* { dg-options "-O -fmove-loop-invariants" } */
/* { dg-options "-fmove-loop-invariants" } */
static int mdct_win[8];
int x;

View File

@ -1,4 +1,4 @@
/* { dg-options "-O2 -fmodulo-sched" } */
/* { dg-options "-fmodulo-sched" } */
extern long *x1, *x2, *x3;

View File

@ -1,5 +1,3 @@
/* { dg-options "-O3" } */
typedef struct
{
}

View File

@ -1,6 +1,3 @@
/* { dg-do compile } */
/* { dg-options "-O" } */
typedef struct chunk_t chunk_t;
struct chunk_t
{

View File

@ -1,7 +1,6 @@
/* PR tree-optimization/34648 */
/* { dg-do compile } */
/* { dg-options "-O2 -fexceptions" } */
/* { dg-options "-fexceptions" } */
extern const unsigned short int **bar (void) __attribute__ ((const));
const char *a;