Commit 32abfc26 by David Billinghurst Committed by David Billinghurst

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
parent 2e396476
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> 2002-01-21 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
* gcc.c-torture/compile/20020121-1.c: New test. * gcc.c-torture/compile/20020121-1.c: New test.
......
/* { 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" } */ /* { dg-options "-O3 -gdwarf-2" } */
extern inline int f1 (void) {return f2();} extern inline int f1 (void) {return f2();}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment