This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/27881] [4.1 Regression] Memory exhausted with -finline-functions on testsuite file alias3.C
- From: "janis at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 7 Jun 2006 22:44:19 -0000
- Subject: [Bug middle-end/27881] [4.1 Regression] Memory exhausted with -finline-functions on testsuite file alias3.C
- References: <bug-27881-8581@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #7 from janis at gcc dot gnu dot org 2006-06-07 22:44 -------
A regression hunt on powerpc-linux using the testcase in the description with
"ulimit -v 500000" identified this patch as the start of the failures:
http://gcc.gnu.org/viewcvs?view=rev&rev=102521
r102521 | hubicka | 2005-07-28 21:45:27 +0000 (Thu, 28 Jul 2005)
The test still fails on mainline with r109576 and passes with r109587, so
something on 2006-01-11 in between those revisions fixes it. Builds are broken
in that range, but I'm adapting my reghunt setup to handle that so I might come
up with an answer.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27881