This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: --enable-cpplib requires ANSI C


 > From: Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
 > Subject: --enable-cpplib requires ANSI C
 > 
 > Due to the way the initializer for default_compilers in gcc.c and
 > cp/lang-specs.h is written configuring with --enable-cpplib requires to
 > build with a compiler that knows how to concatenate strings.  This should
 > either be fixed or documented.
 > Andreas Schwab


	Good catch.  I think gcc.c is more serious than files in the cp
directory, since gcc.c should be able to be built using pre-ANSI
compilers whereas the cp/ dir is built with gcc. 

	If we ever want to make cpplib the default, IMHO this should
be fixed.

		--Kaveh
--
Kaveh R. Ghazi			Project Manager / Custom Development
ghazi@caip.rutgers.edu		Icon CMT Corp.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]