summaryrefslogtreecommitdiff
path: root/gcc/cp/decl.c
Commit message (Expand)AuthorAgeFilesLines
...
* * cp-tree.h (xref_tag): Change prototype.mmitchel2002-06-261-24/+9
* * call.c (build_op_delete_call): Use BASELINK_FUNCTIONS.mmitchel2002-06-251-13/+4
* * cp-tree.h (SCALAR_TYPE_P): New macro.mmitchel2002-06-241-4/+60
* * decl.c (finish_function): Change "#ifdef VMS_TARGET" todanglin2002-06-231-1/+1
* Merge from pch-branch up to tag pch-commit-20020603.geoffk2002-06-041-398/+160
* * varasm.c (default_section_type_flags): Check for VAR_DECLrth2002-05-231-1/+1
* * decl.c (check_tag_decl): Handle RID_THREAD.rth2002-05-221-1/+49
* * cp-tree.h (struct lang_type): Added non_zero_init.aoliva2002-05-141-1/+15
* * defaults.h (BOOL_TYPE_SIZE): Move default here from cp/decl.c.jason2002-05-031-5/+0
* * decl.c (grokdeclarator): Don't override TYPE_NAME of anjason2002-04-301-0/+2
* PR c++/6477jakub2002-04-291-0/+2
* cp:nathan2002-04-291-1/+3
* 2002-04-28 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>sirl2002-04-281-1/+2
* * attribs.c (c_common_attribute_table): Move table and handlersneil2002-04-241-4/+0
* PR c++/6395jason2002-04-231-11/+12
* * Makefile.in: Update.neil2002-04-201-13/+7
* * builtins.c: Include langhooks.h.neil2002-04-191-2/+0
* * c-lang.c (LANG_HOOKS_INCOMPLETE_TYPE_ERROR): Redefine.neil2002-04-181-2/+2
* * decl.c (register_dtor_fn): Pass the address of dso_handle, notmmitchel2002-04-161-1/+3
* Revert these changes:mmitchel2002-04-131-8/+14
* * decl.c (duplicate_decls): Don't try to unify an implicit typedefrsandifo2002-04-121-19/+76
* Revert previous patch.rsandifo2002-04-111-28/+3
* * decl.c (duplicate_decls): Don't try to unify an implicit typedefrsandifo2002-04-111-3/+28
* cp:nathan2002-04-101-0/+11
* PR c++/5571mmitchel2002-04-071-80/+53
* PR c++/5636jason2002-04-041-9/+0
* PR c++/5998:mmitchel2002-04-031-3/+0
* * c-decl.c (grokdeclarator): Update.neil2002-04-011-2/+2
* PR c++/5998:mmitchel2002-04-011-1/+3
* * c-common.c (unsigned_conversion_warning, convert_and_check,neil2002-04-011-1/+1
* * Makefile.in (convert.o, calls.o, expmed.o): Update.neil2002-03-291-1/+1
* * include/c_std/std_cmath.h: To prevent problems overloadingmmitchel2002-03-291-36/+72
* * Makefile.in (attribs.o): Update.neil2002-03-271-1/+1
* * Makefile.in (ggc-common.o): Update.neil2002-03-261-1/+1
* * c-decl.c (maybe_build_cleanup): Remove.neil2002-03-251-3/+3
* PR c++/6037jakub2002-03-231-3/+0
* * c-pragma.c (maybe_apply_renaming_pragma): New.rth2002-03-221-0/+2
* PR c++/3870jason2002-03-181-0/+2
* * c-common.c (statement_code_p): Handle CLEANUP_STMT.mmitchel2002-03-151-3/+2
* PR c++/5857jason2002-03-151-3/+3
* * toplev.c (wrapup_global_declarations): Clarify variable handling.jason2002-03-151-13/+16
* * c-decl.c: Include c-pragma.h.rth2002-03-151-0/+9
* * cp-tree.h (init_init_processing): Remove declaration.rsandifo2002-03-131-1/+0
* * c-common.c (c_tree_code_type, c_tree_code_length,ghazi2002-03-131-1/+1
* cp:nathan2002-03-121-13/+0
* cp:nathan2002-03-111-28/+25
* * attribs.c (init_attributes, decl_attributes): Use ARRAY_SIZE inghazi2002-03-031-2/+2
* cp:nathan2002-03-021-6/+4
* * c-decl.c (finish_function): Only warn about missing returnjason2002-02-281-4/+5
* cp:nathan2002-02-221-49/+50