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]

Re: {PATCH] - Revised -### patch


>>>>> "Ira" == Ira Ruben <ira@apple.com> writes:

Ira> The -### is similar to -v except that the driver commands are not
Ira> executed and all the command arguments are quoted.

The quoting here looks strange to me:

Ira> ! 	    fprintf (stderr, " %s%s%s", verbose_only_flag, *j,
Ira> ! 	    	     verbose_only_flag);

Suppose the argument has an embedded `"'.  Won't we print something
ambiguous?  I don't even think this is a very unusual case; people put
quotes in -D arguments all the time.

Tom


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