[Bug c++/6273] [DR 502] Dependency of nested enumerations and enumerators

paolo.carlini at oracle dot com gcc-bugzilla@gcc.gnu.org
Mon May 12 10:00:00 GMT 2014


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jason at gcc dot gnu.org,
                   |                            |paolo.carlini at oracle dot com

--- Comment #16 from Paolo Carlini <paolo.carlini at oracle dot com> ---
Jason, I'm having a look to this, and I'm not sure there is still something to
do. For example, our type_dependent_type_p returns true for the snippet in 1)
of Core/502. As regards the reduced testcase in Comment #2 here, we still
reject it, as does clang too, but we accept (as does clang) it if we change
operator+ to be constexpr.



More information about the Gcc-bugs mailing list