[LLVMbugs] [Bug 21838] [fuzz] SEGV in/below ParseGNUAttributes
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Thu Apr 9 07:07:42 PDT 2015
https://llvm.org/bugs/show_bug.cgi?id=21838
Aaron Ballman <aaron at aaronballman.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |aaron at aaronballman.com
Resolution|--- |WORKSFORME
--- Comment #2 from Aaron Ballman <aaron at aaronballman.com> ---
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.
--
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/20150409/3dde55e3/attachment.html>
More information about the llvm-bugs
mailing list