From 6d90749a7bc9533f8c70d0171676539fd2510fe5 Mon Sep 17 00:00:00 2001 From: Paul de Weerd Date: Sat, 8 Dec 2007 20:26:33 +0100 Subject: [PATCH] 200x-xx-xx Paul de Weerd gcc/testsuite/ 200x-xx-xx Paul de Weerd * gcc.c-torture/compile/20011130-2.c: Fix typo. From-SVN: r130710 --- gcc/testsuite/ChangeLog | 4 ++++ gcc/testsuite/gcc.c-torture/compile/20011130-2.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 255956afbc5..097a34b8421 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2007-12-08 Paul de Weerd + + * gcc.c-torture/compile/20011130-2.c: Fix typo. + 2007-12-08 Tobias Burnus PR fortran/34319 diff --git a/gcc/testsuite/gcc.c-torture/compile/20011130-2.c b/gcc/testsuite/gcc.c-torture/compile/20011130-2.c index 6439527e89c..e3cb5f46a88 100644 --- a/gcc/testsuite/gcc.c-torture/compile/20011130-2.c +++ b/gcc/testsuite/gcc.c-torture/compile/20011130-2.c @@ -1,7 +1,7 @@ /* This testcase caused infinite loop in life info computation after if conversion on IA-64. Conditional register dead for pseudo holding sign-extended k was improperly computed, - resulting in this pseudo beeing live at start of bb if it was + resulting in this pseudo being live at start of bb if it was dead at the end and vice versa; as it was a bb which had edge to itself, this resulted in alternative propagating this basic block forever. */ -- 2.30.2