mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-12 02:44:34 +08:00
nest.c: Expect error for mmix-*-*.
* gcc.dg/nest.c: Expect error for mmix-*-*. * gcc.dg/20021014-1.c: Use dg-error, not dg-build. From-SVN: r58586
This commit is contained in:
parent
d7521977eb
commit
96a888d64d
@ -1,3 +1,8 @@
|
||||
2002-10-27 Hans-Peter Nilsson <hp@bitrange.com>
|
||||
|
||||
* gcc.dg/nest.c: Expect error for mmix-*-*.
|
||||
* gcc.dg/20021014-1.c: Use dg-error, not dg-build.
|
||||
|
||||
2002-10-26 Hans-Peter Nilsson <hp@bitrange.com>
|
||||
|
||||
* gcc.dg/wint_t-1.c, gcc.dg/wchar_t-1.c: Remove excess-errors
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* { dg-do run } */
|
||||
/* { dg-options "-O2 -p" } */
|
||||
/* { dg-build "profiler" "No profiler support" { xfail mmix-*-* } } */
|
||||
/* { dg-error "profiler" "No profiler support" { target mmix-*-* } 0 } */
|
||||
|
||||
extern void abort (void);
|
||||
extern void exit (int);
|
||||
|
@ -1,6 +1,7 @@
|
||||
/* PR 5967, PR 7114 */
|
||||
/* { dg-do run } */
|
||||
/* { dg-options "-O2 -pg" } */
|
||||
/* { dg-error "profiler" "No profiler support" { target mmix-*-* } 0 } */
|
||||
|
||||
long foo (long x)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user