Commit 0ae41159 by Joe Seymour Committed by Janis Johnson

pr53060.c: Prune irrelevant warning.

2012-10-12  Joe Seymour  <jseymour@codesourcery.com>

	* gcc.dg/pr53060.c: Prune irrelevant warning.

From-SVN: r192407
parent 3a785c97
2012-10-12 Joe Seymour <jseymour@codesourcery.com>
* gcc.dg/pr53060.c: Prune irrelevant warning.
2012-10-12 Jakub Jelinek <jakub@redhat.com> 2012-10-12 Jakub Jelinek <jakub@redhat.com>
PR c/54381 PR c/54381
......
...@@ -22,3 +22,6 @@ int main() ...@@ -22,3 +22,6 @@ int main()
if (i[0] != 3) abort(); if (i[0] != 3) abort();
return 0; return 0;
} }
/* Ignore a warning that is irrelevant to the purpose of this test. */
/* { dg-prune-output ".*GCC vector returned by reference.*" } */
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