20010207-1.c: Restrict to i?86-*-[eflno]*
authorDavid Billinghurst <David.Billinghurst@riotinto.com>
Mon, 21 Jan 2002 22:58:30 +0000 (22:58 +0000)
committerDavid Billinghurst <billingd@gcc.gnu.org>
Mon, 21 Jan 2002 22:58:30 +0000 (22:58 +0000)
2002-01-22  David Billinghurst <David.Billinghurst@riotinto.com>

* gcc.dg/20010207-1.c: Restrict to i?86-*-[eflno]*

From-SVN: r49059

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/20010207-1.c

index e47a075dda8b28a3f033e35af9b126ba0329b5fb..a49135f1b8e7c3304caa35c30815fc43c9934531 100644 (file)
@@ -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.
index 1958f4c57c65266c3676707f5c7ca3e14d412fc6..b92615d5efe3dd60c3940c0438513f5da8bc7f8e 100644 (file)
@@ -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();}