aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg
diff options
context:
space:
mode:
authorDiego Novillo <dnovillo@redhat.com>2004-02-28 14:37:50 +0000
committerDiego Novillo <dnovillo@redhat.com>2004-02-28 14:37:50 +0000
commitcfd32bcb254ae11a1cab0f3d98d018a980b6b694 (patch)
tree6743b72346746ebf51e88739b931d51baef4a9c4 /gcc/testsuite/gcc.dg
parentd845bbd8c7509a0c7f020fbdec36c0d57f056afa (diff)
Fix test contributor's last name.
git-svn-id: https://gcc.gnu.org/svn/gcc/branches/tree-ssa-20020619-branch@78619 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/testsuite/gcc.dg')
-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 *);