Searched refs:errors_before (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | parse.c | 6362 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 D | parse.cc | 6701 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 D | ChangeLog-2012 | 1507 * parse.c (gfc_parse_file): Initialize errors_before.
|