[Bug optimization/12612] [3.4 Regression] ICE when using log function with -O3 -ffast-math

cvs-commit at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Sun Oct 19 18:00:00 GMT 2003


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From cvs-commit at gcc dot gnu dot org  2003-10-19 18:00 -------
Subject: Bug 12612

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	hubicka@gcc.gnu.org	2003-10-19 18:00:13

Modified files:
	gcc            : ChangeLog reg-stack.c 
	gcc/config/i386: i386.c i386.md 

Log message:
	* i386.c (print_reg): Do not abort on certain registers.
	
	PR optimization/12612
	* reg-stack.c (subst_stack_regs_pat):  Use st(1) for clobbers.
	* i386.md (fpatan, fyl2x, fscale patterns and expanders): Use
	match_scratch; avoid bogus paralles.
	
	PR target/12674
	* i386.c (ix86_function_regparm): Disable implicit register passing
	conventions when profiling.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.1478&r2=2.1479
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/reg-stack.c.diff?cvsroot=gcc&r1=1.134&r2=1.135
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/i386/i386.c.diff?cvsroot=gcc&r1=1.608&r2=1.609
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/i386/i386.md.diff?cvsroot=gcc&r1=1.486&r2=1.487



More information about the Gcc-bugs mailing list