[Bug 202665] clang++ core dump during compile with invalid syntax

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Aug 26 06:17:53 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202665

            Bug ID: 202665
           Summary: clang++ core dump during compile with invalid syntax
           Product: Base System
           Version: 10.2-STABLE
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: bin
          Assignee: freebsd-bugs at FreeBSD.org
          Reporter: ajcbowhill at gmail.com

Created attachment 160365
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=160365&action=edit
attachments requested by error message

clang++ dumps core on attached code, which is likely not legitimate C++, as I
was experimenting with syntax.

compiled with:
clang++ -o M.exe Multidim.cpp -L/usr/local/lib -std=c++0x

In the source, removal of parenthesis around (&group), in AddGroup parameter
list, and (&s), in array declaration in main makes problem go away.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list