aboutsummaryrefslogtreecommitdiff
path: root/3.4.6
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-04-15 22:43:46 +0000
committerMike Frysinger <vapier@gentoo.org>2006-04-15 22:43:46 +0000
commit5756141d08ae57eb63db2abb64ac9b5030f9f5b7 (patch)
treea1fd7b00b6a2879e7cd00c355df893f7474d6e5a /3.4.6
parentunneeded (diff)
downloadgcc-patches-5756141d08ae57eb63db2abb64ac9b5030f9f5b7.tar.gz
gcc-patches-5756141d08ae57eb63db2abb64ac9b5030f9f5b7.tar.bz2
gcc-patches-5756141d08ae57eb63db2abb64ac9b5030f9f5b7.zip
workaround ICE in es translation
Diffstat (limited to '3.4.6')
-rw-r--r--3.4.6/gentoo/85_all_gcc-es-translation-ICE-workaround.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/3.4.6/gentoo/85_all_gcc-es-translation-ICE-workaround.patch b/3.4.6/gentoo/85_all_gcc-es-translation-ICE-workaround.patch
new file mode 100644
index 0000000..63c63e4
--- /dev/null
+++ b/3.4.6/gentoo/85_all_gcc-es-translation-ICE-workaround.patch
@@ -0,0 +1,16 @@
+The internal gcc format code can't handle this translation so newer
+versions have rearranged it a little to ignore the fact.
+
+http://bugs.gentoo.org/126871
+
+--- gcc-3_4-branch/gcc/po/es.po
++++ gcc-3_4-branch/gcc/po/es.po
+@@ -1962,7 +1962,7 @@ msgstr "uso del modificador de longitud
+ #: c-format.c:2180
+ #, c-format
+ msgid "%s does not support the `%%%s%c' %s format"
+-msgstr "%1$s no tiene soporte para el formato %4$s `%%%2$s%3$c'"
++msgstr "%s no tiene soporte para el formato `%%%s%c' %s"
+
+ #: c-format.c:2195
+ msgid "operand number specified with suppressed assignment"