Nuno Teixeira <[email protected]> writes:
> I'm at main-n282229-687ab0dc54a9: Fri Nov 28 and gcc build still fails:
>
> /usr/include/sys/_types.h:164:46: error: missing binary operator before token
> "("
> 164 | #if !defined(__has_feature) || !__has_feature(capabilities)
> | ^
> gmake[3]: *** [Makefile:501: _trampoline.o] Error 1
I know, and I don't understand why...
what's really weird is this:
$ x86_64-unknown-freebsd14.3-gcc13 -E sys/sys/_types.h >/dev/null
sys/sys/_types.h:164:46: error: missing binary operator before token "("
164 | #if !defined(__has_feature) || !__has_feature(capabilities)
| ^
as expected, but
$ x86_64-unknown-freebsd14.3-gcc13 -E sys/sys/_types.h | less +Gq
no error!
anyway, see https://reviews.freebsd.org/D53986
DES
--
Dag-Erling Smørgrav - [email protected]