OSDN Git Service

2007-02-23 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
authormanu <manu@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 23 Feb 2007 22:28:37 +0000 (22:28 +0000)
committermanu <manu@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 23 Feb 2007 22:28:37 +0000 (22:28 +0000)
* gcc.test-framework/README: Correct command.
* gcc.test-framework/dg-outexistsnot-exp-P.c: Replace -W with
-Wunused-value.
* gcc.test-framework/dg-outexists-exp-F.c: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@122274 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.test-framework/README
gcc/testsuite/gcc.test-framework/dg-outexists-exp-F.c
gcc/testsuite/gcc.test-framework/dg-outexistsnot-exp-P.c

index e6a75c4..8b91645 100644 (file)
@@ -1,3 +1,10 @@
+2007-02-23  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
+
+       * gcc.test-framework/README: Correct command.
+       * gcc.test-framework/dg-outexistsnot-exp-P.c: Replace -W with
+       -Wunused-value.
+       * gcc.test-framework/dg-outexists-exp-F.c: Likewise.
+       
 2007-02-23  Nathan Sidwell  <nathan@codesourcery.com>
 
        * lib/target-supports.exp (check_effective_target_unwrapped): New.
 2007-02-23  Nathan Sidwell  <nathan@codesourcery.com>
 
        * lib/target-supports.exp (check_effective_target_unwrapped): New.
index 3a9d4f0..607a495 100644 (file)
@@ -19,7 +19,7 @@ To run these tests:
 To check the results:
                                                                                 
     TF=${SRC}/gcc/testsuite/gcc.test-framework
 To check the results:
                                                                                 
     TF=${SRC}/gcc/testsuite/gcc.test-framework
-    awk -f ${TF}/test-framework.awk gcc/testsuite/gcc.sum
+    awk -f ${TF}/test-framework.awk gcc/testsuite/gcc/gcc.sum
                                                                                 
 The awk script prints unexpected results followed by the number of tests
 that passed and failed.
                                                                                 
 The awk script prints unexpected results followed by the number of tests
 that passed and failed.
index 397ec68..d53a2f5 100644 (file)
@@ -1,5 +1,5 @@
 /* { dg-do compile } */
 /* { dg-do compile } */
-/* { dg-options "-W -Werror" } */
+/* { dg-options "-Wunused-value -Werror" } */
 
 int main (void) { 0; }   /* { dg-warning "no effect" } */
 
 
 int main (void) { 0; }   /* { dg-warning "no effect" } */
 
index 0076752..8d6bf97 100644 (file)
@@ -1,5 +1,5 @@
 /* { dg-do compile } */
 /* { dg-do compile } */
-/* { dg-options "-W -Werror" } */
+/* { dg-options "-Wunused-value -Werror" } */
 
 int main (void) { 0; }   /* { dg-warning "no effect" } */
 
 
 int main (void) { 0; }   /* { dg-warning "no effect" } */