summaryrefslogtreecommitdiff
path: root/lang/gcc42/files
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2004-01-22 11:58:14 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2004-01-22 11:58:14 +0000
commitf23ad694cc4e8560284bd83ac7bbe958f151bb71 (patch)
tree129a4584c36fff801d27f1e70f689a03214a38b5 /lang/gcc42/files
parent- Update to 0.6.3 (diff)
Update to the 2004-01-14 snapshot of GCC 3.4.
Merge in my 2004/01/17 change to the gcc33 port to configure with --program-suffix and related and further simplifications. Merge in my 2004/01/13 change to the gcc33 port to make the automatic generation of the package list for libraries and include files more failure tolerant, so that at least `make install` now works on sparc64. Merge in my 2004/01/05 change to the gcc33 port to combine and simplify the post-install handling of target libraries and GCJ include files. libgcj still is not supported and packaging is broken on sparc64; mark BROKEN on that platform.
Notes
Notes: svn path=/head/; revision=98790
Diffstat (limited to 'lang/gcc42/files')
-rw-r--r--lang/gcc42/files/patch-regrename.c19
1 files changed, 19 insertions, 0 deletions
diff --git a/lang/gcc42/files/patch-regrename.c b/lang/gcc42/files/patch-regrename.c
new file mode 100644
index 000000000000..a687acded7eb
--- /dev/null
+++ b/lang/gcc42/files/patch-regrename.c
@@ -0,0 +1,19 @@
+Index: gcc/regrename.c
+===================================================================
+RCS file: /cvs/gcc/gcc/gcc/regrename.c,v
+retrieving revision 1.72
+retrieving revision 1.73
+diff -u -3 -p -r1.72 -r1.73
+--- gcc/regrename.c 14 Jan 2004 16:25:09 -0000 1.72
++++ gcc/regrename.c 14 Jan 2004 17:55:20 -0000 1.73
+@@ -1345,8 +1345,8 @@ find_oldest_value_reg (enum reg_class cl
+ if (!TEST_HARD_REG_BIT (reg_class_contents[class], last))
+ return NULL_RTX;
+
+- if (new = maybe_mode_change (oldmode, vd->e[regno].mode, mode, i,
+- regno))
++ new = maybe_mode_change (oldmode, vd->e[regno].mode, mode, i, regno);
++ if (new)
+ {
+ ORIGINAL_REGNO (new) = ORIGINAL_REGNO (reg);
+ REG_ATTRS (new) = REG_ATTRS (reg);