summaryrefslogtreecommitdiffstats
path: root/lang/gcc46/files
diff options
context:
space:
mode:
authorgerald <gerald@FreeBSD.org>2004-01-22 11:58:14 +0000
committergerald <gerald@FreeBSD.org>2004-01-22 11:58:14 +0000
commit9cc67462a58699273ba8f48865c947989cf8db2d (patch)
treee34be78dabcd9f655249366228368a13670d47e4 /lang/gcc46/files
parentf0e2d039c7d94ec606fbdfdbff06a7c9414cede2 (diff)
downloadFreeBSD-ports-9cc67462a58699273ba8f48865c947989cf8db2d.zip
FreeBSD-ports-9cc67462a58699273ba8f48865c947989cf8db2d.tar.gz
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.
Diffstat (limited to 'lang/gcc46/files')
-rw-r--r--lang/gcc46/files/patch-regrename.c19
1 files changed, 19 insertions, 0 deletions
diff --git a/lang/gcc46/files/patch-regrename.c b/lang/gcc46/files/patch-regrename.c
new file mode 100644
index 0000000..a687acd
--- /dev/null
+++ b/lang/gcc46/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);
OpenPOWER on IntegriCloud