re PR bootstrap/18058 (Bootstrap fails with non-GCC compilers)

config:
	* warnings.m4 (ACX_PROG_CC_WARNING_ALMOST_PEDANTIC): Don't do
	anything for non-GCC compilers.

libcpp:
	* configure: Regenerate.

gcc:
	PR bootstrap/18058
	* recog.c (recog_memoized): Don't define if GENERATOR_FILE.
	* ggc-none.c (ggc_free): Define.

From-SVN: r94123
This commit is contained in:
Joseph Myers
2005-01-23 19:22:01 +00:00
committed by Joseph Myers
parent 6d77cdc3aa
commit 9fcdd8917c
7 changed files with 38 additions and 7 deletions
+4
View File
@@ -1,3 +1,7 @@
2005-01-23 Joseph S. Myers <joseph@codesourcery.com>
* configure: Regenerate.
2005-01-11 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
* include/cpplib.h (c_lang): Fix comment to say cpp_create_reader.