This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/78940] [missed optimization] Useless guard variable in thread_local defaulted constructor


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78940

Marc Mutz <marc.mutz at kdab dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |marc.mutz at kdab dot com

--- Comment #3 from Marc Mutz <marc.mutz at kdab dot com> ---
This is not restricted to thread_locals. It also affects statics in functions:
PR 79561

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]