From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19726 invoked by alias); 11 Jun 2008 14:11:23 -0000 Received: (qmail 18534 invoked by uid 48); 11 Jun 2008 14:10:35 -0000 Date: Wed, 11 Jun 2008 14:11:00 -0000 Message-ID: <20080611141035.18533.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug other/36498] [4.3 Regression] time/memory hog for large c++ source. In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "pluto at agmk dot net" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2008-06/txt/msg00664.txt.bz2 ------- Comment #2 from pluto at agmk dot net 2008-06-11 14:10 ------- testcase tested with: $ i486-gnu-linux-g++ -g0 -O2 -std=gnu++0x -fno-threadsafe-statics -fPIC hescoreScr.ii -c gdb report still the same backtrace: (gdb) bt #0 0x000000000066891b in set_bb_for_stmt () #1 0x000000000069c4cb in create_phi_node () #2 0x000000000068d066 in insert_phi_nodes_for () #3 0x000000000068d3e8 in insert_updated_phi_nodes_for () #4 0x000000000068e59c in update_ssa () #5 0x00000000006bd21a in compute_may_aliases () #6 0x00000000005f2c8a in execute_function_todo () #7 0x00000000005f274d in execute_todo () #8 0x00000000005f294a in execute_one_pass () #9 0x00000000005f2a9c in execute_pass_list () #10 0x00000000005f2aae in execute_pass_list () #11 0x0000000000695892 in tree_rest_of_compilation () #12 0x0000000000792902 in cgraph_expand_function () #13 0x000000000079404e in cgraph_optimize () #14 0x00000000004482ef in cp_write_global_declarations () #15 0x000000000066362e in toplev_main () #16 0x00002b69a416c4a4 in __libc_start_main () from /lib64/libc.so.6 #17 0x00000000004023a9 in _start () -- pluto at agmk dot net changed: What |Removed |Added ---------------------------------------------------------------------------- GCC target triplet| |i486-gnu-linux http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36498