Backported from mainline
2018-01-09 Jakub Jelinek <jakub@redhat.com>
PR preprocessor/83722
* gcc.c (try_generate_repro): Pass
&temp_stderr_files[RETRY_ICE_ATTEMPTS - 1] rather than
&temp_stdout_files[RETRY_ICE_ATTEMPTS - 1] as last argument to
do_report_bug.
From-SVN: r262053
2018-06-25 Jakub Jelinek <jakub@redhat.com>
Backported from mainline
+ 2018-01-09 Jakub Jelinek <jakub@redhat.com>
+
+ PR preprocessor/83722
+ * gcc.c (try_generate_repro): Pass
+ &temp_stderr_files[RETRY_ICE_ATTEMPTS - 1] rather than
+ &temp_stdout_files[RETRY_ICE_ATTEMPTS - 1] as last argument to
+ do_report_bug.
+
2018-01-05 Jakub Jelinek <jakub@redhat.com>
PR tree-optimization/83605
/* In final attempt we append compiler options and preprocesssed code to last
generated .out file with configuration and backtrace. */
- char **output = &temp_stdout_files[RETRY_ICE_ATTEMPTS - 1];
- do_report_bug (new_argv, nargs, stderr_commented, output);
+ char **err = &temp_stderr_files[RETRY_ICE_ATTEMPTS - 1];
+ do_report_bug (new_argv, nargs, stderr_commented, err);
}
out: