https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92314
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |INVALID --- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> --- (In reply to Dmitry G. Dyachenko from comment #2) > I use system compiler for bootstrap: gcc9/Fedora31 > > Did I understood you correctly: I need offloading compiler installed after > r277662 if I say '--enable-offload-targets=nvptx-none' ? > > so invalid PR? You needed it always, see http://gcc.gnu.org/wiki/Offloading . Furthermore, the installed offloading compiler needs to be the same gcc snapshot (or at least almost, so that the LTO in between is compatible among other things). Previously one would run into issues only during testing though.