From: Rainer Orth Date: Thu, 16 Jun 2011 18:52:21 +0000 (+0000) Subject: * gcc.dg/debug/pr49032.c: Prune mips-tfile warning. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9b4ffb145f6f31314b5138461f6cf557add7efab;p=gcc.git * gcc.dg/debug/pr49032.c: Prune mips-tfile warning. From-SVN: r175107 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 2c2d9ea452a..01be215537c 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2011-06-16 Rainer Orth + + * gcc.dg/debug/pr49032.c: Prune mips-tfile warning. + 2011-06-16 Tom de Vries PR target/45098 diff --git a/gcc/testsuite/gcc.dg/debug/pr49032.c b/gcc/testsuite/gcc.dg/debug/pr49032.c index 3985040d712..9074c756452 100644 --- a/gcc/testsuite/gcc.dg/debug/pr49032.c +++ b/gcc/testsuite/gcc.dg/debug/pr49032.c @@ -1,5 +1,7 @@ /* PR debug/49032 */ /* { dg-do link } */ +/* Prune mips-tfile warning on alpha*-dec-osf* with -gcoff* -O*. */ +/* { dg-prune-output "warning, s not found in .*symbol tables" } */ static int s = 42;