From: Per Bothner Date: Sat, 1 Nov 2003 03:25:21 +0000 (-0800) Subject: Note that the previous check-in to c-opts.c fixes PR preprocessor/12545. X-Git-Tag: releases/gcc-3.4.0~2560 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8ecde51ffffdb689608d99229cb05959e78e1c13;p=thirdparty%2Fgcc.git Note that the previous check-in to c-opts.c fixes PR preprocessor/12545. From-SVN: r73171 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 6f9247fcdc66..ac44681f18ef 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