gcc/gcc ChangeLog recog.c reload.c

wilson@gcc.gnu.org wilson@gcc.gnu.org
Thu Oct 30 01:40:00 GMT 2003


CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	wilson@gcc.gnu.org	2003-10-30 01:40:48

Modified files:
	gcc            : ChangeLog recog.c reload.c 

Log message:
	Fix problem noticed by Dale Johannesen on the gcc list.
	* recog.c (asm_operand_ok): Add missing break after case 'X'.
	Change if statements to else if statements in default case.
	(extract_constrain_insn_cached): Fix misspelling of constrain_operands
	in comment.
	(constrain_operands_cached): Likewise.
	(constrain_operands): Change if statements to else if statements in
	default case.
	* reload.c (find_reloads): Likewise.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.1596&r2=2.1597
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/recog.c.diff?cvsroot=gcc&r1=1.186&r2=1.187
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/reload.c.diff?cvsroot=gcc&r1=1.221&r2=1.222



More information about the Gcc-cvs mailing list