[Bug c++/110734] Attributes cannot be applied to asm statements

2023-11-30 Thread xry111 at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110734 Xi Ruoyao changed: What|Removed |Added Status|NEW |WAITING --- Comment #14 from Xi Ruoyao ---

[Bug c++/110734] Attributes cannot be applied to asm statements

2023-11-30 Thread xry111 at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110734 Xi Ruoyao changed: What|Removed |Added Summary|Attributes cannot be|Attributes cannot be |app

[Bug c++/110734] Attributes cannot be applied to asm statements

2023-11-29 Thread tanksherman27 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110734 --- Comment #7 from Julian Waters --- I have a new attribute proposed for asm declarations that fixes this issue, but I need help from reviews to proceed with fixing up the patch properly

[Bug c++/110734] Attributes cannot be applied to asm statements

2023-11-29 Thread tanksherman27 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110734 Julian Waters changed: What|Removed |Added CC||tanksherman27 at gmail dot com --- Comm

[Bug c++/110734] Attributes cannot be applied to asm statements

2023-11-22 Thread tanksherman27 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110734 --- Comment #5 from Julian Waters --- Note: Trying this with a top level asm gives me: $ g++ -O3 -flto=auto -std=c++14 -pedantic -Wpedantic -fno-omit-frame-pointer exceptions.cpp exceptions.cpp:8:1: error: expected unqualified-id before 'asm'

[Bug c++/110734] Attributes cannot be applied to asm statements

2023-07-21 Thread tanksherman27 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110734 --- Comment #4 from Julian Waters --- My mistake, I forgot to mention that it was indeed inside a function body. I can't seem to figure out what in parser.cc is causing this bug, anything on your end?

[Bug c++/110734] Attributes cannot be applied to asm statements

2023-07-19 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110734 Richard Biener changed: What|Removed |Added Keywords||diagnostic CC|

[Bug c++/110734] Attributes cannot be applied to asm statements

2023-07-19 Thread tanksherman27 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110734 --- Comment #2 from Julian Waters --- Is this accurately described as an enhancement? This is erroneous behaviour with something that is already meant to be a feature in gcc (applying attributes to statements, as seen inside parser.cc), not a fe

[Bug c++/110734] Attributes cannot be applied to asm statements

2023-07-19 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110734 Andrew Pinski changed: What|Removed |Added Severity|normal |enhancement

[Bug c++/110734] Attributes cannot be applied to asm statements

2023-07-19 Thread tanksherman27 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110734 Julian Waters changed: What|Removed |Added Version|unknown |13.1.1 --- Comment #1 from Julian Water