This is the mail archive of the gcc-bugs@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]
Other format: [Raw text]

[Bug middle-end/17909] [4.0 Regression] ICE: verifiy_stms failed


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-12-05 17:47 -------
Subject: Bug 17909

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	pinskia@gcc.gnu.org	2004-12-05 17:47:18

Modified files:
	gcc            : ChangeLog 

Log message:
	Add forgotten to check in changeLog:
	2004-12-04  Andrew  Pinski  <pinskia@physics.uc.edu>
	
	PR middle-end/17909
	* builtins.c (fold_builtin_next_arg): Export and return true
	when there is a warning or an error.
	(expand_builtin_va_start): When fold_builtin_next_arg returns true,
	return const0_rtx.
	(expand_builtin): Likewise.
	* gimplify.c (gimplify_call_expr): Error out if there is not
	enough arguments to va_start. Call fold_builtin_next_arg also
	on the second argument.
	* tree.h (fold_builtin_next_arg): Prototype.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.6716&r2=2.6717



-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17909


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