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 tree-optimization/17531] [4.0 Regression] [ivopts] ICE compiling gzip deflate.c


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-09-28 22:55 -------
Subject: Bug 17531

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	rth@gcc.gnu.org	2004-09-28 22:55:05

Modified files:
	gcc            : ChangeLog expr.c optabs.c 

Log message:
	PR 17531
	* expr.c (expand_expr_addr_expr_1): Only assemble_external for decls.
	Don't check VOIDmode here.  Force PLUS operands to common type.
	(expand_expr_addr_expr): Do VOIDmode check earlier.  Force use of
	Pmode if given a non pointer type.
	
	PR 17531
	* optabs.c (expand_binop): Force constants to the correct mode.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.5668&r2=2.5669
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/expr.c.diff?cvsroot=gcc&r1=1.724&r2=1.725
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/optabs.c.diff?cvsroot=gcc&r1=1.245&r2=1.246



-- 


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


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