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: [email protected]
Reporter: [email protected]
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.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"