diff options
author | billingd <billingd@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-01-21 22:58:30 +0000 |
---|---|---|
committer | billingd <billingd@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-01-21 22:58:30 +0000 |
commit | 2001370fb3c23a4a78d496316a9164a688679ea3 (patch) | |
tree | 5a2d816d7a191868e88cf6a5e2a7db322feb5239 /gcc/testsuite | |
parent | d3138877682561e8faa61e9436db705367a2ff5c (diff) | |
download | gcc-2001370fb3c23a4a78d496316a9164a688679ea3.tar.gz |
2002-01-22 David Billinghurst <David.Billinghurst@riotinto.com>
* gcc.dg/20010207-1.c: Restrict to i?86-*-[eflno]*
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49059 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/testsuite')
-rw-r--r-- | gcc/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/20010207-1.c | 4 |
2 files changed, 7 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index e47a075dda8..a49135f1b8e 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2002-01-22 David Billinghurst <David.Billinghurst@riotinto.com> + + * gcc.dg/20010207-1.c: Restrict to i?86-*-[eflno]* + 2002-01-21 Franz Sirl <Franz.Sirl-kernel@lauterbach.com> * gcc.c-torture/compile/20020121-1.c: New test. diff --git a/gcc/testsuite/gcc.dg/20010207-1.c b/gcc/testsuite/gcc.dg/20010207-1.c index 1958f4c57c6..b92615d5efe 100644 --- a/gcc/testsuite/gcc.dg/20010207-1.c +++ b/gcc/testsuite/gcc.dg/20010207-1.c @@ -1,4 +1,6 @@ -/* { dg-do compile { target i?86-*-* } } */ +/* { dg-do compile { target i?86-*-[eflno]* } } */ +/* linux, (free|net|open)bsd and elf only */ +/* cygwin and mingw32, for example, don't support dwarf-2 */ /* { dg-options "-O3 -gdwarf-2" } */ extern inline int f1 (void) {return f2();} |