[Bug 226068] buildworld persistently fails due to how the keyword "auto" has been used in clang C++ code
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Feb 20 16:03:48 UTC 2018
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 at FreeBSD.org
Reporter: jau at 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.
More information about the freebsd-bugs
mailing list