On Thu, 2024-10-24 at 21:18 +0200, Thomas Schwinge wrote: > Hi! > > On 2024-10-14T19:18:46-0400, David Malcolm <dmalc...@redhat.com> > wrote: > > [...]
[...] > ..., and without offloading configured -- which would bring a little > bit > of extra code. (Indeed offloading configurations aren't covered in > 'contrib/config-list.mk', hmm...) > > > Pushed to trunk as r15-4610-gbf43fe6aa966ea. > > So you've got the nvptx 'mkoffload' adjusted: > > > --- a/gcc/config/nvptx/mkoffload.cc > > +++ b/gcc/config/nvptx/mkoffload.cc > > @@ -29,6 +29,7 @@ > > > > #define IN_TARGET_CODE 1 > > > > +#define INCLUDE_MEMORY > > #include "config.h" > > #include "system.h" > > #include "coretypes.h" > > ..., but we likewise need to adjust the GCN one; I've pushed to > trunk branch commit b3aa301db1b09b533b3635791a98d6bf906e9a15 > "Use unique_ptr in more places in pretty_printer/diagnostics: > 'gcc/config/gcn/mkoffload.cc' [PR116613]", > see attached. Sorry about the breakage; thanks for the patch. Dave