[committed] Re: new FAILs on HEAD

Andrew Pinski pinskia@physics.uc.edu
Mon Oct 4 17:10:00 GMT 2004


I used the wrong option when I committed the testcase, fixed thusly:
On Oct 4, 2004, at 1:00 PM, Michael Ritzert wrote:

> gcc.dg/unused-7.c


2004-10-04  Andrew Pinski  <pinskia@physics.uc.edu>

         * gcc.dg/unused-7.c: Use the correct option.


Index: gcc.dg/unused-7.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/testsuite/gcc.dg/unused-7.c,v
retrieving revision 1.1
diff -u -p -r1.1 unused-7.c
--- gcc.dg/unused-7.c   4 Oct 2004 00:09:19 -0000       1.1
+++ gcc.dg/unused-7.c   4 Oct 2004 17:07:07 -0000
@@ -1,5 +1,5 @@
  /* { dg-do compile } */
-/* { dg-options "-Wunused-parameter" } */
+/* { dg-options "-Wunused" } */

  static int a = 10; /* { dg-warning "defined but not used" } */
  



More information about the Gcc-patches mailing list