* gcc.dg/20021014-1.c (*-*-freebsd*): Use dg-message.

From-SVN: r152386
This commit is contained in:
Loren J. Rittle 2009-10-01 23:08:07 +00:00 committed by Loren J. Rittle
parent cd0961a515
commit 0a5a37d431
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2009-10-01 Loren J. Rittle <ljrittle@acm.org>
* gcc.dg/20021014-1.c (*-*-freebsd*): Use dg-message.
2009-10-01 Tobias Burnus <burnus@net-b.de>
PR fortran/41515

View File

@ -3,7 +3,7 @@
/* { dg-options "-O2 -p" } */
/* { dg-options "-O2 -p -static" { target hppa*-*-hpux* } } */
/* { dg-error "profiler" "No profiler support" { target xstormy16-*-* } 0 } */
/* { dg-error "" "consider using `-pg' instead of `-p' with gprof(1)" { target *-*-freebsd* } 0 } */
/* { dg-message "" "consider using `-pg' instead of `-p' with gprof(1)" { target *-*-freebsd* } 0 } */
extern void abort (void);
extern void exit (int);