diff options
author | Andrew Pinski <pinskia@gcc.gnu.org> | 2003-11-05 13:24:31 -0800 |
---|---|---|
committer | Andrew Pinski <pinskia@gcc.gnu.org> | 2003-11-05 13:24:31 -0800 |
commit | f6d90f821d4d9b5f6be324d39369617c1c87574a (patch) | |
tree | 92e558017813183584e43ea829297d7fde56d448 /gcc | |
parent | 9b49a0aaabd8e07d48bc4c50001acd2740db2e9e (diff) | |
download | gcc-f6d90f821d4d9b5f6be324d39369617c1c87574a.zip gcc-f6d90f821d4d9b5f6be324d39369617c1c87574a.tar.gz gcc-f6d90f821d4d9b5f6be324d39369617c1c87574a.tar.bz2 |
Add PR preprocessor/12891 to Per's last patch.
From-SVN: r73282
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ad5c273..a4e4966 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,6 @@ 2003-11-05 Per Bothner <pbothner@apple.com> + PR preprocessor/12891 * c-opts.c (finish_options): Set include_cursor to disable premature calls to push_command_line_include from cpp_scan_nooutput. Fixes bug reported by DJ Delorie. |