https://bugs.llvm.org/show_bug.cgi?id=37904

Aaron Ballman <aa...@aaronballman.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |aa...@aaronballman.com
             Status|NEW                         |RESOLVED
         Resolution|---                         |WONTFIX

--- Comment #2 from Aaron Ballman <aa...@aaronballman.com> ---
FWIW, C++ is exploring explicitly rejecting these constructs
(http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2021/p2362r2.pdf) and I
expect WG14 to receive a similar proposal.

I think it's reasonable for our implementation-defined behavior here to be to
reject those constructs. In fact, we recently strengthened our handling of this
in https://reviews.llvm.org/D106215 to also apply to L'ab' in addition to u'ab'
and U'ab'.

Closing this as WONTFIX, but if you know of a reason we *should* be allowing
these constructs, please reopen with information about your use case.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to