README: Correct command.

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.

From-SVN: r122274
This commit is contained in:
Manuel López-Ibáñez 2007-02-23 22:28:37 +00:00
parent 4be4340a77
commit 01113dd6b1
4 changed files with 10 additions and 3 deletions

View 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.

View File

@ -19,7 +19,7 @@ To run these tests:
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.

View File

@ -1,5 +1,5 @@
/* { dg-do compile } */
/* { dg-options "-W -Werror" } */
/* { dg-options "-Wunused-value -Werror" } */
int main (void) { 0; } /* { dg-warning "no effect" } */

View File

@ -1,5 +1,5 @@
/* { dg-do compile } */
/* { dg-options "-W -Werror" } */
/* { dg-options "-Wunused-value -Werror" } */
int main (void) { 0; } /* { dg-warning "no effect" } */