Hi,

While grepping the OpenBSD sourcetree for occurences of a typo I
found (beeing -> being), I came across one instance in the gcc
distribution. Attached is a patch that fixes it, but it is a patch
against the OpenBSD cvs repository. It is very minor, but still I hope
this is of use to you guys.

Cheers,

Paul 'WEiRD' de Weerd

-- 
>++++++++[<++++++++++>-]<+++++++.>+++[<------>-]<.>+++[<+
+++++++++++>-]<.>++[<------------>-]<+.--------------.[-]
                 http://www.weirdnet.nl/                 
Index: 20011130-2.c
===================================================================
RCS file: 
/cvs/src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20011130-2.c,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 20011130-2.c
--- 20011130-2.c        29 Nov 2003 12:37:34 -0000      1.1.1.1
+++ 20011130-2.c        6 Dec 2007 08:49:35 -0000
@@ -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.  */

Attachment: pgpIECs0sSLXY.pgp
Description: PGP signature

Reply via email to