Date: Wed, 26 Aug 2015 06:17:53 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 202665] clang++ core dump during compile with invalid syntax Message-ID: <bug-202665-8@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
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: ajcbowhill@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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-202665-8>