[Bug c++/118277] g++ ICEs with depedent inline-asm string

2025-05-10 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118277 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |15.0

[Bug c++/118277] g++ ICEs with depedent inline-asm string

2025-01-21 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118277 --- Comment #12 from GCC Commits --- The master branch has been updated by Simon Martin : https://gcc.gnu.org/g:f3d884da1280e211f48be0619e5d2f1ee787 commit r15-7091-gf3d884da1280e211f48be0619e5d2f1ee787 Author: Simon Martin Date: Tu

[Bug c++/118277] g++ ICEs with depedent inline-asm string

2025-01-10 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118277 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/118277] g++ ICEs with depedent inline-asm string

2025-01-10 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118277 --- Comment #10 from GCC Commits --- The master branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:38a13ea4117b96e467f78b3f86d737ecbe326935 commit r15-6760-g38a13ea4117b96e467f78b3f86d737ecbe326935 Author: Jakub Jelinek Date:

[Bug c++/118277] g++ ICEs with depedent inline-asm string

2025-01-07 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118277 --- Comment #9 from Jakub Jelinek --- Created attachment 60063 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=60063&action=edit gcc15-pr118277.patch Untested fix. cp_parser_asm_specification_opt deferred for later discussion, if it shoul

[Bug c++/118277] g++ ICEs with depedent inline-asm string

2025-01-07 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118277 Jakub Jelinek changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |jakub at gcc dot gnu.org

[Bug c++/118277] g++ ICEs with depedent inline-asm string

2025-01-03 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118277 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #8

[Bug c++/118277] g++ ICEs with depedent inline-asm string

2025-01-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118277 --- Comment #7 from Andrew Pinski --- static_assert does: /* Parse the message expression. */ bool string_lit = true; for (unsigned int i = 1; ; ++i) { cp_token *tok = cp_lexer_peek_nth_token (parser->lexer,

[Bug c++/118277] g++ ICEs with depedent inline-asm string

2025-01-02 Thread ak at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118277 --- Comment #6 from ak at gcc dot gnu.org --- Can you expand? None of the other callers of cp_parser_constant_expression seem to do anything special for templates.

[Bug c++/118277] g++ ICEs with depedent inline-asm string

2025-01-02 Thread jason at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118277 --- Comment #5 from Jason Merrill --- Seems like cp_parser_asm_string_expression needs to handle template context.

[Bug c++/118277] g++ ICEs with depedent inline-asm string

2025-01-02 Thread ak at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118277 ak at gcc dot gnu.org changed: What|Removed |Added CC||jason at gcc dot gnu.org --- Com

[Bug c++/118277] g++ ICEs with depedent inline-asm string

2025-01-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118277 Andrew Pinski changed: What|Removed |Added Attachment #60033|0 |1 is obsolete|