aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/decl.c
AgeCommit message (Expand)AuthorFilesLines
2002-08-11decl.c (duplicate_decls): Replace DECL_SOURCE_FILE + DECL_SOURCE_LINE with DE...Gabriel Dos Reis1-8/+4
2002-08-09call.c (standard_conversion): Use build_ptrmem_type.Mark Mitchell1-58/+72
2002-08-09call.c (add_builtin_candidate): legal -> valid, illegal -> invalid.Mike Stump1-12/+12
2002-08-08Rework build_component_ref.Mark Mitchell1-0/+8
2002-08-01c-common.c: Define all C/ObjC/C++ warning and flag variables.Neil Booth1-25/+0
2002-07-28builtins.def [...]: Require an explicit ATTRS argument.Roger Sayle1-4/+0
2002-07-26function.c (assign_parms): Handle frontend-directed pass by invisible reference.Jason Merrill1-16/+3
2002-07-23Fix PR/7363:Gabriel Dos Reis1-1/+1
2002-07-22PR c++/7347, c++/7348Kriang Lerdsuwanakij1-8/+14
2002-07-17re PR c++/3797 (gcc 3.0 fails to emit explicit specialization of a template m...Kriang Lerdsuwanakij1-10/+17
2002-07-17PR c++/4802, c++/5387Kriang Lerdsuwanakij1-0/+6
2002-07-09re PR c++/6255 (ICE with templatess)Jason Merrill1-1/+7
2002-07-09cp-tree.h (constructor_name_p): Declare it.Mark Mitchell1-10/+6
2002-07-08cp-tree.h (have_extern_spec): Declare itMark Mitchell1-8/+9
2002-07-01tree.h: Modify builtin_function interface to take an extra argument ATTRS...Roger Sayle1-8/+20
2002-06-26cp-tree.h (xref_tag): Change prototype.Mark Mitchell1-24/+9
2002-06-25call.c (build_op_delete_call): Use BASELINK_FUNCTIONS.Mark Mitchell1-13/+4
2002-06-24cp-tree.h (SCALAR_TYPE_P): New macro.Mark Mitchell1-4/+60
2002-06-23decl.c (finish_function): Change "#ifdef VMS_TARGET" to "#if VMS_TARGET".Matt Thomas1-1/+1
2002-06-04Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating1-398/+160
2002-05-22varasm.c (default_section_type_flags): Check for VAR_DECL before using DECL_T...Richard Henderson1-1/+1
2002-05-22decl.c (check_tag_decl): Handle RID_THREAD.Richard Henderson1-1/+49
2002-05-14cp-tree.h (struct lang_type): Added non_zero_init.Alexandre Oliva1-1/+15
2002-05-03defaults.h (BOOL_TYPE_SIZE): Move default here from cp/decl.c.Jason Merrill1-5/+0
2002-04-30decl.c (grokdeclarator): Don't override TYPE_NAME of an anonymous class with ...Jason Merrill1-0/+2
2002-04-29re PR c++/6477 (Segfault on conflicting types in trivial code)Jakub Jelinek1-0/+2
2002-04-29re PR c++/5719 (Suspect gcc-3 to report wrong waring for 'T& T::operator+=( c...Nathan Sidwell1-1/+3
2002-04-28re PR c/6343 (attribute((weak)) not working on second declaration)Franz Sirl1-1/+2
2002-04-24attribs.c (c_common_attribute_table): Move table and handlers to c-common.c.Neil Booth1-4/+0
2002-04-23re PR c++/6395 (gcc-3_1-branch regression for g++.old-deja/g++.jason/synth5.C)Jason Merrill1-11/+12
2002-04-20Makefile.in: Update.Neil Booth1-13/+7
2002-04-19builtins.c: Include langhooks.h.Neil Booth1-2/+0
2002-04-18c-lang.c (LANG_HOOKS_INCOMPLETE_TYPE_ERROR): Redefine.Neil Booth1-2/+2
2002-04-16decl.c (register_dtor_fn): Pass the address of dso_handle, not dso_handle its...Mark Mitchell1-1/+3
2002-04-13Revert these changes:Mark Mitchell1-8/+14
2002-04-12decl.c (duplicate_decls): Don't try to unify an implicit typedef with an expl...Richard Sandiford1-19/+76
2002-04-11Revert previous patch.Richard Sandiford1-28/+3
2002-04-11decl.c (duplicate_decls): Don't try to unify an implicit typedef with an expl...Richard Sandiford1-3/+28
2002-04-10re PR c++/5507 (Overzealous implicit typename warning)Nathan Sidwell1-0/+11
2002-04-07re PR c++/5571 (crash in initialization of a static variable)Mark Mitchell1-80/+53
2002-04-03re PR c++/5636 (gcc-3.0.3, memory leakage: function that take a string as par...Jason Merrill1-9/+0
2002-04-03re PR c++/5998 (regression, all builtins disabled)Roger Sayle1-3/+0
2002-04-01c-decl.c (grokdeclarator): Update.Neil Booth1-2/+2
2002-04-01re PR c++/5998 (regression, all builtins disabled)Roger Sayle1-1/+3
2002-04-01c-common.c (unsigned_conversion_warning, [...]): Use new hooks.Neil Booth1-1/+1
2002-03-29Makefile.in (convert.o, [...]): Update.Neil Booth1-1/+1
2002-03-29re PR c++/5998 (regression, all builtins disabled)Roger Sayle1-36/+72
2002-03-27Makefile.in (attribs.o): Update.Neil Booth1-1/+1
2002-03-26Makefile.in (ggc-common.o): Update.Neil Booth1-1/+1
2002-03-25c-decl.c (maybe_build_cleanup): Remove.Neil Booth1-3/+3