summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorDavid Malcolm <dmalcolm@redhat.com>2016-01-19 14:35:16 +0000
committerDavid Malcolm <dmalcolm@gcc.gnu.org>2016-01-19 14:35:16 +0000
commitd6874f56624074a067b5f42bbacae030201e4520 (patch)
treed79b1923ebfa78c9386a4fa276282c145ef07993 /Makefile.in
parent962801c550a859cc05fd761fac09ade6beb5e34a (diff)
downloadgcc-d6874f56624074a067b5f42bbacae030201e4520.tar.gz
Fix memory chunk corruption for opts_obstack (PR jit/68446)
gcc/ChangeLog: PR jit/68446 * gcc.c (driver::decode_argv): Add call to init_opts_obstack before init_options_struct. * opts.c (init_opts_obstack): Remove idempotency. (init_options_struct): Replace call to init_opts_obstack with a gcc_assert to verify that it has already been called. * toplev.c (toplev::main): Add call to init_opts_obstack before calls to init_options_struct. (toplev::finalize): Move cleanup of opts_obstack next to cleanup of save_decoded_options, clearing the latter, and save_decoded_options_count. From-SVN: r232567
Diffstat (limited to 'Makefile.in')
0 files changed, 0 insertions, 0 deletions