[Bug middle-end/121159] musttail gives bogus volatile function error message

2025-07-22 Thread lukas.graetz--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121159 --- Comment #10 from Lukas Grätz --- (In reply to Andi Kleen from comment #8) > >:3:30: error: cannot tail-call: volatile function type > > I wonder how that happened. It looks like a bug. volatile functions should > be rejected elsewhere and t

[Bug middle-end/121159] musttail gives bogus volatile function error message

2025-07-21 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121159 --- Comment #9 from Andrew Pinski --- (In reply to Andi Kleen from comment #8) > >:3:30: error: cannot tail-call: volatile function type > > I wonder how that happened. It looks like a bug. volatile functions should > be rejected elsewhere and

[Bug middle-end/121159] musttail gives bogus volatile function error message

2025-07-21 Thread ak at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121159 ak at gcc dot gnu.org changed: What|Removed |Added CC||ak at gcc dot gnu.org Last rec