[Bug libstdc++/64504] Invalid free() with _GLIBCXX_DEBUG and -fwhole-program

2025-03-20 Thread andrey.vihrov at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64504 --- Comment #9 from Andrey Vihrov --- Thanks, I agree this can be closed.

[Bug c++/66279] [12/13/14 Regression] Input/output asm operand is not loaded inside a constructor with a virtual base class since r0-116348-g660584689a4397

2025-02-28 Thread andrey.vihrov at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66279 --- Comment #9 from Andrey Vihrov --- Thanks!

[Bug c++/96917] decltype(auto) variable initialized with lambda by-reference capture has incorrect type

2023-11-10 Thread andrey.vihrov at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96917 --- Comment #5 from Andrey Vihrov --- Thanks!

[Bug target/101438] Compiler hang on inline asm with local register and alloca

2022-08-01 Thread andrey.vihrov at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101438 Andrey Vihrov changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug middle-end/105032] Compiling inline ASM x86 causing GCC stuck in an endless loop with 100% CPU usage

2022-08-01 Thread andrey.vihrov at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105032 --- Comment #15 from Andrey Vihrov --- *** Bug 101438 has been marked as a duplicate of this bug. ***

[Bug target/101438] Compiler hang on inline asm with local register and alloca

2022-07-30 Thread andrey.vihrov at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101438 --- Comment #4 from Andrey Vihrov --- Looks like this is a duplicate of bug 105032 (or vice versa). Both samples from this bug succeed for me with GCC 11.3 and GCC 12.

[Bug libstdc++/105562] [12/13 Regression] std::function::_M_invoker may be used uninitialized in std::regex move with -fno-strict-aliasing since r12-6216-g5a431b60d1f22199

2022-05-11 Thread andrey.vihrov at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105562 --- Comment #2 from Andrey Vihrov --- Sorry, even std::regex a("."); alone is enough to trigger the warnings.

[Bug libstdc++/105562] New: [12 Regression] std::function::_M_invoker may be used uninitialized in std:regex move with -fno-strict-aliasing

2022-05-11 Thread andrey.vihrov at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105562 Bug ID: 105562 Summary: [12 Regression] std::function::_M_invoker may be used uninitialized in std:regex move with -fno-strict-aliasing Product: gcc Version: 12.

[Bug inline-asm/101438] Compiler hang on inline asm with local register and VLA operands

2021-07-14 Thread andrey.vihrov at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101438 --- Comment #3 from Andrey Vihrov --- Created attachment 51152 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=51152&action=edit Alternative testcase using __builtin_alloca() Thanks. This code is the result of minimization. It seems that

[Bug inline-asm/101438] New: Compiler hang on inline asm with local register and VLA operands

2021-07-13 Thread andrey.vihrov at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101438 Bug ID: 101438 Summary: Compiler hang on inline asm with local register and VLA operands Product: gcc Version: 11.1.0 Status: UNCONFIRMED Severity: normal