common.opt: New option.
authorJakub Jelinek <jakub@redhat.com>
Fri, 26 Sep 2014 08:03:09 +0000 (10:03 +0200)
committerMaxim Ostapenko <chefmax@gcc.gnu.org>
Fri, 26 Sep 2014 08:03:09 +0000 (11:03 +0300)
commitdc10fd963fd136ac24f79e2f052956802bd8d361
tree84861efce6f9503064dc6063f66593ea9dda1eaf
parent29ce50b031e023317550f4de34a8ba1fb7bf0609
common.opt: New option.

gcc/

2014-09-26  Jakub Jelinek  <jakub@redhat.com>
    Max Ostapenko  <m.ostapenko@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

Co-Authored-By: Max Ostapenko <m.ostapenko@partner.samsung.com>
From-SVN: r215633
gcc/ChangeLog
gcc/common.opt
gcc/doc/invoke.texi
gcc/gcc.c