gcc.c (main): If print_help_list and verbose_flag...
gcc/ * gcc.c (main): If print_help_list and verbose_flag, ensure driver output comes before subprocess output. From-SVN: r144524
This commit is contained in:
parent
4d07705422
commit
033505fc8c
@ -1,5 +1,8 @@
|
|||||||
2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
||||||
|
|
||||||
|
* gcc.c (main): If print_help_list and verbose_flag, ensure
|
||||||
|
driver output comes before subprocess output.
|
||||||
|
|
||||||
* optc-gen.awk: Assign all remaining fields to help string,
|
* optc-gen.awk: Assign all remaining fields to help string,
|
||||||
space-separated, for multi-line help in *.opt.
|
space-separated, for multi-line help in *.opt.
|
||||||
|
|
||||||
|
@ -6601,7 +6601,10 @@ main (int argc, char **argv)
|
|||||||
|
|
||||||
/* We do not exit here. Instead we have created a fake input file
|
/* We do not exit here. Instead we have created a fake input file
|
||||||
called 'help-dummy' which needs to be compiled, and we pass this
|
called 'help-dummy' which needs to be compiled, and we pass this
|
||||||
on the various sub-processes, along with the --help switch. */
|
on the various sub-processes, along with the --help switch.
|
||||||
|
Ensure their output appears after ours. */
|
||||||
|
fputc ('\n', stdout);
|
||||||
|
fflush (stdout);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (verbose_flag)
|
if (verbose_flag)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user