[Bug 214864] [exp-run] test build with lld as /usr/bin/ld

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Apr 11 04:26:23 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214864

Mark Millard <markmi at dsl-only.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |markmi at dsl-only.net

--- Comment #15 from Mark Millard <markmi at dsl-only.net> ---
(In reply to Ed Maste from comment #10)

In doing an experiment I ran into gcc6-aux's
problem: It is not set up for head's -r312934
having:

Replace uses of the GCC __nonnull__ attribute with the clang nullability
qualifiers [and its use via __nonnull(?)] . . .

at least as far as the:

bootstrap/lib/gcc/*freebsd12.0/6.3.1/include=fixed/stdlibb.h

goes. Detail as of /usr/ports -r438141:
(I was using an arm64 context.)

configure:5452: checking size of long long
. . .
In file included from conftest.c:71:0:
/usr/obj/portswork/usr/ports/lang/gcc6-aux/work/bootstrap/lib/gcc/aarch64-aux-freebsd12.0/6.3.1/include-fixed/stdlib.h:
In function 'posix_memalign':
/usr/obj/portswork/usr/ports/lang/gcc6-aux/work/bootstrap/lib/gcc/aarch64-aux-freebsd12.0/6.3.1/include-fixed/stdlib.h:192:46:
error: expected declaration specifiers before '__nonnull'
int  posix_memalign(void **, size_t, size_t) __nonnull(1); /* (ADV) */
                                             ^~~~~~~~~

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-ports-bugs mailing list