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++/6273] [DR 502] Dependency of nested enumerations and enumerators


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.


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