aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/decl.c
AgeCommit message (Expand)AuthorFilesLines
2001-12-03decl.c (xref_basetypes): Don't use C99 construct in tag_code declaration and ...Hans-Peter Nilsson1-1/+2
2001-12-03re PR c++/3394 (ICE in tree_low_cst, at tree.c:3462)Mumit Khan1-0/+8
2001-12-01c-decl.c (duplicate_decls, [...]): Remove trailing period from diagnostics.Neil Booth1-1/+1
2001-11-27Makefile.in (c-lang.o): Depends on langhooks-def.h.Richard Kenner1-1/+0
2001-11-22tree-dump.c: Rename from c-dump.c.Bryce McKinlay1-9/+8
2001-11-18decl.c (create_array_type_for_decl): Check if NAME is NULL_TREE when displayi...Kriang Lerdsuwanakij1-2/+5
2001-11-15parse.y: Add ...Jason Merrill1-0/+5
2001-11-15c-common.c: Include c-lex.h.Neil Booth1-3/+1
2001-11-14decl.c (check_initializer): Try to complete the type of an array element befo...Richard Sandiford1-3/+3
2001-11-08decl.c (shadow_warning): New function.Neil Booth1-27/+48
2001-10-23cp-tree.def (UNBOUND_CLASS_TEMPLATE): New tree node.Kriang Lerdsuwanakij1-0/+55
2001-10-18decl.c (duplicate_decls): Propagate DECL_UNINLINABLE.Alexandre Oliva1-0/+48
2001-10-16decl.c (bad_specifiers): Don't allow exception specifications on any typedefs.Richard Sandiford1-2/+4
2001-10-07builtins.c (expand_builtin_setjmp_receiver): Const-ify.Kaveh R. Ghazi1-5/+5
2001-10-05Make-lang.in (cp/decl.o, cp/tree.o): Depend on tree-inline.h.Alexandre Oliva1-1/+1
2001-10-02attribs.c (decl_attributes): Possibly call insert_default_attributes to inser...Joseph Myers1-5/+19
2001-10-01decl.c (grokdeclarator): Copy array typedef handling from C frontend.Jason Merrill1-2/+15
2001-09-21* decl.c (grokdeclarator): Use C syntax for attr_flags declaration.J"orn Rennecke1-1/+3
2001-09-21Table-driven attributes.Joseph Myers1-59/+49
2001-09-13c-parse.in (yyerror): Const-ification and/or static-ization.Kaveh R. Ghazi1-3/+3
2001-09-04decl.c (duplicate_decls): Remove code deadling with DECL_SAVED_INSNS.Mark Mitchell1-4/+0
2001-08-18except.c (TYPE_HASH): Delete.Kaveh R. Ghazi1-7/+7
2001-08-13* decl.c (grokdeclarator): Clarify diagnostic message.Gabriel Dos Reis1-1/+1
2001-08-10c-common.h (RETURN_NULLIFIED_P): Lose.Jason Merrill1-0/+22
2001-08-07improve commentJason Merrill1-1/+3
2001-08-02Kill -fhonor-std.Nathan Sidwell1-48/+8
2001-07-26re PR c++/3152 (g++-3.0 segfaults when compiling program using -g)Nathan Sidwell1-14/+21
2001-07-25call.c (joust): Only prefer a non-builtin candidate to a builtin one if...Jason Merrill1-14/+12
2001-07-21tm.texi: Remove DEFAULT_VTABLE_THUNKS.Nathan Sidwell1-60/+11
2001-07-21Remove old-abi remnants.Nathan Sidwell1-3/+1
2001-07-13c-common.c (decl_attributes): Take a pointer to the node to which attributes ...Joseph Myers1-5/+5
2001-07-12decl.c (make_rtl_for_nonlocal_decl): Set DECL_C_HARD_REGISTER for `register' ...Mark Mitchell1-1/+8
2001-07-11* Revert today's change -- there is a subtle bug.Ben Elliston1-12/+6
2001-07-11re PR c++/80 (g++ enum and attributed __packed__)Ben Elliston1-6/+12
2001-07-08target.h (struct gcc_target): Add insert_attributes.Joseph Myers1-10/+1
2001-07-08c-common.c (decl_attributes): Only take a single attributes parameter.Joseph Myers1-2/+2
2001-07-07target.h (targetm): Rename global from "target", so as not to conflict with l...Stan Shebs1-1/+1
2001-06-26Makefile.in (TARGET_H, [...]): New.Neil Booth1-1/+2
2001-06-18Implement the Named Return Value optimization.Jason Merrill1-10/+0
2001-06-08decl.c (duplicate_decls): Fix DECL_TEMPLATE_RESULT thinko in previous change.Nathan Sidwell1-4/+4
2001-06-08tree.h (DECL_SOURCE_FILE): Improve documentation.Mark Mitchell1-0/+13
2001-06-07re PR c++/2914 (gcc 3.0 crashes on xalan DoubleSupport.cpp)Nathan Sidwell1-1/+7
2001-06-06call.c (convert_default_arg): Use INTEGRAL_TYPE_P.John David Anglin1-2/+1
2001-06-05decl.c (xref_tag): Remove extraneous %s on dependent name lookup warning.Nathan Sidwell1-1/+1
2001-05-25builtins.def: Encode additional information, such as names and types, here.Mark Mitchell1-1/+14
2001-05-25invoke.texi (-fno-builtin): Document that this is always on in C++.Mark Mitchell1-5/+8
2001-05-21tweak formattingJason Merrill1-3/+3
2001-05-18re PR c++/2526 (internal compiler error (version 2.95.3 and 3.0))Nathan Sidwell1-11/+22
2001-05-14Suppress warning about duplicate decls if the first decl is a friend.Nick Clifton1-1/+1
2001-05-12Reverted Geoff Keating's 2001-05-03's patch.Alexandre Oliva1-9/+1