[LLVMbugs] [Bug 21971] [fuzz] Assertion `Tok.is(tok::l_brace)' failed.

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sat Feb 21 12:53:27 PST 2015


http://llvm.org/bugs/show_bug.cgi?id=21971

davide <davide.italiano at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |davide.italiano at gmail.com
         Resolution|---                         |FIXED

--- Comment #1 from davide <davide.italiano at gmail.com> ---
Can't repro on r230142. Please check and re-open if needed.

% ./build/bin/clang -fno-crash-diagnostics -std=c++11 -xc++ -c -emit-llvm
testcases/21971.cpp
testcases/21971.cpp:1:25: error: expected variable name or 'this' in lambda
      capture list
class f final alignas ([float):
                        ^
testcases/21971.cpp:1:32: error: expected ')'
class f final alignas ([float):
                               ^
testcases/21971.cpp:1:23: note: to match this '('
class f final alignas ([float):
                      ^
testcases/21971.cpp:1:15: error: an attribute list cannot appear here
class f final alignas ([float):
              ^
testcases/21971.cpp:1:32: error: expected ';' after class
class f final alignas ([float):
                               ^
                               ;

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20150221/1e3d8f73/attachment.html>


More information about the llvm-bugs mailing list