summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/tree-prof/update-tailcall.c
diff options
context:
space:
mode:
authorrakdver <rakdver@138bc75d-0d04-0410-961f-82ee72b054a4>2007-02-14 22:06:11 +0000
committerrakdver <rakdver@138bc75d-0d04-0410-961f-82ee72b054a4>2007-02-14 22:06:11 +0000
commit2b304bd233a9ac64657b3260c24e1d6076a61edc (patch)
tree13af836fddd03813adec8232726a7cc2c2ee4cb2 /gcc/testsuite/gcc.dg/tree-prof/update-tailcall.c
parentd3a5fc6bff3b87c101677f9c67caf9c81d79af36 (diff)
downloadgcc-2b304bd233a9ac64657b3260c24e1d6076a61edc.tar.gz
* tree-dump.c (dump_switch_p_1): Require exact match of the option
name. * gcc.dg/tree-prof/update-tailcall.c: Use -fdump-tree-tailc instead of -fdump-tree-tailcall. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121967 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/testsuite/gcc.dg/tree-prof/update-tailcall.c')
-rw-r--r--gcc/testsuite/gcc.dg/tree-prof/update-tailcall.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/tree-prof/update-tailcall.c b/gcc/testsuite/gcc.dg/tree-prof/update-tailcall.c
index 32ad34857b5..28549144534 100644
--- a/gcc/testsuite/gcc.dg/tree-prof/update-tailcall.c
+++ b/gcc/testsuite/gcc.dg/tree-prof/update-tailcall.c
@@ -1,4 +1,4 @@
-/* { dg-options "-O2 -fdump-tree-tailcall -fdump-tree-optimized" } */
+/* { dg-options "-O2 -fdump-tree-tailc -fdump-tree-optimized" } */
__attribute__ ((noinline))
int factorial(int x)
{