summaryrefslogtreecommitdiff
path: root/lang/gcc/patches/patch-al
diff options
context:
space:
mode:
Diffstat (limited to 'lang/gcc/patches/patch-al')
-rw-r--r--lang/gcc/patches/patch-al13
1 files changed, 13 insertions, 0 deletions
diff --git a/lang/gcc/patches/patch-al b/lang/gcc/patches/patch-al
new file mode 100644
index 00000000000..f5585ae66a4
--- /dev/null
+++ b/lang/gcc/patches/patch-al
@@ -0,0 +1,13 @@
+$NetBSD: patch-al,v 1.8 2010/10/12 22:57:56 joerg Exp $
+
+--- gcc/ch/expr.c.orig 2010-10-12 22:47:21.000000000 +0000
++++ gcc/ch/expr.c
+@@ -3490,7 +3490,7 @@ compare_records (exp0, exp1)
+
+ int
+ compare_int_csts (op, val1, val2)
+- enum tree_code op;
++ enum chill_tree_code op;
+ tree val1, val2;
+ {
+ int result;