This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: bootstrap failure: libstdc++-v3/include/stdc++.h:83


My nightly GCC builder succeeded, kind of surprisingly, because I noticed
no patch on gcc-patches announcing a fix.

However, gcc/cp/ChangeLog has the following entry

  2003-07-09  Mark Mitchell  <mark@codesourcery.com>

        * typeck.c (build_x_unary_op): Take note of the fact that
        PREINCREMENT_EXPR and POSTINCREMENT_EXPR are binary operations on
        trees.

        * parser.c (cp_parser_primary_expression): Preserve the form of
        qualified expressions in templates, even if they are not
        dependent.
        * pt.c (convert_nontype_argument): Handle non-dependent SCOPE_REFs.
        (tsubst_qualified_id): Likewise.
        * search.c (accessible_p): Treat everything in the body of a
        template as accessible.

whereas http://gcc.gnu.org/ml/gcc-patches/2003-07/msg00993.html does not
mention the first hunk (to typeck.c).  Is this the fix for the bootstrap
failure?

Gerald
-- 
Gerald Pfeifer (Jerry)   gerald@pfeifer.com   http://www.pfeifer.com/gerald/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]