commit: dc3396cc9b660164ce6d2949907f84a3d04d2a11 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> AuthorDate: Sat May 18 08:39:19 2019 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> CommitDate: Sat May 18 08:39:19 2019 +0000 URL: https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=dc3396cc
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 <AT> gentoo.org> 9.1.0/gentoo/27_all_es-po.patch | 15 +++++++++++++++ 9.1.0/gentoo/README.history | 1 + 2 files changed, 16 insertions(+) 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
