This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug other/36498] [4.3 Regression] time/memory hog for large c++ source.
- From: "pluto at agmk dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 11 Jun 2008 14:10:35 -0000
- Subject: [Bug other/36498] [4.3 Regression] time/memory hog for large c++ source.
- References: <bug-36498-7667@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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