aboutsummaryrefslogtreecommitdiff
path: root/gcc/cppmacro.c
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>2004-01-19 20:33:29 +0000
committerMark Mitchell <mmitchel@gcc.gnu.org>2004-01-19 20:33:29 +0000
commit9f880ef94a9ea767e3ac22badec8dd198d4cfda0 (patch)
treede54ed902338fbf89d7510d0543652e38f2d398f /gcc/cppmacro.c
parent62e882937cf07a66f220adbb9ea1ae171db55ad5 (diff)
downloadgcc-9f880ef94a9ea767e3ac22badec8dd198d4cfda0.zip
gcc-9f880ef94a9ea767e3ac22badec8dd198d4cfda0.tar.gz
gcc-9f880ef94a9ea767e3ac22badec8dd198d4cfda0.tar.bz2
re PR c++/13592 (C++ parser regression)
PR c++/13592 * call.c (build_field_call): Remove. (n_build_method_call): Likewise. (build_method_call): Likewise. (build_new_method_call): Do not call build_field_call. * class.c (n_build_method_call): Remove. (print_class_statistics): Do not print it. * cp-tree.h (build_method_call): Remove declaration. (finish_object_call_expr): Likewise. (build_new_1): Do not use build_method_call. * parser.c (cp_parser_postfix_expression): Use finish_call_expr when the function appearing on the right-hand-side of "." or "->" is not actually a function. * pt.c (tsubst_copy_and_build): Likewise. * semantics.c (finish_object_call_expr): Remove. PR c++/13592 * g++.dg/template/call2.C: New test. From-SVN: r76173
Diffstat (limited to 'gcc/cppmacro.c')
0 files changed, 0 insertions, 0 deletions