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++/68006] [6 Regression] [C++14] Incorrect aggregate initialization from empty initializer list with NSDMI


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

Markus Trippelsdorf <trippels at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jason at gcc dot gnu.org,
                   |                            |trippels at gcc dot gnu.org

--- Comment #1 from Markus Trippelsdorf <trippels at gcc dot gnu.org> ---
I'm not sure that this is a bug. See gcc/testsuite/g++.dg/opt/flifetime-dse2.C.
You can use -fno-lifetime-dse to get the old behavior back.

Anyway it started with r222135.

Jason?


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