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@FreeBSD.org Reporter: ajcbowh...@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. _______________________________________________ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"