This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libgomp/63868] [5 Regression] Multiple failures in the libgomp test suite between r217458 and r217501.


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

--- Comment #4 from Ilya Verbin <iverbin at gmail dot com> ---
It seems that support of offload sections in Mach-O will require substantial
changes to gcc/config/darwin.c, like it was done for LTO.

I'm going to disable the generation of any offload sections when a compiler is
configured without --enable-offload-targets, i.e. when ENABLE_OFFLOADING is not
defined. Is this change ok?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]