<html>
    <head>
      <base href="https://bugs.llvm.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:aaron@aaronballman.com" title="Aaron Ballman <aaron@aaronballman.com>"> <span class="fn">Aaron Ballman</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED WONTFIX - u'ab' and U'ab' considered errors"
   href="https://bugs.llvm.org/show_bug.cgi?id=37904">bug 37904</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
                
           </td>
           <td>aaron@aaronballman.com
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>NEW
           </td>
           <td>RESOLVED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>---
           </td>
           <td>WONTFIX
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED WONTFIX - u'ab' and U'ab' considered errors"
   href="https://bugs.llvm.org/show_bug.cgi?id=37904#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED WONTFIX - u'ab' and U'ab' considered errors"
   href="https://bugs.llvm.org/show_bug.cgi?id=37904">bug 37904</a>
              from <span class="vcard"><a class="email" href="mailto:aaron@aaronballman.com" title="Aaron Ballman <aaron@aaronballman.com>"> <span class="fn">Aaron Ballman</span></a>
</span></b>
        <pre>FWIW, C++ is exploring explicitly rejecting these constructs
(<a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2021/p2362r2.pdf">http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2021/p2362r2.pdf</a>) 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 <a href="https://reviews.llvm.org/D106215">https://reviews.llvm.org/D106215</a> 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.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>