This is the mail archive of the gcc-patches@gcc.gnu.org mailing 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] |
Recently dump-tree-generic was renamed to dump-tree-gimple but the treelang testsuite was missed. Here's a patch. Tested on Linux/x86-64, committed as obvious, Andreas 2005-05-26 Andreas Jaeger <aj@suse.de> * treelang/compile/unsigned.tree: Use gimple instead of nonexisting generic dump. ============================================================ Index: gcc/testsuite/treelang/compile/unsigned.tree --- testsuite/treelang/compile/unsigned.tree 31 Mar 2005 18:34:19 -0000 1.2 +++ testsuite/treelang/compile/unsigned.tree 26 May 2005 16:06:59 -0000 @@ -1,5 +1,5 @@ // { dg-do compile } -// { dg-options "-fdump-tree-generic" } +// { dg-options "-fdump-tree-gimple" } external_reference void abort (); external_reference void exit (int status); external_definition int main (int argc, int argv); @@ -16,5 +16,5 @@ main } return +1; } -// { dg-final { scan-tree-dump-not "\\\(int\\\)" "generic" } } -// { dg-final { cleanup-tree-dump "generic" } } +// { dg-final { scan-tree-dump-not "\\\(int\\\)" "gimple" } } +// { dg-final { cleanup-tree-dump "gimple" } } -- Andreas Jaeger, aj@suse.de, http://www.suse.de/~aj SUSE Linux Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany GPG fingerprint = 93A3 365E CE47 B889 DF7F FED1 389A 563C C272 A126
Attachment:
pgp00000.pgp
Description: PGP signature
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |