aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/decl.c
AgeCommit message (Expand)AuthorFilesLines
2003-01-01cp-tree.h (LOOKUP_TEMPLATES_EXPECTED): Remove.Mark Mitchell1-30/+1
2002-12-31cp-tree.def (RETURN_INIT): Remove.Mark Mitchell1-25/+16
2002-12-30parse.y: Remove.Mark Mitchell1-3/+2
2002-12-30decl.c (grokdeclarator): Diagnost "extern thread" and "static thread" correctly.Mark Mitchell1-5/+4
2002-12-30decl.c, [...]: GCC, not GNU CC.Nathanael Nerode1-5/+5
2002-12-29Remove traditional C constructs 4/n.Gabriel Dos Reis1-12/+6
2002-12-28Make-lang.in (po-generated): Remove parse.c.Mark Mitchell1-261/+227
2002-12-24re PR c++/9053 (g++ confused about ambiguity of overloaded function templates)Nathan Sidwell1-1/+5
2002-12-22cp-tree.h (make_unbound_class_template): Use tsubst_flags_t.Kriang Lerdsuwanakij1-2/+2
2002-12-19Handle anonymous unions at the tree level.Jason Merrill1-0/+4
2002-12-18decl.c (finish_function): Also complain about no return in templates.Jason Merrill1-2/+1
2002-12-17c-semantics.c (add_scope_stmt): Abort if the end SCOPE_STMT doesn't match the...Jason Merrill1-0/+3
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-5/+11
2002-12-10re PR c++/8153 (ICE with static const member in class)Mark Mitchell1-2/+2
2002-12-03re PR c++/8688 (ICE with segfault on missing comma in initializer of 2D array.)Mark Mitchell1-0/+8
2002-12-02DR 180Kriang Lerdsuwanakij1-12/+9
2002-12-01re PR c++/8332 (strlen/template interaction causes ICE)Mark Mitchell1-1/+1
2002-12-01re PR c++/8227 (g++ 3.3: ctors not called in static array initialization)Mark Mitchell1-26/+24
2002-11-27Index: cp/ChangeLogGeoffrey Keating1-1/+13
2002-10-31re PR c++/8160 (ICE in build_modify_expr, at cp/typeck.c:5494: Array initiali...Mark Mitchell1-0/+7
2002-10-30Core issue 287, PR c++/7639Kriang Lerdsuwanakij1-2/+10
2002-10-30re PR c++/8287 (GCC3.2: Destructor called for non-constructed local object)Mark Mitchell1-8/+5
2002-10-26call.c (build_over_call): Use DECL_CONTEXT, not DECL_VIRTUAL_CONTEXT.Mark Mitchell1-8/+3
2002-10-25re PR c++/7266 (pedantic segfaults on missing typename)Zack Weinberg1-2/+3
2002-10-25class.c (build_vtbl_initializer): Don't use build_vtable_entry.Mark Mitchell1-3/+6
2002-10-24re PR c++/8067 (g++ 3.2 internal error: Segmentation fault)Mark Mitchell1-0/+6
2002-10-21decl.c (reshape_init): Tweak handling of character arrays.Mark Mitchell1-1/+1
2002-10-19c-decl.c, decl.c (start_decl): Point users of the old initialized- typedef ex...Zack Weinberg1-1/+1
2002-10-15decl.c (reshape_init): Fix typo.Mark Mitchell1-1/+1
2002-10-15decl.c (layout_var_decl): Call layout_decl even for variables whose type is a...Mark Mitchell1-1/+5
2002-10-11re PR c++/5661 (Gcc 3.0.3 Seg faults compiling bad code)Mark Mitchell1-13/+8
2002-10-11PRs C++/6803, C++/7721 and C++/7803Gabriel Dos Reis1-0/+9
2002-10-11NEWS: Document removal of "new X = ..." extension.Mark Mitchell1-119/+317
2002-10-11decl.c (typename_hash): Use htab_hash_pointer.Kaveh R. Ghazi1-2/+2
2002-10-10Fix C++ FE attribute alias failure.Jim Wilson1-1/+0
2002-10-09c-decl.c (start_decl): Unconditionally issue error for 'typedef foo = bar'.Zack Weinberg1-17/+2
2002-10-02re PR rtl-optimization/6627 (-fno-align-functions regression from 2.95)Roger Sayle1-0/+6
2002-10-02decl.c (walk_vtables_r): Fixed typo that caused result to never get a nonzero...Matt Austern1-1/+1
2002-10-02decl.c (cp_finish_decl): Make sure array types are laid out, even if the arra...Mark Mitchell1-0/+6
2002-10-01decl.c (cp_finish_decl): Correct check for dynamic initialization of thread-l...Mark Mitchell1-0/+7
2002-09-30store-layout.c (finish_record_layout): Add free_p parameter.Mark Mitchell1-73/+61
2002-09-29cp-tree.h: Fix comment typos.Kazu Hirata1-2/+2
2002-09-21ChangeLog: Follow spelling conventions.Kazu Hirata1-23/+23
2002-09-19cp-tree.h: New prototype for walk_vtabls().Devang Patel1-43/+78
2002-09-18decl.c (grokdeclarator): Use assert, not internal_error.Nathan Sidwell1-17/+9
2002-09-13decl.c: Fix comment formatting.Kazu Hirata1-73/+73
2002-09-04decl.c (start_cleanup_fn): Clear interface_only before start_function, restor...Jakub Jelinek1-0/+3
2002-08-13decl.c (pushdecl_class_level): Honor requests to bind names to OVERLOADs.Mark Mitchell1-8/+9
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