200x-xx-xx Paul de Weerd <weerd@weirdnet.nl>
authorPaul de Weerd <weerd@weirdnet.nl>
Sat, 8 Dec 2007 19:26:33 +0000 (20:26 +0100)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Sat, 8 Dec 2007 19:26:33 +0000 (19:26 +0000)
gcc/testsuite/
200x-xx-xx  Paul de Weerd  <weerd@weirdnet.nl>

* gcc.c-torture/compile/20011130-2.c: Fix typo.

From-SVN: r130710

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/compile/20011130-2.c

index 255956afbc56416672da77b0a5228914442ed651..097a34b8421a2c2e4e019ee545a8d0436fa2edef 100644 (file)
@@ -1,3 +1,7 @@
+2007-12-08  Paul de Weerd  <weerd@weirdnet.nl>
+
+       * gcc.c-torture/compile/20011130-2.c: Fix typo.
+
 2007-12-08  Tobias Burnus  <burnus@net-b.de>
 
        PR fortran/34319
index 6439527e89c06177095a291b51482cc6a1d6217f..e3cb5f46a88771aa74a65295aefd081593b7ea31 100644 (file)
@@ -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.  */