aboutsummaryrefslogtreecommitdiff
path: root/9.1.0
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2019-05-18 09:39:19 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2019-05-18 09:39:19 +0100
commitdc3396cc9b660164ce6d2949907f84a3d04d2a11 (patch)
treebe41e5629dc6e3adce33b371b30b43a6b486889e /9.1.0
parent9.1.0: fix ICE on incomplete types in IPA (diff)
downloadgcc-patches-dc3396cc9b660164ce6d2949907f84a3d04d2a11.tar.gz
gcc-patches-dc3396cc9b660164ce6d2949907f84a3d04d2a11.tar.bz2
gcc-patches-dc3396cc9b660164ce6d2949907f84a3d04d2a11.zip
9.1.0: fix format string for es locale, bug #686076
Fix a typo in %Qd/%qD mismatch across en/es languages. Reported-and-fixed-by: Boris Carvajal Bug: https://bugs.gentoo.org/686076 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to '9.1.0')
-rw-r--r--9.1.0/gentoo/27_all_es-po.patch15
-rw-r--r--9.1.0/gentoo/README.history1
2 files changed, 16 insertions, 0 deletions
diff --git a/9.1.0/gentoo/27_all_es-po.patch b/9.1.0/gentoo/27_all_es-po.patch
new file mode 100644
index 0000000..f74183d
--- /dev/null
+++ b/9.1.0/gentoo/27_all_es-po.patch
@@ -0,0 +1,15 @@
+Fix %qD/%Qd typo that causes gcc's ICE on es locale.
+
+https://bugs.gentoo.org/686076
+https://gcc.gnu.org/PR90528
+--- a/gcc/po/es.po
++++ b/gcc/po/es.po
+@@ -20140,7 +20155,7 @@ msgstr "El desplazamiento de %G%qD %s desde el objeto en %qE está fuera de los
+
+ #: gimple-ssa-warn-restrict.c:1803
+ msgid "%G%qD offset %s from the object at %qE is out of the bounds of referenced subobject %qD with type %qT at offset %wu"
+-msgstr "El desplazamiento de %G%qD %s desde el objeto en %qE está fuera de los límites del subobjeto referenciado %Qd con tipo %qT en el desplazamiento %wu"
++msgstr "El desplazamiento de %G%qD %s desde el objeto en %qE está fuera de los límites del subobjeto referenciado %qD con tipo %qT en el desplazamiento %wu"
+
+ #: gimple-ssa-warn-restrict.c:1980
+ #, fuzzy
diff --git a/9.1.0/gentoo/README.history b/9.1.0/gentoo/README.history
index 3589de0..d85c980 100644
--- a/9.1.0/gentoo/README.history
+++ b/9.1.0/gentoo/README.history
@@ -1,5 +1,6 @@
1.1 TODO
+ 26_all_ipa-incomplete.patch
+ + 27_all_es-po.patch
1.0 03 May 2019
+ 01_all_default-fortify-source.patch