[Bug libgomp/94612] Failed to build simple examples with offloading.

rguenth at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu Apr 16 13:23:53 GMT 2020


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

--- Comment #10 from Richard Biener <rguenth at gcc dot gnu.org> ---
(In reply to Martin Liška from comment #3)
> It's likely dup of PR94129.

Note that that one ICEs on matching compression algorithms which here
the ICE notes the compressed data stream is corrupt.

There must be sth subtle going on ...

I hope that -save-temps will save the offload images fed to the nvptx-none
lto1.
Matthias, can you attach them?  That is,

 /usr/lib/gcc/x86_64-linux-gnu/10/accel/nvptx-none/lto1 -quiet -dumpbase
ccwItcGR.o -m64 -mgomp -auxbase ccwItcGR -version -fno-openacc -fPIC
-foffload-abi=lp64 -fopenmp @/tmp/ccHVgmel -o /tmp/ccdKIoRm.s

look into /tmp/ccHVgmel which should contain a (list of) object file name(s)
to pass along.


More information about the Gcc-bugs mailing list