aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-errors.c
diff options
context:
space:
mode:
authorDouglas Gregor <doug.gregor@gmail.com>2008-03-27 14:53:57 +0000
committerDoug Gregor <dgregor@gcc.gnu.org>2008-03-27 14:53:57 +0000
commit525521b6ddb69a9f0478704e0eec2231c0923d2d (patch)
tree090934fe30a8019c24a7123ebc14a508495e1103 /gcc/c-errors.c
parent063cc99c4658d52b33b37f4173d304efa9c68b00 (diff)
downloadgcc-525521b6ddb69a9f0478704e0eec2231c0923d2d.zip
gcc-525521b6ddb69a9f0478704e0eec2231c0923d2d.tar.gz
gcc-525521b6ddb69a9f0478704e0eec2231c0923d2d.tar.bz2
re PR bootstrap/35704 (Bootstrap failure on i686-apple-darwin9 at revision 133519 (take 2).)
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. From-SVN: r133643
Diffstat (limited to 'gcc/c-errors.c')
0 files changed, 0 insertions, 0 deletions