Commit 2c3e40f5 by Markus Trippelsdorf

Fix pr77937-1.c and pr77937-2.c testcases

From-SVN: r241156
parent 74d2b907
/* { dg-do compile } */ /* { dg-do compile } */
/* { dg-do options "-O3 -march=amdfam10" { target { x86_64-*-* } } } */ /* { dg-do options "-O3 -march=amdfam10" { target { i?86-*-* x86_64-*-* } } } */
int *a; int *a;
int b, c, d; int b, c, d;
......
/* { dg-do compile } */ /* { dg-do compile } */
/* { dg-do options "-O3 -march=amdfam10" { target { x86_64-*-* } } } */ /* { dg-do options "-O3 -march=amdfam10" { target { i?86-*-* x86_64-*-* } } } */
extern int fn2(int); extern int fn2(int);
extern int fn3(int); extern int fn3(int);
......
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