This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/21085] [4.0 Regression] Virtual memory exhausted with g++
- From: "cvs-commit at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 11 May 2005 12:46:24 -0000
- Subject: [Bug middle-end/21085] [4.0 Regression] Virtual memory exhausted with g++
- References: <20050418131540.21085.strieder@informatik.uni-kl.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-05-11 12:46 -------
Subject: Bug 21085
CVSROOT: /cvs/gcc
Module name: gcc
Branch: gcc-4_0-branch
Changes by: pinskia@gcc.gnu.org 2005-05-11 12:46:09
Modified files:
gcc : ChangeLog fold-const.c tree-ssa-dse.c
Log message:
2005-05-11 James A. Morrison <phython@gcc.gnu.org>
PR tree-optimization/21085
* fold-const (fold): Don't change X % -C to X % C if C has
overflowed.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=2.7592.2.240&r2=2.7592.2.241
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fold-const.c.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.517.2.7&r2=1.517.2.8
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-ssa-dse.c.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=2.17&r2=2.17.4.1
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21085