OSDN Git Service

gcc/testsuite/
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 8 Dec 2007 19:26:33 +0000 (19:26 +0000)
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 8 Dec 2007 19:26:33 +0000 (19:26 +0000)
200x-xx-xx  Paul de Weerd  <weerd@weirdnet.nl>

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@130710 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 255956a..097a34b 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 6439527..e3cb5f4 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.  */