From 2a91fbb23493ec5557324a6d3d1ef0c48549934e Mon Sep 17 00:00:00 2001 From: Mark Loeser Date: Sun, 4 Jun 2006 21:42:56 +0000 Subject: Add patch to fix bug #134690 --- 4.1.1/gentoo/07_all_gcc4-pr27790.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 4.1.1/gentoo/07_all_gcc4-pr27790.patch (limited to '4.1.1') diff --git a/4.1.1/gentoo/07_all_gcc4-pr27790.patch b/4.1.1/gentoo/07_all_gcc4-pr27790.patch new file mode 100644 index 0000000..672b745 --- /dev/null +++ b/4.1.1/gentoo/07_all_gcc4-pr27790.patch @@ -0,0 +1,11 @@ +--- gcc/config/i386/i386.c 2006-06-04 00:50:15.000000000 -0400 ++++ gcc/config/i386/i386.c 2006-06-04 00:53:32.000000000 -0400 +@@ -11049,6 +11049,8 @@ + tricks to turn this into a signed comparison against 0. */ + if (code == GTU) + { ++ cop0 = force_reg (mode, cop0); ++ + switch (mode) + { + case V4SImode: -- cgit v1.2.3-65-gdbad