summaryrefslogtreecommitdiff
path: root/lang/gcc/patches
diff options
context:
space:
mode:
authorben <ben>2003-12-18 15:44:24 +0000
committerben <ben>2003-12-18 15:44:24 +0000
commit7af30e728e3ab5ef72852ac301543d2e7b61a42c (patch)
tree23bccf28150ab9ec0d70eb5c7898caeddbd35242 /lang/gcc/patches
parentc7ef5b8e4a6dd624bd6ad79d67aed7974674f4f1 (diff)
downloadpkgsrc-7af30e728e3ab5ef72852ac301543d2e7b61a42c.tar.gz
Apply patch from Harry Waddell in PR 23289 to chill in gcc 2.95.3, to
fix a build error when using gcc 3. Also bumps PKGREVISION.
Diffstat (limited to 'lang/gcc/patches')
-rw-r--r--lang/gcc/patches/patch-ah15
1 files changed, 15 insertions, 0 deletions
diff --git a/lang/gcc/patches/patch-ah b/lang/gcc/patches/patch-ah
new file mode 100644
index 00000000000..791f83ee299
--- /dev/null
+++ b/lang/gcc/patches/patch-ah
@@ -0,0 +1,15 @@
+$NetBSD: patch-ah,v 1.8 2003/12/18 15:44:24 ben 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: