2009-10-29 Steve Ellcey <sje@cup.hp.com>
commit4bec06b342e6165f527b4d8b6e5c8645d3e12888
authorsje <sje@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 29 Oct 2009 16:44:02 +0000 (29 16:44 +0000)
committersje <sje@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 29 Oct 2009 16:44:02 +0000 (29 16:44 +0000)
tree4c4f74fb7f7c6c8fe0a62100be5c7ce3bf5175c4
parent42a868cd5053099a2780f28969be964fabf9e8bc
2009-10-29  Steve Ellcey  <sje@cup.hp.com>

PR middle-end/37565
PR target/38018
* doc/tm.texi (OVERRIDE_OPTIONS): Update.
(TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE): New.
* optc-gen.awk (cl_target_option_restore): Include call to
targetm.override_options_after_change.
* target-def.h (TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE): New.
* target.h (override_options_after_change): New.
* c-common.c (parse_optimize_options): Call
targetm.override_options_after_change.
* config/ia64/ia64.c (TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE): New.
(ia64_override_options_after_change): New.
(ia64_override_options) Add call to above.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@153714 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/c-common.c
gcc/config/ia64/ia64.c
gcc/doc/tm.texi
gcc/optc-gen.awk
gcc/target-def.h
gcc/target.h