https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98921
--- Comment #4 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Iain Buclaw <ibuc...@gcc.gnu.org>: https://gcc.gnu.org/g:6a481021a65d6237b0c509a76fcd9c1f32c4558e commit r11-7027-g6a481021a65d6237b0c509a76fcd9c1f32c4558e Author: Iain Buclaw <ibuc...@gdcproject.org> Date: Tue Feb 2 00:52:49 2021 +0100 d: Fix junk in generated symbol on powerpc64-*-* [PR98921] This adds a special formatter to OutBuffer to handle formatted printing of integers, a common case. The replacement is faster and safer. In dmangle.c, it also gets rid of a number of problematic casts, as seen on powerpc64 targets. Reviewed-on: https://github.com/dlang/dmd/pull/12174 gcc/d/ChangeLog: PR d/98921 * dmd/MERGE: Merge upstream dmd 5e2a81d9c.