https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99092
Iain Sandoe <iains at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |fxcoudert at gcc dot gnu.org,
| |iains at gcc dot gnu.org
--- Comment #4 from Iain Sandoe <iains at gcc dot gnu.org> ---
please note:
The Apple M1 compiler is 'experimental' on master, the back port to 10.2 is
'even more experimental' (and local to Home-brew) - the sources are not yet
part of GCC "upstream" so hard for folks here to fix.
The bug could well be genuine, but please report it either on home-brew, or on
https://github.com/iains/gcc-darwin-arm64/issues - so that we can try to fix is
there (or propose a fix for it here if it's a generic issue).
thanks.
<aside>
Its not practical (with the resources available) to do a GAS port for
aarch64/mach-o, so we will have to fix either the llvm back end (and then wait
for that to be included in Xcode) or fix the asm emitted for the Darwin/Mach-O
back end.
</aside>