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] |
With this patch, gcc will print the number of errors and warnings at the end of the output. If there are no warnings or errors, nothing is printed.
Bootstrapped and regression tested with --enable-languages=all on i686-pc-linux-gnu.
PR middle-end/26061 * toplev.c (do_compile): Print error and warning counts.
testsuite/ * lib/gnat.exp (prune_gnat_output): Prune error and warning counts. * lib/prune.exp (prune_gcc_output): Likewise.
Attachment:
errorwarningcounting-try2.diff
Description: Text document
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |