https://sourceware.org/bugzilla/show_bug.cgi?id=22656
--- Comment #2 from John Marino ---
I had a small mistake recreating a test case. After I fixed the error, it's
easy to reproduce this.
Makefile:
CC=/raven/share/raven/toolchain/gcc7/bin/cc
all: test
test:
${CC} --verbose -fuse-ld=
https://sourceware.org/bugzilla/show_bug.cgi?id=22656
--- Comment #1 from John Marino ---
Created attachment 10707
--> https://sourceware.org/bugzilla/attachment.cgi?id=10707&action=edit
build log when ld.bfd is used instead
So far I haven't been able to create a small test case.
By the way,