From: Paul de Weerd Date: Sat, 8 Dec 2007 19:26:33 +0000 (+0100) Subject: 200x-xx-xx Paul de Weerd X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6d90749a7bc9533f8c70d0171676539fd2510fe5;p=gcc.git 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 --- 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. */