Searched refs:greatest_status (Results 1 – 2 of 2) sorted by relevance
270 static int greatest_status = 1; variable3025 && (signal_count || greatest_status >= MIN_FATAL_STATUS)) in execute()3042 if (WEXITSTATUS (status) > greatest_status) in execute()3043 greatest_status = WEXITSTATUS (status); in execute()6825 : error_count > 0 ? (pass_exit_codes ? greatest_status : 1) in main()
3714 * gcc.c (pass_exit_codes, greatest_status): New variables.3716 (execute): Update greatest_status if error.3719 (main): Look at pass_exit_codes and greatest_status on call to exit.