diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 2 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/ultrasp1.c | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index ef7df6d4709..4449b5f1682 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,5 +1,7 @@ 1998-12-09 Alexandre Oliva <oliva@dcc.unicamp.br> + * gcc.dg/ultrasp1.c: empty dg-options, avoid `long long' warnings + * g++.old-deja/g++.pt/instantiate6.C: linker error, not crash Tue Dec 8 22:50:04 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com> diff --git a/gcc/testsuite/gcc.dg/ultrasp1.c b/gcc/testsuite/gcc.dg/ultrasp1.c index 8ccd60474ab..853c72d35ab 100644 --- a/gcc/testsuite/gcc.dg/ultrasp1.c +++ b/gcc/testsuite/gcc.dg/ultrasp1.c @@ -1,6 +1,7 @@ /* Simplified from testcase by David Staepelaere <staapa@ultimatech.com> */ /* { dg-do compile { xfail sparc-*-* } } */ +/* { dg-options "" } */ /* { dg-options -mcpu=ultrasparc { target sparc-*-*-* } } */ int foo(long long y) { |