[Bug tree-optimization/119030] [15 Regression] wrong optimization since r15-7597

2025-02-28 Thread frank.mehnert at googlemail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119030 --- Comment #8 from Frank Mehnert --- I can confirm the fix, thank you!

[Bug c++/119030] New: 15 Regression wrong optimization

2025-02-26 Thread frank.mehnert at googlemail dot com via Gcc-bugs
++ Assignee: unassigned at gcc dot gnu.org Reporter: frank.mehnert at googlemail dot com Target Milestone: --- Compiling our local project reveals some unexpected behavior when using gcc-15. I was able to extract the following example code. Either this problem is specific to x86_64 (does

[Bug c++/99508] [11 Regression] Asm labels declared inside a function are ignored

2021-03-20 Thread frank.mehnert at googlemail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99508 --- Comment #6 from Frank Mehnert --- Fix confirmed. Thanks guys!

[Bug c++/99508] New: Asm labels declared inside a function are ignored

2021-03-10 Thread frank.mehnert at googlemail dot com via Gcc-bugs
Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: frank.mehnert at googlemail dot com Target Milestone: --- This is apparently a gcc-11 regression. Following example: #include void foo() { void bar() asm ("bar_assembler"); extern unsigned buzz asm("

[Bug c/84168] Please backport "Avoid assembler warnings from AArch64 constructor/destructor priorities."

2018-05-29 Thread frank.mehnert at googlemail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84168 --- Comment #3 from Frank Mehnert --- Sorry for the late response and thanks for bringing this up on gcc-patches.

[Bug c/84168] New: Please backport "Avoid assembler warnings from AArch64 constructor/destructor priorities."

2018-02-01 Thread frank.mehnert at googlemail dot com
NCONFIRMED Severity: normal Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: frank.mehnert at googlemail dot com Target Milestone: --- Please backport changeset 41be51b050e5de25e711657bdc0b19a7e98a564a at least to gcc-7, if pos