gcc/gcc/cp
Andrew Pinski 28ea4c880d config-lang.in (gtfiles): add \$(srcdir)/cp/name-lookup.c after \$(srcdir)/cp/name-lookup.h.
2003-04-01  Andrew Pinski  <pinskia@physics.uc.edu>

        * config-lang.in (gtfiles): add \$(srcdir)/cp/name-lookup.c
        after \$(srcdir)/cp/name-lookup.h.
        * name-lookup.c: (cxx_binding_make): Use ggc_alloc_clearedinstead
        of ggc_alloc.  Include gt-cp-name-lookup.h at the end of the file.
        * Make-lang.in: (gt-cp-name-lookup.h): is generated by the gtype.
        (cp/name-lookup.o): depends on gt-cp-name-lookup.h.

From-SVN: r65142
2003-04-01 15:37:00 -05:00
..
ChangeLog config-lang.in (gtfiles): add \$(srcdir)/cp/name-lookup.c after \$(srcdir)/cp/name-lookup.h. 2003-04-01 15:37:00 -05:00
ChangeLog.1 ChangeLog: Follow spelling conventions. 2002-09-15 17:55:36 +00:00
ChangeLog.2 ChangeLog: Follow spelling conventions. 2002-09-21 12:51:56 +00:00
ChangeLog.egcs
Make-lang.in config-lang.in (gtfiles): add \$(srcdir)/cp/name-lookup.c after \$(srcdir)/cp/name-lookup.h. 2003-04-01 15:37:00 -05:00
NEWS Make-lang.in (po-generated): Remove parse.c. 2002-12-28 08:03:42 +00:00
call.c re PR c++/10245 (?: operator requires public copy constructor of return type) 2003-03-28 19:49:34 -05:00
cfns.gperf cfns.gperf: ANSIfy function declarations. 2003-01-10 20:49:29 +00:00
cfns.h cfns.gperf: ANSIfy function declarations. 2003-01-10 20:49:29 +00:00
class.c re PR java/10145 (java and c++ disagree about class layout) 2003-03-31 15:25:11 -05:00
config-lang.in config-lang.in (gtfiles): add \$(srcdir)/cp/name-lookup.c after \$(srcdir)/cp/name-lookup.h. 2003-04-01 15:37:00 -05:00
cp-lang.c re PR c++/9373 (ICE with -fstrict-aliasing in set_mem_alias_set, at emit-rtl.c:1932) 2003-03-10 07:26:34 +00:00
cp-tree.def Compile-time improvement: 2/n. 2003-03-15 16:30:02 +00:00
cp-tree.h cp-tree.h (binding_for_name): Move to name-lookup.h Adjust prototype. 2003-03-30 16:00:39 +00:00
cvt.c re PR c++/10245 (?: operator requires public copy constructor of return type) 2003-03-28 19:49:34 -05:00
cxxfilt.c Remove traditional C constructs 4/n. 2002-12-29 14:53:05 +00:00
decl.c re PR c++/7647 (ICE when data member has the name of the enclosing class) 2003-03-30 22:30:54 +00:00
decl.h * cp-tree.h, decl.h: Get rid of PARAMS. Again. 2003-01-23 20:22:16 +00:00
decl2.c cp-tree.h (binding_for_name): Move to name-lookup.h Adjust prototype. 2003-03-30 16:00:39 +00:00
dump.c c-common.h (c_dump_tree), [...]): Change return type from 'int' to 'bool'. 2003-03-19 20:34:10 +00:00
error.c error.c (dump_expr): Add 0x to printed hex numbers to make output match source code better. 2003-03-28 23:48:17 +00:00
except.c except.c (init_exception_processing): Use C90 prototype style. 2003-03-07 07:45:29 +00:00
expr.c re PR c++/7050 (g++ segfaults on: (i ? get_string() : throw)) 2003-03-12 17:24:48 -05:00
friend.c re PR c++/8700 (unhelpful error message for binding temp to reference) 2003-03-11 15:43:14 +00:00
g++spec.c gcc.c (DEFAULT_SWITCH_TAKES_ARG): Remove. 2003-03-10 15:41:42 -08:00
init.c re PR c++/9629 (virtual inheritance segfault) 2003-03-16 14:36:43 +00:00
lang-options.h except.c, [...]: Fix Copyright years. 2003-01-02 12:39:56 +01:00
lang-specs.h Makefile.in: Update. 2003-03-11 06:42:21 +00:00
lex.c c-common.h (c_common_init, [...]): Update. 2003-03-08 21:12:26 +00:00
lex.h except.c, [...]: Fix Copyright years. 2003-01-02 12:39:56 +01:00
mangle.c re PR c++/9729 (ICE in mangle_conv_op_name_for_type, at cp/mangle.c:2612) 2003-02-20 19:31:38 +00:00
method.c c-common.c (builtin_define_float_constants): Define __<TYPE>_HAS_INFINITY__ and __<TYPE>_HAS_QUIET_NAN__. 2003-01-30 07:24:02 +00:00
name-lookup.c config-lang.in (gtfiles): add \$(srcdir)/cp/name-lookup.c after \$(srcdir)/cp/name-lookup.h. 2003-04-01 15:37:00 -05:00
name-lookup.h cp-tree.h (binding_for_name): Move to name-lookup.h Adjust prototype. 2003-03-30 16:00:39 +00:00
operators.def re PR c++/7129 (ICE with min/max assignment operators (<?= and >?=)) 2003-02-04 07:23:14 +00:00
optimize.c params.def: Introduce parameter max-inline-insns-rtl for a separate limit for the RTL inliner. 2003-03-02 21:18:16 +00:00
parser.c re PR c++/10158 (ICE with templates and friends) 2003-03-27 12:19:13 +00:00
pt.c re PR c++/10224 (Problem with integral constants (+ICE)) 2003-03-27 14:04:28 +00:00
ptree.c Compile-time improvement: 2/n. 2003-03-15 16:30:02 +00:00
repo.c Merge from pch-branch. 2003-01-10 02:22:34 +00:00
rtti.c cp-tree.h (unemitted_tinfo_decls): Declaration of a new varray. 2003-03-20 21:14:30 +00:00
search.c re PR c++/7647 (ICE when data member has the name of the enclosing class) 2003-03-30 22:30:54 +00:00
semantics.c re PR c++/9823 (ICE in sort_mem_initializers) 2003-03-08 18:47:42 +00:00
tree.c c-cppbuiltin.c (builtin_define_with_value_n): Fix whitespace. 2003-03-15 13:43:33 +00:00
typeck.c re PR c++/7086 (compile time regression) 2003-03-24 08:31:36 +00:00
typeck2.c re PR c++/9878 (error: non-lvalue in unary `&' wrongly issued) 2003-03-03 21:55:25 +00:00