Home
last modified time | relevance | path

Searched refs:errors_before (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dparse.c6362 int seen_program, errors_before, errors; in gfc_parse_file() local
6390 errors_before = 0; in gfc_parse_file()
6443 gfc_get_errors (NULL, &errors_before); in gfc_parse_file()
6451 gfc_get_errors (NULL, &errors_before); in gfc_parse_file()
6485 gfc_dump_module (s.sym->name, errors_before == errors); in gfc_parse_file()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dparse.cc6701 int seen_program, errors_before, errors; in gfc_parse_file() local
6729 errors_before = 0; in gfc_parse_file()
6782 gfc_get_errors (NULL, &errors_before); in gfc_parse_file()
6790 gfc_get_errors (NULL, &errors_before); in gfc_parse_file()
6824 gfc_dump_module (s.sym->name, errors_before == errors); in gfc_parse_file()
H A DChangeLog-20121507 * parse.c (gfc_parse_file): Initialize errors_before.