[Bug c++/24928] static const objects should go to .rodata

2025-03-11 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=24928 Andrew Pinski changed: What|Removed |Added CC||antoshkka at gmail dot com --- Comment #

[Bug c++/24928] static const objects should go to .rodata

2025-03-11 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=24928 Andrew Pinski changed: What|Removed |Added CC||ajrobb57 at gmail dot com --- Comment #7

[Bug c++/24928] static const objects should go to .rodata

2025-03-11 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=24928 Andrew Pinski changed: What|Removed |Added CC||glisse at gcc dot gnu.org --- Comment #6

[Bug c++/24928] static const objects should go to .rodata

2021-12-25 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=24928 --- Comment #5 from Andrew Pinski --- With -fimplicit-constexpr, GCC do the optimization, maybe this will become part of the C++ standard in the future

[Bug c++/24928] static const objects should go to .rodata

2018-01-29 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=24928 Andrew Pinski changed: What|Removed |Added CC||antoshkka at gmail dot com --- Comment #

[Bug c++/24928] static const objects should go to .rodata

2005-11-17 Thread gdr at integrable-solutions dot net
--- Comment #3 from gdr at integrable-solutions dot net 2005-11-18 01:31 --- Subject: Re: New: Trivial static const objects should go to .rodata "msharov at hotmail dot com" <[EMAIL PROTECTED]> writes: | With the object being initialized at runtime as if it mattered. Because the | v

[Bug c++/24928] static const objects should go to .rodata

2005-11-17 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2005-11-18 00:57 --- Confirmed, very related to PR 4131. First this is not a trivial static const object as there is no trivial constructure here. -- pinskia at gcc dot gnu dot org changed: What|Removed