Commit 1f032a99 by Hans-Peter Nilsson Committed by Hans-Peter Nilsson

nest.c, [...]: Expect build failure on mmix-*-*.

	* gcc.dg/nest.c, gcc.dg/20021014-1.c: Expect build failure on
	mmix-*-*.

From-SVN: r58553
parent 7e5037dc
2002-10-26 Hans-Peter Nilsson <hp@bitrange.com>
* gcc.dg/nest.c, gcc.dg/20021014-1.c: Expect build failure on
mmix-*-*.
2002-10-25 Mike Stump <mrs@apple.com> 2002-10-25 Mike Stump <mrs@apple.com>
* gcc.dg/warn-1.c: New test. * gcc.dg/warn-1.c: New test.
......
/* { dg-do run } */ /* { dg-do run } */
/* { dg-options "-O2 -p" } */ /* { dg-options "-O2 -p" } */
/* { dg-build "profiler" "No profiler support" { xfail mmix-*-* } } */
extern void abort (void); extern void abort (void);
extern void exit (int); extern void exit (int);
......
/* PR 5967, PR 7114 */ /* PR 5967, PR 7114 */
/* { dg-do run } */ /* { dg-do run } */
/* { dg-options "-O2 -pg" } */ /* { dg-options "-O2 -pg" } */
/* { dg-build "profiler" "No profiler support" { xfail mmix-*-* } } */
long foo (long x) long foo (long x)
{ {
......
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