https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119030
--- Comment #8 from Frank Mehnert ---
I can confirm the fix, thank you!
++
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99508
--- Comment #6 from Frank Mehnert ---
Fix confirmed. Thanks guys!
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("
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.
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