Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
HDgcc.c6824 check_repro (char **temp_stdout_files, char **temp_stderr_files) in check_repro() argument
6830 || !files_equal_p (temp_stderr_files[i], temp_stderr_files[i + 1])) in check_repro()
6987 char **temp_stderr_files = &temp_files[RETRY_ICE_ATTEMPTS]; in try_generate_repro() local
7030 temp_stderr_files[attempt] = make_temp_file (".err"); in try_generate_repro()
7039 temp_stderr_files[attempt], emit_system_info, in try_generate_repro()
7050 if (!check_repro (temp_stdout_files, temp_stderr_files)) in try_generate_repro()
7056 insert_comments (temp_stderr_files[RETRY_ICE_ATTEMPTS - 1], in try_generate_repro()
7061 char **err = &temp_stderr_files[RETRY_ICE_ATTEMPTS - 1]; in try_generate_repro()