[Bug c++/37949] static initialisation through pointer deferred until run time

2025-03-11 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=37949 --- Comment #8 from Andrew Pinski --- This one is a dup of bug 4131 and not PR 24928. Those 2 are related but one is easier to implement than the other. *** This bug has been marked as a duplicate of bug 4131 ***

[Bug c++/37949] static initialisation through pointer deferred until run time

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

[Bug c++/37949] static initialisation through pointer deferred until run time

2018-09-21 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=37949 Eric Gallager changed: What|Removed |Added Status|WAITING |SUSPENDED --- Comment #6 from Eric Galla

[Bug c++/37949] static initialisation through pointer deferred until run time

2018-03-22 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=37949 Eric Gallager changed: What|Removed |Added Status|NEW |WAITING CC|

[Bug c++/37949] static initialisation through pointer deferred until run time

2012-01-04 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37949 Paolo Carlini changed: What|Removed |Added CC|gcc-bugs at gcc dot gnu.org | --- Comment #4 from Paolo Carlini 2012-

[Bug c++/37949] static initialisation through pointer deferred until run time

2010-11-10 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37949 Jan Hubicka changed: What|Removed |Added CC||hubicka at gcc dot gnu.org --- Comment #3 f

[Bug c++/37949] static initialisation through pointer deferred until run time

2009-04-17 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2009-04-17 09:18 --- This would be "inlining" of static-initialization-and-destruction functions if they get optimized to return a constant initializer. It's not easy to do as they cannot be easily removed late in the compilation. Of c

[Bug c++/37949] static initialisation through pointer deferred until run time

2009-04-16 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2009-04-16 22:05 --- Confirmed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|UNCON