aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.c
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2002-04-26 00:40:12 -0700
committerRichard Henderson <rth@gcc.gnu.org>2002-04-26 00:40:12 -0700
commitb84a3874349ccc870c3d278b874d43763efbc9bb (patch)
treef89357e36b49124025bfcd5e54bb2778e043f4e6 /gcc/tree.c
parent4d7ea4fc78df072028a41875a967d49f9b4c9dea (diff)
downloadgcc-b84a3874349ccc870c3d278b874d43763efbc9bb.zip
gcc-b84a3874349ccc870c3d278b874d43763efbc9bb.tar.gz
gcc-b84a3874349ccc870c3d278b874d43763efbc9bb.tar.bz2
c-common.c (fix_string_type): Split out of ...
* c-common.c (fix_string_type): Split out of ... (combine_strings): ... here. Take a varray, not a tree list. (c_expand_builtin_printf): Use fix_string_type. * c-common.h: Update decls. * c-parse.in (string): Remove. Update all uses to use STRING instead, and not call combine_strings. (yylexstring): New. (_yylex): Use it. * c-typeck.c (simple_asm_stmt): Don't call combine_strings. (build_asm_stmt): Likewise. * objc/objc-act.c (my_build_string): Use fix_string_type. (build_objc_string_object): Build varray for combine_strings. * parse.y (string): Remove. Update all uses to use STRING instead, and not call combine_strings. * rtti.c (tinfo_name): Use fix_string_type. * semantics.c (finish_asm_stmt): Don't call combine_strings. * spew.c (yylexstring): New. (read_token): Use it. * g++.dg/parse/concat1.C: New. * gcc.dg/concat2.c: New. From-SVN: r52790
Diffstat (limited to 'gcc/tree.c')
0 files changed, 0 insertions, 0 deletions