diff options
author | Alexandre Oliva <oliva@dcc.unicamp.br> | 1998-12-09 00:37:27 +0000 |
---|---|---|
committer | Alexandre Oliva <oliva@gcc.gnu.org> | 1998-12-09 00:37:27 +0000 |
commit | 752e02e4fc8a9379b6f7c808a9c9dc04c6b4815b (patch) | |
tree | 29f69f4834af79ca0d662e8b7b2ae8a8a19fb717 /gcc | |
parent | 2d8bf6c3c516262d9010ea08a4e52b6d2b02f558 (diff) | |
download | gcc-752e02e4fc8a9379b6f7c808a9c9dc04c6b4815b.zip gcc-752e02e4fc8a9379b6f7c808a9c9dc04c6b4815b.tar.gz gcc-752e02e4fc8a9379b6f7c808a9c9dc04c6b4815b.tar.bz2 |
* gcc.dg/ultrasp1.c: empty dg-options, avoid `long long' warnings
From-SVN: r24201
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 ef7df6d..4449b5f 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 8ccd604..853c72d 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) { |