tiny typo fix
Paul de Weerd
weerd@weirdnet.nl
Thu Dec 6 09:02:00 GMT 2007
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/
-------------- next part --------------
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. */
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-bugs/attachments/20071206/e655e881/attachment.sig>
More information about the Gcc-bugs
mailing list