pr53060.c: Prune irrelevant warning.
authorJoe Seymour <jseymour@codesourcery.com>
Fri, 12 Oct 2012 18:40:54 +0000 (18:40 +0000)
committerJanis Johnson <janis@gcc.gnu.org>
Fri, 12 Oct 2012 18:40:54 +0000 (18:40 +0000)
2012-10-12  Joe Seymour  <jseymour@codesourcery.com>

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

From-SVN: r192407

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/pr53060.c

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