[Bug middle-end/104399] Mingw to generate bogus.o on French locale

2022-02-06 Thread eric.pouech at orange dot fr via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104399 --- Comment #3 from eric.pouech at orange dot fr --- bug opened on binutils side https://sourceware.org/bugzilla/show_bug.cgi?id=28867

[Bug middle-end/104399] Mingw to generate bogus.o on French locale

2022-02-06 Thread eric.pouech at orange dot fr via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104399 --- 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 ve

[Bug c/104399] New: Mingw to generate bogus.o on French locale

2022-02-05 Thread eric.pouech at orange dot fr via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104399 Bug ID: 104399 Summary: Mingw to generate bogus.o on French locale Product: gcc Version: 11.2.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c

[Bug c/104289] -fdiagnostics-parseable-fixits doesn't always generate fixit notes

2022-02-02 Thread eric.pouech at orange dot fr via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104289 --- Comment #2 from eric.pouech at orange dot fr --- Thx for looking into it. For sake of completeness, clang supports it flawlessly. [eric]$ clang -fdiagnostics-parseable-fixits -c b2.c b2.c:9:28: warning: format specifies type 'int' but the ar

[Bug c/104289] New: -fdiagnostics-parseable-fixits doesn't always generate fixit notes

2022-01-30 Thread eric.pouech at orange dot fr via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104289 Bug ID: 104289 Summary: -fdiagnostics-parseable-fixits doesn't always generate fixit notes Product: gcc Version: 11.2.1 Status: UNCONFIRMED Severity: normal