summaryrefslogtreecommitdiff
path: root/gcc/cp/semantics.c
Commit message (Expand)AuthorAgeFilesLines
* cp:nathan2000-11-281-11/+9
* cp:nathan2000-11-241-0/+2
* cp:nathan2000-11-171-7/+9
* * cp/cp-tree.h (struct cp_language_function): Remove x_result_rtx.rth2000-10-071-14/+5
* * semantics.c (genrtl_finish_function): Don't init or checkrth2000-10-061-29/+0
* * cp-tree.h (access_kind): Fix comment typo.nathan2000-10-051-2/+2
* * splay-tree.c (splay_tree_predecessor): Fix typo in comment.mmitchel2000-09-171-87/+10
* * c-common.h (genrtl_clear_out_block): Remove.mmitchel2000-09-121-15/+288
* * c-common.h (add_stmt): Change prototype.mmitchel2000-09-101-32/+16
* * c-common.h (prep_stmt): Declare.mmitchel2000-09-071-135/+56
* * decl.c (initialize_local_var): Remove RTL-generating code.mmitchel2000-09-071-9/+11
* Move statement-tree facilities from C++ to C front-end.mmitchel2000-09-071-154/+49
* Integrated preprocessor.zack2000-09-071-2/+1
* * extend.texi: Mark named return value extension as deprecated.mmitchel2000-09-061-47/+28
* * tree.c (walk_tree): Expose tail recursion.zack2000-09-061-17/+20
* * Makefile.in (CXX_TREE_H): Add dependency on HTAB_H.mmitchel2000-09-051-2/+4
* * cp/semantics.c (prune_unused_decls): New function.zack2000-08-291-0/+59
* * cp-tree.h (PTRMEM_OK_P): New macro.nathan2000-08-181-0/+4
* * cp-tree.h (add_method): Change prototype.mmitchel2000-08-041-1/+1
* * c-common.h: Prototype min_precision and c_build_qualified_type here...zack2000-08-021-1/+1
* 2000-07-10 Benjamin Chelf <chelf@codesourcery.com>chelf2000-07-101-29/+27
* * semantics.c (expand_body): Sync interface informationjakub2000-07-101-0/+1
* * init.c (build_new_1): Bail early if the call to new fails.jason2000-07-101-14/+1
* * pt.c (instantiate_class_template): Set CLASSTYPE_VBASECLASSES.nathan2000-07-031-0/+1
* 2000-07-02 Benjamin Chelf <chelf@codesourcery.com>chelf2000-07-031-1/+1
* 2000-07-01 Benjamin Chelf <chelf@codesourcery.com>chelf2000-07-021-506/+62
* * semantics.c (genrtl_asm_stmt): Don't decay input operands here.mmitchel2000-06-301-12/+11
* * cp-tree.h (SET_DECL_ARTIFICIAL): Remove.nathan2000-06-291-1/+1
* * cp-tree.h (genrtl_begin_stmt_expr): Rename to ...mmitchel2000-06-261-23/+20
* * cp-tree.h (BV_USE_VCALL_INDEX_P): New macro.mmitchel2000-06-231-0/+51
* * c-common.h (IF_COND): Added documentation.chelf2000-06-191-689/+877
* * cp-tree.h (finish_mem_initializers): Declare.mmitchel2000-06-161-0/+59
* * cp-tree.h (struct language_function): Remove x_base_init_listmmitchel2000-06-161-4/+5
* * tree.c (count_trees): New debugging function.jason2000-06-151-1/+4
* * timevar.def: Add TV_EXPAND.jason2000-06-091-0/+5
* Fix goto checking.jason2000-05-261-3/+13
* Finish implementation of VTTs.mmitchel2000-05-251-7/+7
* Make g++ struct packing attribute sensitive to -fpack-struct, as per docndlindsay2000-05-241-0/+1
* * cp-tree.h (IDENTIFIER_TYPENAME_P): Use a flag, not strncmp.mmitchel2000-05-221-0/+7
* * cp-tree.h (struct lang_type): Remove search_slot.mmitchel2000-05-211-3/+2
* * except.c (check_handlers): New fn.jason2000-05-151-2/+11
* top level:zack2000-05-091-1/+1
* * cp-tree.h (DELTA_FROM_VTABLE_ENTRY): Remove.mmitchel2000-05-051-0/+1
* * cp-tree.h (cp_tree_index): Add CPTI_DTOR_IDENTIFIER.mmitchel2000-04-111-0/+10
* * cp-tre.h (finish_function): Change prototype.mmitchel2000-04-111-6/+1
* * class.c (instantiate_type): Handle object-relative template-id.jason2000-04-111-0/+3
* Under the new ABI, constructors don't return `this'.mmitchel2000-04-091-1/+1
* * cp-tree.h (lang_decl_flags): Rename saved_inline to deferred.mmitchel2000-04-061-8/+3
* * cfns.gperf (hash, libc_name_p): Prototype.ghazi2000-04-041-0/+1
* * c-convert.c (convert): Return if output or input type is ERROR_MARK.kenner2000-03-271-2/+2