aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/lang.c
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2013-03-21 18:36:47 +0100
committerJakub Jelinek <jakub@gcc.gnu.org>2013-03-21 18:36:47 +0100
commit37e9911604ec069ee198879bb3a4af5d47b82a6b (patch)
treee5e6b0ddf9668c7b20ff0d85dbd749ba6244b7e9 /gcc/java/lang.c
parentc845cfe1af6a72609e04a68b967f2b919599b32b (diff)
downloadgcc-37e9911604ec069ee198879bb3a4af5d47b82a6b.zip
gcc-37e9911604ec069ee198879bb3a4af5d47b82a6b.tar.gz
gcc-37e9911604ec069ee198879bb3a4af5d47b82a6b.tar.bz2
re PR middle-end/48087 (-Wall -Werror adds warnings over and above those generated by -Wall)
PR middle-end/48087 * diagnostic.def (DK_WERROR): New kind. * diagnostic.h (werrorcount): Define. * diagnostic.c (diagnostic_report_diagnostic): For DK_WARNING promoted to DK_ERROR, increment DK_WERROR counter instead of DK_ERROR counter. * toplev.c (toplev_main): Call print_ignored_options even if just werrorcount is non-zero. Exit with FATAL_EXIT_CODE even if just werrorcount is non-zero. * pt.c (convert_nontype_argument): Count werrorcount as warnings. * call.c (build_temp): Likewise. * method.c (synthesize_method): Likewise. * typeck.c (convert_for_initialization): Likewise. From-SVN: r196887
Diffstat (limited to 'gcc/java/lang.c')
0 files changed, 0 insertions, 0 deletions