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 12/12] always define ENABLE_OFFLOADING


On 11/09/2015 05:47 PM, tbsaunde+gcc@tbsaunde.org wrote:
-#ifdef ENABLE_OFFLOADING
    /* If the user didn't specify any, default to all configured offload
       targets.  */
    if (offload_targets == NULL)
      handle_foffload_option (OFFLOAD_TARGETS);
-#endif

This one I would keep guarded with an if.

Otherwise ok modulo stage 1 end.


Bernd


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