re PR preprocessor/83722 (the ICE dumper doesn't comment-out some error messages)
authorJakub Jelinek <jakub@redhat.com>
Tue, 9 Jan 2018 08:02:01 +0000 (09:02 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Tue, 9 Jan 2018 08:02:01 +0000 (09:02 +0100)
commit5190f1f98d7c14c0a0bf4f003da0f3a38b31ad14
tree98241685ab524d0b8f2667c087ff979c43bbde15
parent5e884ae3bd258d160d72f41df331f2579c9c8659
re PR preprocessor/83722 (the ICE dumper doesn't comment-out some error messages)

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: r256367
gcc/ChangeLog
gcc/gcc.c