[Bug middle-end/30610] huge memory consumption with -O3

2008-02-23 Thread kcwu at csie dot org
--- Comment #5 from kcwu at csie dot org 2008-02-23 16:21 --- this issue is resolved in gcc 4.3 20080221 snapshot. $ time gcc43 -O3 -c f5.c -Wall user0m0.418s And the memory usage is less than 10 MB. -- kcwu at csie dot org changed: What|Removed

[Bug c/30610] New: huge memory consumption with -O3

2007-01-27 Thread kcwu at csie dot org
Severity: normal Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: kcwu at csie dot org GCC build triplet: x86_64-portbld-freebsd6.2 GCC host triplet: x86_64-portbld-freebsd6.2 GCC target triplet: x86_64-portbld

[Bug c/30610] huge memory consumption with -O3

2007-01-27 Thread kcwu at csie dot org
--- Comment #1 from kcwu at csie dot org 2007-01-27 16:26 --- Created an attachment (id=12970) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12970action=view) eats 1321MB memory and 8minutes to compile -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30610

[Bug tree-optimization/19360] New: ICE with -O1 -funit-at-a-time

2005-01-10 Thread kcwu at csie dot org
ReportedBy: kcwu at csie dot org CC: gcc-bugs at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19360

[Bug tree-optimization/19360] ICE with -O1 -funit-at-a-time

2005-01-10 Thread kcwu at csie dot org
--- Additional Comments From kcwu at csie dot org 2005-01-10 14:03 --- Created an attachment (id=7918) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7918action=view) source code exhibiting the ICE -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19360

[Bug tree-optimization/19360] ICE with -O1 -funit-at-a-time

2005-01-10 Thread kcwu at csie dot org
--- Additional Comments From kcwu at csie dot org 2005-01-10 14:16 --- (In reply to comment #0) ICE with -O2,-O3, or -O1 -funit-at-a-time It works well with -O0 -funit-at-a-time or -O3 -fno-unit-at-a-time sorry, it works well with -O2 -fno-unit-at-a-time, but ICE with -O3 -fno-unit

[Bug tree-optimization/19360] [4.0 Regression] ICE with -O1 -funit-at-a-time

2005-01-10 Thread kcwu at csie dot org
--- Additional Comments From kcwu at csie dot org 2005-01-10 14:50 --- (In reply to comment #2) the complete list: ICE with: -O2 -O1 -funit-at-a-time -O3 -fno-unit-at-a-time -O1 -finline-functions works well with: -O0 -O1 -O2 -fno-unit-at-a-time -O0 -finline-functions -O3 -fno-unit