Searched refs:warnings_not_errors (Results 1 – 4 of 4) sorted by relevance
39 static bool warnings_not_errors = false; variable1317 if (warnings_not_errors) in gfc_error_opt()1415 warnings_not_errors = false; in gfc_clear_error()1525 warnings_not_errors = f; in gfc_errors_to_warnings()
39 static bool warnings_not_errors = false; variable1418 if (warnings_not_errors) in gfc_error_opt()1516 warnings_not_errors = false; in gfc_clear_error()1626 warnings_not_errors = f; in gfc_errors_to_warnings()
1551 * error.c : Add static flag 'warnings_not_errors'.1552 (gfc_error): If 'warnings_not_errors' is set, branch to code1554 (gfc_clear_error): Reset 'warnings_not_errors'.
361 * error.c (warnings_not_errors): Use bool.