On Fri, Sep 26, 2014 at 1:04 AM, Maxim Ostapenko <m.ostape...@partner.samsung.com> wrote: > Thank you all for your help! > > Done in r215633. > > -Maxim > > On 09/25/2014 11:05 PM, Jeff Law wrote: >> >> On 09/23/14 01:14, Maxim Ostapenko wrote: >>> >>> >>> >>> 2014-09-04 Jakub Jelinek<ja...@redhat.com> >>> Max Ostapenko<m.ostape...@partner.samsung.com> >>> >>> * common.opt: New option. >>> * doc/invoke.texi: Describe new option. >>> * gcc.c (execute): Don't free first string early, but at the end >>> of the function. Call retry_ice if compiler exited with >>> ICE_EXIT_CODE. >>> (main): Factor out common code. >>> (print_configuration): New function. >>> (files_equal_p): Likewise. >>> (check_repro): Likewise. >>> (run_attempt): Likewise. >>> (do_report_bug): Likewise. >>> (append_text): Likewise. >>> (try_generate_repro): Likewise >> >> Approved. Please install.
Any particular reason for extra blank line: if (! strncmp (version_string, compiler_version, n) && compiler_version[n] == 0) fnotice (file, "gcc version %s %s\n\n", version_string, pkgversion_string); else fnotice (file, "gcc driver version %s %sexecuting gcc version %s\n\n", version_string, pkgversion_string, compiler_version); I opened: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64737 -- H.J.