aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPer Bothner <bothner@gcc.gnu.org>2003-10-31 19:25:21 -0800
committerPer Bothner <bothner@gcc.gnu.org>2003-10-31 19:25:21 -0800
commit8ecde51ffffdb689608d99229cb05959e78e1c13 (patch)
treef46e676f32169842e23d80622ae37bc7d5952203
parent8e974c0eba3197a920a9cdfba1243f2cb8963b03 (diff)
downloadgcc-8ecde51ffffdb689608d99229cb05959e78e1c13.zip
gcc-8ecde51ffffdb689608d99229cb05959e78e1c13.tar.gz
gcc-8ecde51ffffdb689608d99229cb05959e78e1c13.tar.bz2
Note that the previous check-in to c-opts.c fixes PR preprocessor/12545.
From-SVN: r73171
-rw-r--r--gcc/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 6f9247f..ac44681 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -4,6 +4,7 @@
the call to cpp_find_main_file fails.
(c_common_init): Skip preprocess_file if finish_options failed.
(c_common_parse_file): Break if finish_options failed.
+ Fixes PR preprocessor/12545.
2003-10-31 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>