https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118152

--- Comment #3 from Christophe Lyon <clyon at gcc dot gnu.org> ---


> It might be helpful to see the dissassembled code of
> sync/atomic_test.TestNilDeref..func30.

Sorry for the naive question: where can I find it?

In my build tree, I have:

armv8l-unknown-linux-gnueabihf/libgo/sync/
atomic/  atomic_c.lo  atomic_c.o  atomic.gox  atomic.lo  atomic.lo.dep 
atomic.o  atomic.s-gox  check-testlog  check-testsum

and then
armv8l-unknown-linux-gnueabihf/libgo/sync/atomic/
check-testlog  check-testsum

I looked into armv8l-unknown-linux-gnueabihf/libgo/sync/atomic.o but could not
find this symbol

and libgo.log does not contain the compilation command, unlike gcc.log for
instance.

Reply via email to