aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/decl.c
AgeCommit message (Expand)AuthorFilesLines
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-15Make-lang.in: Reformat some long lines.Nathan Sidwell1-6/+0
2005-06-15Canonicalize whitespace.Mike Stump1-295/+295
2005-06-14Remove extra white spacing at end of lines.Mike Stump1-46/+46
2005-06-14* decl.c (grokdeclarator): Only check TREE_OVERFLOW on INTEGER_CST.Roger Sayle1-0/+1
2005-06-13re PR c++/20789 (ICE with incomplete type in template)Nathan Sidwell1-0/+10
2005-06-03re PR c++/21336 (Internal compiler error when using custom new operators)Mark Mitchell1-40/+46
2005-06-02re PR c++/21280 (#pragma interface, templates, and "inline function used but ...Nathan Sidwell1-1/+2
2005-06-02decl.c (start_decl): Simplify specialization handling.Nathan Sidwell1-11/+11
2005-06-02re PR c++/20350 (extern template and struct initializer and specification for...Nathan Sidwell1-7/+8
2005-05-27cp-tree.def (UNARY_PLUS_EXPR): New C++ unary tree code.Roger Sayle1-2/+2
2005-05-25common.opt (-Wattributes): New.DJ Delorie1-9/+11
2005-05-24class.c (layout_class_type): Do not issue C++ ABI warnings for ObjC structs.Ziemowit Laski1-16/+1
2005-05-19re PR c++/21495 (internal compiler error: Segmentation fault)Jakub Jelinek1-24/+1
2005-05-17Yet more Objective-C++...Ziemowit Laski1-5/+18
2005-05-17re PR c++/21454 (const array doesn't live in the rodata section in C++)Jakub Jelinek1-0/+2
2005-05-16decl.c (build_library_fn_1): Move setting TREE_NOTHROW ...Richard Henderson1-2/+3
2005-05-07decl.c (wrapup_globals_for_namespace): Use VEC instead of VARRAY.Kazu Hirata1-3/+3
2005-05-04cp-tree.h (language_function): Change the type of x_local_names to VEC.Kazu Hirata1-6/+4
2005-04-25target-def.h (TARGET_CXX_USE_AEABI_ATEXIT): Define.Paul Brook1-5/+26
2005-04-23diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie1-35/+35
2005-04-22decl.c (make_rtl_for_nonlocal_decl): Don't try get_fileinfo if input_filename...Per Bothner1-1/+4
2005-04-21vec.h: Update API to separate allocation mechanism from type.Nathan Sidwell1-3/+3
2005-04-18decl.c (expand_static_init): Call build2 and build3 instead of build.Kazu Hirata1-4/+4
2005-04-09c-common.def: Move FOR_STMT...Ian Lance Taylor1-1/+8
2005-04-06c-decl.c (finish_decl): Apply pending #pragma weak regardless of scope.Joseph Myers1-2/+1
2005-04-05re PR target/20673 (C PCH testsuite assembly comparison failure)Mark Mitchell1-5/+6
2005-03-29re PR c/20519 (completed type not selected properly with typeof)Richard Henderson1-77/+17
2005-03-22re PR c++/19980 (ICE on invalid template declaration)Volker Reichelt1-1/+6
2005-03-19re PR c++/20240 (invalid using-redeclaration accepted)Kriang Lerdsuwanakij1-0/+6
2005-03-17re PR c++/19966 (Misleading message "must take exactly one argument")Paolo Carlini1-14/+13
2005-03-14Friend class name lookup 5/n PR c++/1016Kriang Lerdsuwanakij1-5/+29
2005-03-10PR c++/18384, c++/18327Jakub Jelinek1-19/+13
2005-03-09re PR c++/16859 (Empty initializer for array of unknown size spuriously accep...Paolo Carlini1-4/+6
2005-03-09re PR c++/20142 (implicit assignment operator with multi-dimensional array is...Mark Mitchell1-8/+0
2005-03-02name-lookup.c (push_overloaded_decl): Don't error if the new decl matches the...Alexandre Oliva1-1/+2
2005-03-01decl.c (finish_function): Use SET_EXPR_LOCATION instead of unavailable annota...Per Bothner1-0/+4
2005-02-27re PR c++/20206 (COMDAT broken for C++ thunks)Jakub Jelinek1-1/+16
2005-02-24re PR c++/20175 (Warnings are issued when initializing struct members with "s...Jakub Jelinek1-1/+4
2005-02-24re PR c++/19878 (ICE in import_export_decl)Mark Mitchell1-0/+2
2005-02-23decl.c (grokvardecl): Don't exempt anonymous types from having linkage for va...Alexandre Oliva1-17/+9
2005-02-23re PR c++/20073 (ICE initializing const array)Mark Mitchell1-27/+8
2005-02-21re PR c++/19076 (Pointer to member function not matched to pointer to member ...Douglas Gregor1-7/+48
2005-02-19decl.c (start_decl_1): Only check TYPE_NEEDS_CONSTRUCTING if type is not erro...Jakub Jelinek1-1/+1
2005-02-18re PR c++/19813 (wrong code with -finline-limit)Jakub Jelinek1-0/+15
2005-02-14re PR c++/19884 (ICE on explicit instantiation of a non-template constructor)Nathan Sidwell1-0/+3
2005-02-14re PR c++/17816 (duplicate definition of pure virtual function not diagnosed)Alexandre Oliva1-1/+2
2005-02-11re PR c++/19755 (-Wmissing-braces doesn't warn anymore)Mark Mitchell1-4/+9
2005-02-10re PR c++/19787 (Internal compiler error with ambiguous conversion functions)Mark Mitchell1-12/+28
2005-02-09re PR c++/19733 (ICE on invalid destructor call)Mark Mitchell1-3/+0