<html>
    <head>
      <base href="https://bugs.llvm.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:nodakai@gmail.com" title="NODA, Kai <nodakai@gmail.com>"> <span class="fn">NODA, Kai</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - crasher: "typedef &decltype(auto)::x T;""
   href="https://bugs.llvm.org/show_bug.cgi?id=24863">bug 24863</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>nodakai@gmail.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>FIXED
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - crasher: "typedef &decltype(auto)::x T;""
   href="https://bugs.llvm.org/show_bug.cgi?id=24863#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - crasher: "typedef &decltype(auto)::x T;""
   href="https://bugs.llvm.org/show_bug.cgi?id=24863">bug 24863</a>
              from <span class="vcard"><a class="email" href="mailto:nodakai@gmail.com" title="NODA, Kai <nodakai@gmail.com>"> <span class="fn">NODA, Kai</span></a>
</span></b>
        <pre>Neither test cases crash clang trunk@306691 as of today:

/tmp/c.cpp:1:10: error: expected unqualified-id
typedef &decltype(auto)::x T;
         ^
1 error generated.

/tmp/c.cpp:1:17: warning: extra qualification on member 'crash'
[-Wextra-qualification]
decltype(auto)::crash crashed;
                ^
/tmp/c.cpp:1:17: error: no member named 'crash' in the global namespace
decltype(auto)::crash crashed;
              ~~^
/tmp/c.cpp:1:17: error: declaration of variable 'crash' with deduced type
'decltype(auto)' requires an initializer
/tmp/c.cpp:1:22: error: expected ';' after top level declarator
decltype(auto)::crash crashed;
                     ^
                     ;
1 warning and 3 errors generated.</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>