diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 8d5e32c739d..1d34fb7213c 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2009-10-01 Loren J. Rittle + + * gcc.dg/20021014-1.c (*-*-freebsd*): Use dg-message. + 2009-10-01 Tobias Burnus PR fortran/41515 diff --git a/gcc/testsuite/gcc.dg/20021014-1.c b/gcc/testsuite/gcc.dg/20021014-1.c index 41aa3c37620..e43f7b297c5 100644 --- a/gcc/testsuite/gcc.dg/20021014-1.c +++ b/gcc/testsuite/gcc.dg/20021014-1.c @@ -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);