From: Andrew Pinski Date: Wed, 5 Nov 2003 21:24:31 +0000 (-0800) Subject: Add PR preprocessor/12891 to Per's last patch. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f6d90f821d4d9b5f6be324d39369617c1c87574a;p=gcc.git Add PR preprocessor/12891 to Per's last patch. From-SVN: r73282 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ad5c2731b7e..a4e4966fc10 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,6 @@ 2003-11-05 Per Bothner + 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.