This is the mail archive of the gcc-bugs@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]

[Bug bootstrap/35704] Bootstrap failure on i686-apple-darwin9 at revision 133519 (take 2).



------- Comment #3 from dgregor at gcc dot gnu dot org  2008-03-27 14:54 -------
Subject: Bug 35704

Author: dgregor
Date: Thu Mar 27 14:53:57 2008
New Revision: 133643

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=133643
Log:
2008-03-27  Douglas Gregor  <doug.gregor@gmail.com>

        PR obj-c++/35704
        * typeck.c (build_x_compound_expr): Use cp_build_compound_expr.
        (build_compound_expr): New, for compatibility with C
        build_compound_expr.
        (cp_build_compound_expr): Renamed from build_compound_expr.
        (build_c_cast): New, for compatibility with C build_c_cast.
        (cp_build_c_cast): Renamed from build_c_cast.
        * init.c (build_vec_delete_1): Fix calls to build_compound_expr.
        * decl.c (cxx_maybe_build_cleanup): Ditto.
        * cp-tree.h (build_compound_expr): Add C-compatibile prototype.
        (cp_build_compound_expr): Renamed from build_compound_expr.
        (build_c_cast): Add C-compatible prototype.
        (cp_build_c_cast): Renamed from build_c_cast.
        * typeck2.c (build_functional_cast): Use cp_build_c_cast.
        * parser.c (cp_parser_cast_expression): Fix call to build_c_cast.

2008-03-27  Douglas Gregor  <doug.gregor@gmail.com>

        PR obj-c++/35704        
        * objc-act.c (objc_build_component_ref): Fix call to
        finish_class_member_access_expr.
        (objc_generate_cxx_ctor_or_dtor): Fix call to
        build_special_member_call.


Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/cp-tree.h
    trunk/gcc/cp/decl.c
    trunk/gcc/cp/init.c
    trunk/gcc/cp/parser.c
    trunk/gcc/cp/typeck.c
    trunk/gcc/cp/typeck2.c
    trunk/gcc/objc/ChangeLog
    trunk/gcc/objc/objc-act.c


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35704


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