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: [trunk][patch] Rest of the plugin merge 1/3


2009/4/16 Rafael Espindola <espindola@google.com>:

> +	  /* CPP driver cannot obtain switch from cc1_options.  */
> +	  if (is_cpp_driver)
> +	    add_preprocessor_option ("--version", strlen("--version"));
> +	  add_assembler_option ("--version", strlen("--version"));
> +	  add_linker_option ("--version", strlen("--version"));

Space before '('.

OK with that change.


Diego.


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