This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
PATCH: remove gcc.c-torture/compile/20030405-1.x
- From: Ben Elliston <bje at au1 dot ibm dot com>
- To: gcc-patches at gcc dot gnu dot org
- Cc: janis187 at us dot ibm dot com
- Date: Tue, 5 Sep 2006 08:48:05 +1000
- Subject: PATCH: remove gcc.c-torture/compile/20030405-1.x
For a while now, compile.exp has used the dg framework rather than the
original c-torture framework. As such, .x files in the compile/
directory are not read or observed.
There is one such .x file remaining in compile/: 20030405-1.x. Since
it hasn't been used in a long time, perhaps we should just remove it.
It adds -pedantic to the compilation command, so perhaps that option
should be moved into a dg- directive in 20030405-1.c, too?
2006-09-05 Ben Elliston <bje@au.ibm.com>
* gcc.c-torture/compile/20030405-1.x: Remove.