<html>
    <head>
      <base href="https://llvm.org/bugs/" />
    </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 WORKSFORME - [fuzz] SEGV in/below ParseGNUAttributes"
   href="https://llvm.org/bugs/show_bug.cgi?id=21838">bug 21838</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;">Status</td>
           <td>NEW
           </td>
           <td>RESOLVED
           </td>
         </tr>

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

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>---
           </td>
           <td>WORKSFORME
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED WORKSFORME - [fuzz] SEGV in/below ParseGNUAttributes"
   href="https://llvm.org/bugs/show_bug.cgi?id=21838#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED WORKSFORME - [fuzz] SEGV in/below ParseGNUAttributes"
   href="https://llvm.org/bugs/show_bug.cgi?id=21838">bug 21838</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>This no longer crashes for me on ToT.

E:\llvm\2013>clang -fno-crash-diagnostics -std=c++11 -xc++ -c -emit-llvm
"E:\Aaron Ballman\Desktop\test.cpp"
E:\Aaron Ballman\Desktop\test.cpp:1:33: error: expected ')'
struct { __attribute__((typename >
                                ^
                                )
E:\Aaron Ballman\Desktop\test.cpp:1:35: error: expected ')'
struct { __attribute__((typename >
                                  ^
                                  )
E:\Aaron Ballman\Desktop\test.cpp:1:35: error: expected member name or ';'
after

      declaration specifiers
struct { __attribute__((typename >
                                  ^
E:\Aaron Ballman\Desktop\test.cpp:1:35: error: expected '}'
E:\Aaron Ballman\Desktop\test.cpp:1:8: note: to match this '{'
struct { __attribute__((typename >
       ^
E:\Aaron Ballman\Desktop\test.cpp:1:35: error: expected ';' after struct
struct { __attribute__((typename >
                                  ^
                                  ;
E:\Aaron Ballman\Desktop\test.cpp:1:1: error: anonymous structs and classes
must be class members
struct { __attribute__((typename >
^
6 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>