Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 08 Nov 2003 17:08:10 +0000
From:      Jens Rehsack <rehsack@liwing.de>
To:        Alexander Kabaev <kan@FreeBSD.ORG>
Cc:        current@freebsd.org
Subject:   [Fwd: [Bug optimization/11741] internal compiler error at gcse.c:5318]
Message-ID:  <3FAD22FA.7030105@liwing.de>

next in thread | raw e-mail | index | archive | help
Maybe at a good time the next snapshot should be imported into
freebsd to get this fix, too :-)

Some ports (eg. mysql40, apache) are switchable to high optimization
where a bug in gcse could cause invalid code which will be removed
with the patch for this bug.

-------- Original Message --------
Subject: [Bug optimization/11741] internal compiler error at gcse.c:5318
Date: 8 Nov 2003 15:24:38 -0000
From: cvs-commit at gcc dot gnu dot org <gcc-bugzilla@gcc.gnu.org>
Reply-To: gcc-bugzilla@gcc.gnu.org
To: rehsack@liwing.de
References: <20030731091956.11741.rehsack@liwing.de>


------- Additional Comments From cvs-commit at gcc dot gnu dot org 
2003-11-08 15:24 -------
Subject: Bug 11741

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-3_3-branch
Changes by:	sayle@gcc.gnu.org	2003-11-08 15:24:33

Modified files:
	gcc            : ChangeLog gcse.c
	gcc/testsuite  : ChangeLog
Added files:
	gcc/testsuite/gcc.dg: 20030926-1.c 20031108-1.c

Log message:
	Backport from mainline
	PR optimization/10467
	PR optimization/11741
	* gcse.c (pre_insert_copy_insn): Tweak the logic for finding the
	appropriate set to match the code in hash_scan_insn.
	
	* gcc.dg/20030926-1.c: New test case.
	* gcc.dg/20031108-1.c: New test case.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.16114.2.801&r2=1.16114.2.802
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/gcse.c.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.223.2.7&r2=1.223.2.8
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.2261.2.314&r2=1.2261.2.315
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/20030926-1.c.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=NONE&r2=1.1.12.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/20031108-1.c.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=NONE&r2=1.1.2.1



-- 


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

------- You are receiving this mail because: -------
You reported the bug, or are watching the reporter.





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3FAD22FA.7030105>