diff options
author | David Billinghurst <David.Billinghurst@riotinto.com> | 2002-01-21 22:58:30 +0000 |
---|---|---|
committer | David Billinghurst <billingd@gcc.gnu.org> | 2002-01-21 22:58:30 +0000 |
commit | 32abfc26ab362c2ae6b6a2180503d987776f195d (patch) | |
tree | 5a2d816d7a191868e88cf6a5e2a7db322feb5239 /gcc | |
parent | 2e3964763a9c0f12cc15b2b787e3d0ed5c93ca63 (diff) | |
download | gcc-32abfc26ab362c2ae6b6a2180503d987776f195d.zip gcc-32abfc26ab362c2ae6b6a2180503d987776f195d.tar.gz gcc-32abfc26ab362c2ae6b6a2180503d987776f195d.tar.bz2 |
20010207-1.c: Restrict to i?86-*-[eflno]*
2002-01-22 David Billinghurst <David.Billinghurst@riotinto.com>
* gcc.dg/20010207-1.c: Restrict to i?86-*-[eflno]*
From-SVN: r49059
Diffstat (limited to 'gcc')
-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 e47a075..a49135f 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 1958f4c..b92615d 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();} |