[Bug c++/113347] [13 Regression] ICE during gimplification building TVM

2024-01-12 Thread fabian--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113347 Fabian Vogt changed: What|Removed |Added CC||fab...@ritter-vogt.de --- Comment #4 from

[Bug libgcc/109081] New: Confusion between FEATURE_LZCNT and FEATURE_ABM in i386 cpuinfo

2023-03-09 Thread fabian--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109081 Bug ID: 109081 Summary: Confusion between FEATURE_LZCNT and FEATURE_ABM in i386 cpuinfo Product: gcc Version: 12.2.1 Status: UNCONFIRMED Severity: normal

[Bug ipa/101270] error: inlining failed in call to ‘always_inline’ ‘open.localalias’: function not inlinable with -fPIC -fno-semantic-interposition

2022-10-18 Thread fabian--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101270 --- Comment #2 from Fabian Vogt --- Fails with 12.2.1 the same way.

[Bug d/105544] gdc fails to compile d source from stdin

2022-05-12 Thread fabian--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105544 --- Comment #11 from Fabian Vogt --- (In reply to ibuclaw from comment #10) > (In reply to Fabian Vogt from comment #9) > > (In reply to ibuclaw from comment #8) > > > (In reply to Fabian Vogt from comment #6) > > > > I had a quick debugging ses

[Bug d/105544] gdc fails to compile d source from stdin

2022-05-12 Thread fabian--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105544 --- Comment #9 from Fabian Vogt --- (In reply to ibuclaw from comment #8) > (In reply to Fabian Vogt from comment #6) > > I had a quick debugging session: The DMD lexer code doesn't really care > > about the size of the buffer and instead runs u

[Bug d/105544] gdc fails to compile d source from stdin

2022-05-12 Thread fabian--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105544 --- Comment #6 from Fabian Vogt --- I had a quick debugging session: The DMD lexer code doesn't really care about the size of the buffer and instead runs until it encounters either a 0 or 0x1A byte. The stdin read loop in d_parse_file doesn't ex

[Bug d/105544] gdc fails to compile d source from stdin

2022-05-10 Thread fabian--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105544 --- Comment #1 from Fabian Vogt --- Forgot to mention: Happens with gdc 10, 11 and 12 the same way.

[Bug d/105544] New: gdc fails to compile d source from stdin

2022-05-10 Thread fabian--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105544 Bug ID: 105544 Summary: gdc fails to compile d source from stdin Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: d

[Bug libstdc++/99290] New: std::filesystem::copy does not always report errors for recursion

2021-02-26 Thread fabian--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99290 Bug ID: 99290 Summary: std::filesystem::copy does not always report errors for recursion Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal