[Bug c++/48026] #pragma optimize ignored for C++ for preprocessor

2025-06-11 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48026 --- Comment #13 from GCC Commits --- The trunk branch has been updated by Andrew Pinski : https://gcc.gnu.org/g:dcb9af06212e8bb36e84a1b8498c625c29abeb6f commit r16-1429-gdcb9af06212e8bb36e84a1b8498c625c29abeb6f Author: Gwenole Beauchesne Date:

[Bug c++/48026] #pragma optimize ignored for C++ for preprocessor

2025-06-11 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48026 Andrew Pinski changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug c++/48026] #pragma optimize ignored for C++ for preprocessor

2025-06-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48026 --- Comment #12 from Andrew Pinski --- Patch posted: https://gcc.gnu.org/pipermail/gcc-patches/2025-June/685396.html

[Bug c++/48026] #pragma optimize ignored for C++ for preprocessor

2025-06-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48026 --- Comment #11 from Andrew Pinski --- (In reply to Andrew Pinski from comment #10) > Created attachment 61562 [details] > Updated patch > > Updated patch with a fixed up changelog and added a generic testcase based > on PR 118921's example. I

[Bug c++/48026] #pragma optimize ignored for C++ for preprocessor

2025-06-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48026 --- Comment #10 from Andrew Pinski --- Created attachment 61562 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=61562&action=edit Updated patch Updated patch with a fixed up changelog and added a generic testcase based on PR 118921's exampl

[Bug c++/48026] #pragma optimize ignored for C++ for preprocessor

2025-02-18 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48026 Andrew Pinski changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |pinskia at gcc dot gnu.org

[Bug c++/48026] #pragma optimize ignored for C++ for preprocessor

2025-02-18 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48026 Andrew Pinski changed: What|Removed |Added CC||tnfchris at gcc dot gnu.org --- Comment

[Bug c++/48026] #pragma optimize ignored for C++ for preprocessor

2024-03-17 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48026 Andrew Pinski changed: What|Removed |Added CC||tellowkrinkle at gmail dot com --- Comme

[Bug c++/48026] #pragma optimize ignored for C++ for preprocessor

2023-12-06 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48026 --- Comment #6 from Sam James --- (In reply to Gwenole Beauchesne from comment #5) > Created attachment 56811 [details] > Proposed patch against trunk > > Here is a proposed patch against trunk, which includes a fix for PR > preprocessor/87299 (

[Bug c++/48026] #pragma optimize ignored for C++ for preprocessor

2023-12-06 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48026 Bug 48026 depends on bug 41201, which changed state. Bug 41201 Summary: #pragma GCC target ("sse2") doesn't alter __SSE2__ in C++ (as it does in C) https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41201 What|Removed

[Bug c++/48026] #pragma optimize ignored for C++ for preprocessor

2023-12-06 Thread gb.devel at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48026 Gwenole Beauchesne changed: What|Removed |Added CC||gb.devel at gmail dot com --- Comme