aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
1999-10-22regenJason Merrill1-1/+1
1999-10-22cp-tree.def (EMPTY_CLASS_EXPR): New tree node.Mark Mitchell1-0/+4
1999-10-22dump.c (dequeue_and_dump): Replace several uses of queue_and_dump_index with ...Mark Mitchell2-12/+13
1999-10-21calls.c: Include tm_p.h later, so everything we need is defined.Kaveh R. Ghazi2-0/+5
1999-10-21cp-tree.h (SCOPE_PARTIAL_P): New macro.Mark Mitchell4-36/+80
1999-10-21cp-tree.def (EMPTY_CLASS_EXPR): New tree node.Mark Mitchell4-7/+23
1999-10-20cp-tree.h (DECL_NAMESPACE_SCOPE_P): Don't treat template parameters as having...Mark Mitchell2-3/+8
1999-10-19method.c (PARM_CAN_BE_ARRAY_TYPE): Remove.Mark Mitchell3-105/+185
1999-10-17dump.c (dequeue_and_dump): Handle CLEANUP_POINT_EXPR.Mark Mitchell3-16/+24
1999-10-16lex.c (lang_init_options): Set flag_bounds_check as "unspecified".Greg McGary2-0/+11
1999-10-14class.c (finish_struct_1): Force alignment of non-bitfields to BITS_PER_UNIT.Andrew Haley2-0/+13
1999-10-14gcc toplevel:J"orn Rennecke2-1/+7
1999-10-13decl.c (lang_mark_tree): Mark NAMESPACE_LEVEL.Jason Merrill3-1/+10
1999-10-13decl.c (make_rtl_for_local_static): Don't create register RTL for addressable...Mark Mitchell2-0/+6
1999-10-13cp-tree.h (build_x_va_arg): Prototype new function.Nathan Sidwell6-1/+59
1999-10-11* class.c (fixed_type_or_null): Always set *nonnull.Jason Merrill2-0/+7
1999-10-10checked in wrong versionJason Merrill1-2/+3
1999-10-10ansidecl.h (HAVE_GCC_VERSION): New macro.Kaveh R. Ghazi2-1/+6
1999-10-09cp-tree.h (make_rtl_for_local_static): New function.Mark Mitchell4-32/+52
1999-10-08Makefile.in (insn-recog.o): Depend on hard-reg-set.h and resource.h.Kaveh R. Ghazi2-0/+5
1999-10-08cp-tree.h (cp_make_lake_type): Renamed from make_lang_type.Franz Sirl4-2/+9
1999-10-08pt.c (tsubst_expr): Set DECL_TEMPLATE_INSTANTIATED for a catch paramter.Mark Mitchell4-4/+50
1999-10-07class.c (build_vtable_entry_ref): Use finish_asm_stmt.Jason Merrill2-14/+22
1999-10-07friend.c (make_friend_class): Robustify.Mark Mitchell3-4/+20
1999-10-07* dump.c (dequeue_and_dump): Dump all three operands to a COND_EXPR.Mark Mitchell2-1/+8
1999-10-06cp-tree.h (CLASSTYPE_VFIELD): Remove.Mark Mitchell9-36/+59
1999-10-06decl.c (grokdeclarator): Only warn about non-zero arrays if !in_system_header...Brendan Kehoe2-1/+7
1999-10-06decl2.c (start_static_storage_duration_function): Push the function declarati...Mark Mitchell2-0/+6
1999-10-06dump.c (DUMP_CHILDREN): Remove.Mark Mitchell2-247/+146
1999-10-05ir.texi: Document BIND_EXPR, LOOP_EXPR, and EXIT_EXPR.Mark Mitchell3-2/+29
1999-10-05* ir.texi: Document LOOP_EXPR and EXIT_EXPR.Mark Mitchell2-0/+15
1999-10-05method.c (synthesize_method): Call setup_vtbl_ptr for destructors.Mark Mitchell4-49/+76
1999-10-04decl2.c (grok_alignof): Don't decay lvalues.Nathan Sidwell3-17/+7
1999-10-04cp-tree.h (struct language_function): Remove static_labelno.Mark Mitchell4-4/+11
1999-10-04call.c (build_over_call): Don't set TREE_SIDE_EFFECTS for situations where ma...Mark Mitchell8-33/+23
1999-10-04* init.c (build_vec_delete_1): Fold COND_EXPRs.Jason Merrill2-12/+18
1999-10-03cp-tree.def (VEC_INIT_EXPR): Remove.Mark Mitchell12-234/+264
1999-10-03tree.c (lvalue_p_1): Use DECL_C_BIT_FIELD to check for bitfields, rather than...Mark Mitchell4-3/+12
1999-10-01* typeck.c (decay_conversion): Strip cv-quals from non-class rvalues.Jason Merrill2-0/+9
1999-10-01pt.c (tsubst_decl): If the type of a template instantiation is bogus, so is t...Mark Mitchell2-0/+7
1999-10-01decl.c (initialize_local_var): Handle static variables here.Mark Mitchell3-14/+34
1999-10-01* method.c (emit_thunk): Don't crash when -fsyntax-only.Mark Mitchell2-19/+24
1999-10-01cp-tree.h (lang_decl_flags): Add global_ctor_p and global_dtor_p.Mark Mitchell1-0/+7
1999-09-30cp-tree.h (lang_decl_flags): Add global_ctor_p and global_dtor_p.Mark Mitchell5-4/+69
1999-09-30decl2.c (struct priority_info_s): Remove initialization_sequence and destruct...Mark Mitchell2-298/+269
1999-09-30cp-tree.h (warn_float_equal): Declare.Dirk Zoller4-0/+21
1999-09-29Support normal type_info-based EH mechanisms with -fno-rtti.Jason Merrill5-51/+23
1999-09-29class.c (class_cache_obstack, [...]): Remove.Jason Merrill7-84/+21
1999-09-29dump.c (dequeue_and_dump): Dump DECL_EXTERNAL.Mark Mitchell3-3/+10
1999-09-29dump.c (dequeue_and_dump): Improve support for dumping THUNK_DECLs.Mark Mitchell3-13/+43