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

Jan Beich <jbe...@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Hardware|Any                         |i386
                URL|                            |http://beefy17.nyi.freebsd.
                   |                            |org/data/head-i386-default/
                   |                            |p549547_s365984/logs/errors
                   |                            |/vulkan-loader-1.2.135.0.lo
                   |                            |g

--- Comment #4 from Jan Beich <jbe...@freebsd.org> ---
Clang 10 is not affected while Clang 9 and older don't support such assembly
constructs.

$ clang10 -m32 -c "unknown_ext_chain_gas.S"
$ clang90 -m32 -c "unknown_ext_chain_gas.S"
<instantiation>:14:17: error: cannot use more than one symbol in memory operand
    push offset termin_error_string@GOT # Push the error string (fourth arg)
                ^
unknown_ext_chain_gas.S:385:5: note: while in macro instantiation
    PhysDevExtTermin 0
    ^
[...]

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-toolchain@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-toolchain
To unsubscribe, send any mail to "freebsd-toolchain-unsubscr...@freebsd.org"

Reply via email to