aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/testsuite/gcc.dg/tree-ssa/tailcall-2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/tree-ssa/tailcall-2.c b/gcc/testsuite/gcc.dg/tree-ssa/tailcall-2.c
index 899c50cb148..7f3415444ff 100644
--- a/gcc/testsuite/gcc.dg/tree-ssa/tailcall-2.c
+++ b/gcc/testsuite/gcc.dg/tree-ssa/tailcall-2.c
@@ -1,6 +1,6 @@
/* { dg-do compile } */
/* { dg-options "-O2 -fdump-tree-tailc-details" } */
-/* Test provided by Richard Guenther in PR 14312. */
+/* Test provided by Richard Earnshaw in PR 14312. */
void bar (int i);
void baz (int *);