This is the mail archive of the gcc-patches@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]

Re: [PATCH 6/n] OpenMP 4.0 offloading infrastructure: option handling


On 09/22/2015 02:02 PM, Thomas Schwinge wrote:

     	gcc/
     	* gcc.c (handle_foffload_option): Don't lose the trailing NUL
     	character when appending to offload_targets.

     	gcc/
     	* configure.ac (offload_targets, OFFLOAD_TARGETS): Separate
     	offload targets by commas, not colons.
     	* config.in: Regenerate.
     	* configure: Likewise.
     	* gcc.c (driver::maybe_putenv_COLLECT_LTO_WRAPPER): Due to that,
     	instead of setting up the default offload targets here...
     	(process_command): ..., do it here.
     	libgomp/
     	* plugin/configfrag.ac (OFFLOAD_TARGETS): Clarify that offload
     	targets are separated by commas.
     	* config.h.in: Regenerate.

Looks ok to me except this double ChangeLog seems messed up.


Bernd



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