aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
1997-11-04lex.c (MULTIBYTE_CHARS): #undef if cross compiling.Doug Evans2-7/+13
1997-11-03repo.c (rindex): Add decl unconditionally.Brendan Kehoe3-11/+18
1997-11-02* class.c (build_vbase_path): Propagate the result type properly.Jason Merrill2-1/+6
1997-11-02Update mainline egcs to gcc2 snapshot 971021.Jeff Law6-13/+42
1997-11-01lex.c (FILE_NAME_NONDIRECTORY): Delete macro.Brendan Kehoe5-19/+34
1997-11-01except.c (expand_builtin_throw): Replace remaining use of saved_throw_type wi...Brendan Kehoe2-2/+8
1997-10-31except.c (push_eh_info): Pass the number of fields - 1 down, not the exact nu...Brendan Kehoe2-1/+8
1997-10-31[multiple changes]Jason Merrill4-113/+354
1997-10-26rebuildJason Merrill1-606/+608
1997-10-23pt.c (instantiate_decl): SET_DECL_IMPLICIT_INSTANTIATION on new decl.Jason Merrill2-0/+5
1997-10-22toplev.c (flag_exceptions): Default value is 2.Jeffrey A Law2-0/+9
1997-10-22method.c (build_template_parm_names, [...]): Add static to definitions.Brendan Kehoe3-11/+19
1997-10-20except.c (expand_exception_blocks): Call do_pending_stack_adust.Jason Merrill2-0/+16
1997-10-20decl.c (duplicate_decls): Handle template specializations correctly.Mark Mitchell7-4/+26
1997-10-20decl.c (init_decl_processing): Give null_node unknown* type.Jason Merrill4-8/+27
1997-10-16pt.c (determine_explicit_specialization): Initialize "dummy" to keep Purify q...Judy Goldberg2-1/+6
1997-10-16method.c (build_overload_value): Handle TEMPLATE_CONST_PARMs here.Jason Merrill4-84/+93
1997-10-14parse.y (unary_expr): Give a pedwarn if someone tries to use the &&label GNU ...Brendan Kehoe2-0/+7
1997-10-14fix two typosBrendan Kehoe2-2/+2
1997-10-14regenJason Merrill1-12/+12
1997-10-14decl.c (pushtag): Unset DECL_ASSEMBLER_NAME before setting it, so as to avoid...Mark Mitchell3-1/+9
1997-10-14cp-tree.h (scratchalloc, [...]): Define as macros for now.Jason Merrill19-230/+246
1997-10-14decl.c (store_return_init): Allow classes with explicit ctors to be used with...Benjamin Kosnik2-1/+7
1997-10-10* pt.c (instantiate_decl): Fix previous change.Jason Merrill2-5/+17
1997-10-09add GPL comment at the topBrendan Kehoe1-0/+20
1997-10-09add an initial very rough description of how `explicit' is handledBrendan Kehoe1-0/+7
1997-10-09pt.c (tsubst): Fix thinko.Jason Merrill3-41/+44
1997-10-08method.c (build_underscore_int): Don't use ANSI specific features.Jeffrey A Law2-1/+7
1997-10-08decl2.c (finish_prevtable_vardecl): Check DECL_REALLY_EXTERN for our key meth...Jason Merrill2-2/+8
1997-10-08[multiple changes]Jason Merrill3-2/+35
1997-10-08method.c (build_static_name): Fix typo.Jason Merrill3-2/+11
1997-10-07Undo last incorrect change.Jeff Law2-7/+0
1997-10-07cp-tree.h (JOINER): Define to '_' if no '$' or '.' characters are allowed.Manfred Hollstein2-0/+7
1997-10-07decl.c (duplicate_decls): Don't warn about template instances.Jason Merrill6-26/+32
1997-10-06tree.c (print_lang_statistics): #if 0 call to print_inline_obstack_statistics...Brendan Kehoe1-0/+5
1997-10-06tree.c (print_lang_statistics): #if 0 call to print_inline_obstack_statistics...Brendan Kehoe1-0/+2
1997-10-06pt.c (instantiate_decl): Look for the original template.Jason Merrill4-8/+20
1997-10-01tweakJason Merrill1-1/+1
1997-10-01Makefile.in (g++FAQ.*): New rules.Jason Merrill4-2/+2197
1997-10-01lex.c (real_yylex): Clean up the code to fully behave the way the c-lex.c par...Brendan Kehoe2-28/+27
1997-09-30* method.c (build_decl_overload_real): Reformat.Jason Merrill2-1/+7
1997-09-30* method.c (synthesize_method): If at_eof, determine our linkage.Jason Merrill2-0/+7
1997-09-30lex.c (real_yylex): Treat `$' just like `_'...Paul Eggert4-16/+37
1997-09-29Makefile.in (parse.o, decl.o): Also depend on $(srcdir)/../except.h $(srcdir)...H.J. Lu10-16/+57
1997-09-29[multiple changes]Jason Merrill5-0/+37
1997-09-29cp-tree.h, [...]: Lose DECL_C_STATIC and DECL_PUBLIC.Jason Merrill5-46/+22
1997-09-28[multiple changes]Jason Merrill22-4571/+6031
1997-09-27regenJason Merrill1-3541/+3594
1997-09-26decl.c (init_decl_processing): Declare __builtin_constant_p as accepting any ...Andreas Schwab2-1/+6
1997-09-26search.c (get_matching_virtual): Notice virtual bases when sorrying about cov...Jason Merrill2-1/+5