https://llvm.org/bugs/show_bug.cgi?id=25786
Bug ID: 25786 Summary: Assertion "Chunk.Kind == DeclaratorChunk::Function" failed with regparm attribute Product: clang Version: trunk Hardware: PC OS: Linux Status: NEW Severity: normal Priority: P Component: Frontend Assignee: unassignedclangb...@nondot.org Reporter: andrey.kules...@intel.com CC: llvm-bugs@lists.llvm.org Classification: Unclassified Created attachment 15423 --> https://llvm.org/bugs/attachment.cgi?id=15423&action=edit assertion log ================ENVIRONMENT==================== OS: Linux clang: trunk ================REPRODUCER====================== void (__attribute__ ((regparm (2), stdcall)) * NAME) (int); ===============ASSERTION======================== clang-3.8: PATH/llvm/tools/clang/lib/Sema/SemaType.cpp:4794: void {anonymous}::DeclaratorLocFiller::VisitFunctionTypeLoc(clang::FunctionTypeLoc): Assertion `Chunk.Kind == DeclaratorChunk::Function' failed. <.......> <FULL ASSERTION STACK attached to assertion.log> -------------------- Intel Software Engineer Andrey Kuleshov -- You are receiving this mail because: You are on the CC list for the bug.
_______________________________________________ llvm-bugs mailing list llvm-bugs@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs