egcs/gcc cp/ChangeLog cp/call.c cp/typeck.c Ch ...

law@gcc.gnu.org law@gcc.gnu.org
Tue Oct 26 22:32:00 GMT 1999


CVSROOT:	/cvs/gcc
Module name:	egcs
Changes by:	law@sourceware.cygnus.com	99/10/26 22:32:43

Modified files:
	gcc/cp         : ChangeLog call.c typeck.c 
	gcc            : ChangeLog c-typeck.c calls.c stmt.c 

Log message:
	* c-typeck.c (build_function_call): Check that the built-in
	function is of class BUILT_IN_NORMAL before trying to recongize
	it as BUILT_IN_ABS.
	* calls.c (calls_function_1): Similarly for BUILT_IN_ALLOCA.
	* stmt.c (expand_end_cae): Similarly for BUILT_IN_CLASSIFY_TYPE.
	
	* call.c (build_over_call):  Check that the built-in function is
	of class BUILT_IN_NORMAL before trying to recongize it as BUILT_IN_ABS.
	* typeck.c (build_function_call_real): Similarly.



More information about the Gcc-cvs mailing list