https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93409
Andrew Stubbs <ams at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ams at gcc dot gnu.org --- Comment #1 from Andrew Stubbs <ams at gcc dot gnu.org> --- Please don't try x32. It might have previously built, but it does not work. In order for offloading to work it is necessary that both CPU and GPU use the exact same type layout. Since the GPU compiler is using x86_64 compatible types it is incompatible with x86_32. We should probably find a nicer way to not build. :-(