From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E51C83858D1E; Sun, 6 Feb 2022 08:33:37 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E51C83858D1E From: "eric.pouech at orange dot fr" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/104399] Mingw to generate bogus.o on French locale Date: Sun, 06 Feb 2022 08:33:37 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Version: 11.2.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: eric.pouech at orange dot fr X-Bugzilla-Status: WAITING X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Feb 2022 08:33:38 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D104399 --- Comment #2 from eric.pouech at orange dot fr --- output of compiling with -save-temp generating the good.s, good-eng.s and fail.s (with same naming conventions = as in #1) [eric]$ diff good.s good-eng.s 7812c7812 < .ascii "Unknown PCI vendor ID 0x%04x.\12\0" --- > .ascii "Unknown PCI vendor ID 0x%04lx.\12\0" adding the letter to the string (only diff of two .s files) [eric]$ diff fail.s good-eng.s no difference shown... opening the issue with binutils then -------------- (for the record the compiler invocation) i686-w64-mingw32-gcc -c -o dlls/dxdiagn/container.cross.o /home/eric/work/wine-format/dlls/dxdiagn/container.c -Idlls/dxdiagn \ -I/home/eric/work/wine-format/dlls/dxdiagn -Iinclude -I/home/eric/work/wine-format/include \ -I/home/eric/work/wine-format/include/msvcrt -D__WINESRC__ -D_UCRT -D__WINE_PE_BUILD -Wall \ -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \ -Wno-packed-not-aligned -Wshift-overflow=3D2 -Wstrict-prototypes -Wtype-l= imits \ -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogica= l-op -Wabsolute-value \ -fno-omit-frame-pointer -gdwarf-4 -g -O2=