Manuel López-Ibáñez - small testsuite framework fix (original) (raw)
This is the mail archive of the gcc-patches@gcc.gnu.orgmailing list for the GCC project.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
- From: "Manuel López-Ibáñez"
- To: gcc-patches
- Date: Fri, 23 Feb 2007 19:06:39 +0000
- Subject: small testsuite framework fix
- Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=kXw37UOL7D9lIftWLCHaH9bSOOe4y3L3cDDnofwYzhbyX3iDbI35tgbjGYJY0tU6NxKHyk1Q4fBtxitr0kwcIH4owkS1/nJoA8CCcdImfI1dY8ap+26U+UG9k/cT0GoMGLPdnWSqkVRQ6BArqFggfOSdOJL4BoTLv7QJHllRxvc=
:ADDPATCH testsuite:
This patch fixes the testsuite test-framework: the "no effect" warning is not enabled by Wextra but by Wunused-value. Also, the command in the README was not accurate.
Bootstrapped, regression tested and framework tested.Cheers,Manuel.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.
Attachment:testsuite-wunused-value.diff
Description: Text document
- Follow-Ups:
- Re: small testsuite framework fix
* From: Janis Johnson
- Re: small testsuite framework fix
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |