This is the mail archive of the gcc-patches@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: A separate preprocessor for -traditional


 > From: Zack Weinberg <zack@wolery.cumb.org>
 > 
 > My fault.  The lines in question are 
 > 
 >   install_value ("__SIZE_TYPE__",         SIZE_TYPE);
 >   install_value ("__PTRDIFF_TYPE__",      PTRDIFF_TYPE);
 > 
 > h8300.h defines NO_BUILTIN_SIZE_TYPE, tradcpp.c doesn't test it.
 > 
 > Please try this patch.
 > 
 > zw
 > 
 > 	* tradcpp.c (initialize_builtins): Honor NO_BUILTIN_SIZE_TYPE
 > 	and friends.

Zack, this patch cured similar problems for me on Irix6 and Solaris2,
please do install it.

		Thanks,
		--Kaveh
--
Kaveh R. Ghazi			Engagement Manager / Project Services
ghazi@caip.rutgers.edu		Qwest Internet Solutions

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