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++/58910] [4.9 Regression] std::Tuple_impl is non constexpr when using identical userdefined structs as template-args


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58910

Paolo Carlini <paolo.carlini at oracle dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P2
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2013-10-29
                 CC|                            |jwakely.gcc at gmail dot com
            Summary|std::Tuple_impl is non      |[4.9 Regression]
                   |constexpr when using        |std::Tuple_impl is non
                   |identical userdefined       |constexpr when using
                   |structs as template-args    |identical userdefined
                   |                            |structs as template-args
     Ever confirmed|0                           |1

--- Comment #1 from Paolo Carlini <paolo.carlini at oracle dot com> ---
This is a regression and I don't think we changed anything in the library?!?
Looks like a C++ regression then, and we would need a reduced testcase.


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