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: "bangerth at dealii dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 16 Sep 2004 13:19:07 -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 bangerth at dealii dot org 2004-09-16 13:19 -------
I can compile this with a mainline compiler from 20040913
without problems. The top of my ChangeLog file in gcc is
2004-09-13 Joseph S. Myers <jsm@polyomino.org.uk>
* c-decl.c (grokdeclarator): Correct comments about where storage
class specifiers are rejected by grammar and add corresponding
asserts. Diagnose typedefs and parameters declared inline.
Change warning for inline main to a pedwarn. Only diagnose inline
main if hosted.
(declspecs_add_scspec): Allow duplicate "inline".
In gcc/cp, the top entry is
2004-09-12 Richard Henderson <rth@redhat.com>
PR c++/16254
* semantics.c (maybe_cleanup_point_expr): Don't call fold.
* typeck.c (condition_conversion): Likewise.
Your compiler was from just one day later. Do you still have that tree
and can say what the last patch for you was in both directories? It may
be that we can pinpoint the problematic patch relatively easily this way.
W.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17501