[Bug c/116545] Support old style statement attributes

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

[Bug c/116545] Support old style statement attributes

2025-03-18 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116545 --- Comment #12 from GCC Commits --- The master branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:1d7f57da583782ae5d56655a3ac413bdf259838a commit r15-8266-g1d7f57da583782ae5d56655a3ac413bdf259838a Author: Jakub Jelinek Date:

[Bug c/116545] Support old style statement attributes

2025-03-13 Thread lucier at math dot purdue.edu via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116545 --- Comment #10 from lucier at math dot purdue.edu --- (In reply to Jakub Jelinek from comment #7) > Created attachment 60738 [details] > gcc15-pr116545.patch > > Full untested patch. I built and minimally tested this patch, and will upload the

[Bug c/116545] Support old style statement attributes

2025-03-13 Thread lucier at math dot purdue.edu via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116545 --- Comment #11 from lucier at math dot purdue.edu --- Created attachment 60745 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=60745&action=edit Test summary

[Bug c/116545] Support old style statement attributes

2025-03-13 Thread lucier at math dot purdue.edu via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116545 --- Comment #8 from lucier at math dot purdue.edu --- (In reply to Jakub Jelinek from comment #7) > Created attachment 60738 [details] > gcc15-pr116545.patch > > Full untested patch. I don't know how to apply this patch to the git checked-out s

[Bug c/116545] Support old style statement attributes

2025-03-13 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116545 --- Comment #9 from Sam James --- (In reply to lucier from comment #8) patch -p0 < x.patch (or git apply -p0)

[Bug c/116545] Support old style statement attributes

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

[Bug c/116545] Support old style statement attributes

2025-03-12 Thread lucier at math dot purdue.edu via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116545 --- Comment #6 from lucier at math dot purdue.edu --- (In reply to Jakub Jelinek from comment #4) > > does that for C. I built mainline with these changes, and the resulting compiler builds Gambit without complaint or error. I'm now running ma

[Bug c/116545] Support old style statement attributes

2025-03-12 Thread andi-gcc at firstfloor dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116545 --- Comment #5 from Andi Kleen --- Something like this untested patch would likely also fix the test case: diff --git a/gcc/c-family/c-lex.cc b/gcc/c-family/c-lex.cc index e450c9a57f0..e1f78431210 100644 --- a/gcc/c-family/c-lex.cc +++ b/gcc/c

[Bug c/116545] Support old style statement attributes

2025-03-12 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116545 --- Comment #4 from Jakub Jelinek --- --- gcc/c/c-parser.cc.jj2025-03-11 22:45:16.638352045 +0100 +++ gcc/c/c-parser.cc 2025-03-12 19:24:45.614217984 +0100 @@ -1820,6 +1820,7 @@ static void c_parser_objc_at_dynamic_dec static bool c_p

[Bug c/116545] Support old style statement attributes

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

[Bug c/116545] Support old style statement attributes

2025-03-12 Thread andi-gcc at firstfloor dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116545 --- Comment #2 from Andi Kleen --- It's too late to fix gcc 15, you'll just have to release an update. Sorry.

[Bug c/116545] Support old style statement attributes

2025-03-12 Thread lucier at math dot purdue.edu via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116545 --- Comment #1 from lucier at math dot purdue.edu --- A pre-release of GCC 15 is now in Fedora Rawhide, and building Gambit Scheme fails with this issue: https://github.com/gambit/gambit/issues/949

[Bug c/116545] Support old style statement attributes

2024-08-30 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116545 Andrew Pinski changed: What|Removed |Added Severity|normal |enhancement