[llvm-bugs] [Bug 34814] New: Seq fault while parsing compound statement

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Oct 3 04:49:28 PDT 2017


https://bugs.llvm.org/show_bug.cgi?id=34814

            Bug ID: 34814
           Summary: Seq fault while parsing compound statement
           Product: clang
           Version: 3.8
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: C++14
          Assignee: unassignedclangbugs at nondot.org
          Reporter: james.drobina at thesystech.com
                CC: llvm-bugs at lists.llvm.org

This look similar to a resolved ticket for 3.5 (#21940).

book_query/CMakeFiles/libowl_raw_fix_order_book_query-d.dir/raw_fix/raw_fix_registry.cpp.o
-x c++
../../../../src/owl/applications/order_book_query/raw_fix/raw_fix_registry.cpp 
1.     
../../../../src/owl/applications/order_book_query/raw_fix/make_symbol.hpp:41:42:
current parser token ';'
2.     
../../../../src/owl/applications/order_book_query/raw_fix/make_symbol.hpp:13:1:
parsing namespace 'owl'
3.     
../../../../src/owl/applications/order_book_query/raw_fix/make_symbol.hpp:13:17:
parsing namespace 'raw_fix_ob_query'
4.     
../../../../src/owl/applications/order_book_query/raw_fix/make_symbol.hpp:26:1:
parsing function body 'make_symbol'
5.     
../../../../src/owl/applications/order_book_query/raw_fix/make_symbol.hpp:26:1:
in
 compound statement ('{}')
clang-3.8: error: unable to execute command: Segmentation fault (core dumped)
clang-3.8: error: clang frontend command failed due to signal (use -v to see
invocation)
clang version 3.8.1 (tags/RELEASE_381/final)
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /usr/local/bin
clang-3.8: note: diagnostic msg: PLEASE submit a bug report to
http://llvm.org/bugs/ and include the crash backtrace, preprocessed source, and
associated run script.
clang-3.8: note: diagnostic msg: 
********************

-- 
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/20171003/470c052c/attachment.html>


More information about the llvm-bugs mailing list