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

--- Comment #12 from Joshua <joshudson at gmail dot com> ---
I located the actual bug in the disassembly. While it is somehow caused by
vfork; it is not due to vfork or vfork rules. The bad assembly code is here.

.LC16:
        .quad   .LC7

You can't *do* that in this environment. No relocations allowed.

Reply via email to