pkgsrc/lang/gcc2/patches/patch-ah
wiz 39b07f0c64 Re-Import gcc2-2.95.3nb7 as lang/gcc2 (previously lang/gcc).
This directory contains the GNU Compiler Collection (GCC) version 2.95.
It includes all of the support for compiling C, C++, Objective C, Fortran,
Java, and Chill.

The GNU Compiler Collection is free software.  See the file COPYING for copying
permission.

See the file gcc.texi (together with other files that it includes) for
installation and porting information.  The file INSTALL contains a
copy of the installation information, as plain ASCII.

See the Bugs chapter of the GCC Manual for how to report bugs
usefully.  An online readable version of the manual is in the files
gcc.info*.
2015-04-25 10:32:07 +00:00

16 lines
693 B
Plaintext

$NetBSD: patch-ah,v 1.1 2015/04/25 10:32:07 wiz Exp $
--- gcc/ch/loop.c.orig 1999-01-11 05:17:29.000000000 -0800
+++ gcc/ch/loop.c
@@ -318,8 +318,8 @@ the 'increment_temps' step must incremen
(associated with all iterators).
NOTE: Z.200, section 10.1 says that a block is ...
- "the actions statement list in a do action, including any
- loop counter and while control". This means that an exp-
+ ``the actions statement list in a do action, including any
+ loop counter and while control''. This means that an exp-
ression in a WHILE control can include references to the
loop counters created for the loop''s exclusive use.
Example: