Date: Tue, 20 Feb 2018 16:03:47 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 226068] buildworld persistently fails due to how the keyword "auto" has been used in clang C++ code Message-ID: <bug-226068-8@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226068 Bug ID: 226068 Summary: buildworld persistently fails due to how the keyword "auto" has been used in clang C++ code Product: Base System Version: 10.4-STABLE Hardware: powerpc OS: Any Status: New Severity: Affects Only Me Priority: --- Component: bin Assignee: freebsd-bugs@FreeBSD.org Reporter: jau@iki.fi Created attachment 190830 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=190830&action=edit Patch SemaInit.cpp in clang source to use a proper type name instead of "auto". An auto pointer variable declaration within an if statement fails repeatedly. It seems at least older C++ versions require a proper type name instead of plain "auto". -- 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-226068-8>
