[Bug c++/17501] Failing to compile code using boost bind/signal
larsbj at gullik dot net
gcc-bugzilla@gcc.gnu.org
Thu Sep 16 13:32:00 GMT 2004
------- Additional Comments From larsbj at gullik dot net 2004-09-16 13:32 -------
The top of gcc/ChangeLog is:
2004-09-14 Jeff Law <law@redhat.com>
* tree-ssa-dom.c (stmts_to_rescan): Move from a block-local
to a global varray.
(tree_ssa_dominator_optimize): Allocate stmts_to_rescan.
(dom_opt_initialize_block_local_data): No longer test state
of stmts_to_rescan.
(dom_opt_finalize_block): Update due to change in scope of
stmts_to_rescan.
(optimize_stmt): Similarly.
And the top of gcc/cp/ChangeLog is:
2004-09-14 Nathan Sidwell <nathan@codesourcery.com>
* pt.c (unify): Replace gcc_unreachable with gcc_assert.
Note that I see the same error with gcc 3.4.3 20040915.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17501
More information about the Gcc-bugs
mailing list