diff options
author | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-01-23 11:48:32 +0000 |
---|---|---|
committer | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-01-23 11:48:32 +0000 |
commit | f6fc17d03f28a94e35a53d0562595ea179ae2629 (patch) | |
tree | e32f9a0a6bdc05a424906b384d8c31c4fa78eb35 /gcc/c-family/c-pch.c | |
parent | 8e6ce8a843f5da1c63f8e21c58188e7b7f1a471f (diff) | |
download | gcc-f6fc17d03f28a94e35a53d0562595ea179ae2629.tar.gz |
2014-01-23 Basile Starynkevitch <basile@starynkevitch.net>
{{merge using svnmerge.py with trunk GCC 4.9 svn rev.206958. All is
well compiled.}}
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@206959 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/c-family/c-pch.c')
-rw-r--r-- | gcc/c-family/c-pch.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/c-family/c-pch.c b/gcc/c-family/c-pch.c index e51d5b9409e..93609b610ff 100644 --- a/gcc/c-family/c-pch.c +++ b/gcc/c-family/c-pch.c @@ -180,6 +180,8 @@ c_common_write_pch (void) (*debug_hooks->handle_pch) (1); + prepare_target_option_nodes_for_pch (); + cpp_write_pch_deps (parse_in, pch_outfile); gt_pch_save (pch_outfile); |