--- Comment #12 from pixel at mandriva dot com 2007-08-21 13:29 ---
i do know it works nicely with gcc 4.3
but i still get the "memory hog" behaviour using branches/gcc-4_2-branch, ie:
% /usr/lib/gcc/i586-mandriva-linux-gnu/4.2.1/cc1 -O2 fail.c
runs with memory RSS raisin
--- Comment #10 from pixel at mandriva dot com 2007-08-11 17:08 ---
are you sure it fixes it? it still takes 1G here...
--
pixel at mandriva dot com changed:
What|Removed |Added
--- Comment #8 from pixel at mandriva dot com 2007-08-08 08:45 ---
Known to work: 4.1.2 4.3.0
Known to fail: 4.2.1
--
pixel at mandriva dot com changed:
What|Removed |Added
--- Comment #7 from pixel at mandriva dot com 2007-08-07 22:45 ---
the following patch fixes the testcase ivopts-issue.c, but breaks everything
else... someone else will find a correct patch :)
--- gcc-4.2.1/gcc/tree-ssa-loop-ivopts.c.pix2006-10-06 21:32:04.0
+0200
+++ gcc
--- Comment #6 from pixel at mandriva dot com 2007-08-07 22:41 ---
more info: the tree-vrp issue is raised by ivopts pass:
without ivopts:
D.1541_13 = 3 - i_31;
D.1542_14 = (unsigned int) D.1541_13;
D.1543_15 = D.1542_14 * 4;
D.1544_16 = (int *) D.1543_15;
with ivopts:
D
--- Comment #5 from pixel at mandriva dot com 2007-08-07 22:33 ---
Created an attachment (id=14038)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14038&action=view)
miscompiles with gcc 4.2 -O2
here is a simple test case reproducing the issue.
eg:
% gcc -O2 ivopts-
--- Comment #4 from pixel at mandriva dot com 2007-07-11 10:23 ---
i forgot to say it doesn't occur without -O, and occurs with -O, -O2
/usr/lib/gcc/i586-mandriva-linux-gnu/4.2.1/cc1 -O fail.c
_create
Analyzing compilation unitPerforming interprocedural optimizations
Assem
--- Comment #3 from pixel at mandriva dot com 2007-07-10 22:21 ---
tested with rc1 and svn
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32723
--- Comment #1 from pixel at mandriva dot com 2007-07-10 18:16 ---
Created an attachment (id=13882)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13882&action=view)
memory hog test case
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32723
4.2 Regression] memory hog in solve_graph
Product: gcc
Version: 4.2.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: tree-optimization
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: pixel at mandr
--- Comment #1 from pixel at mandriva dot com 2007-07-05 11:20 ---
(bug still valid in trunk)
the fix is plain simple:
--- gcc/ada/gnat_ugn.texi (revision 126361)
+++ gcc/ada/gnat_ugn.texi (working copy)
@@ -101,7 +101,7 @@
@settitle @value{EDITION} User's Guide @
11 matches
Mail list logo