This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/17501] Failing to compile code using boost bind/signal
- From: "larsbj at gullik dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 16 Sep 2004 13:32:50 -0000
- Subject: [Bug c++/17501] Failing to compile code using boost bind/signal
- References: <20040915150453.17501.larsbj@gullik.net>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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