Commit a743523c by Alexandre Oliva Committed by Alexandre Oliva

pr41616-1.c: Drop -O2.

* gcc.dg/guality/pr41616-1.c: Drop -O2.
* gcc.dg/guality/pr41447-1.c: Likewise.  Name main.

From-SVN: r152750
parent a83f5409
2009-10-14 Alexandre Oliva <aoliva@redhat.com>
* gcc.dg/guality/pr41616-1.c: Drop -O2.
* gcc.dg/guality/pr41447-1.c: Likewise. Name main.
2009-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> 2009-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* gfortran.dg/complex_intrinsic_8.f90: New test. * gfortran.dg/complex_intrinsic_8.f90: New test.
......
/* { dg-do run { xfail *-*-* } } */ /* { dg-do run { xfail *-*-* } } */
/* { dg-options "-g -O2" } */ /* { dg-options "-g" } */
#include "guality.h" #include "guality.h"
int a; int a;
int foo() int
main (int argc, char *argv[])
{ {
int tmp = a; int tmp = a;
int tmp2 = a; int tmp2 = a;
......
/* { dg-do run { xfail *-*-* } } */ /* { dg-do run { xfail *-*-* } } */
/* { dg-options "-g -O2" } */ /* { dg-options "-g" } */
#include "guality.h" #include "guality.h"
......
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