aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2002-10-11re PR c++/5661 (Gcc 3.0.3 Seg faults compiling bad code)Mark Mitchell5-13/+93
2002-10-11Move ChangeLog entry where it belongsGabriel Dos Reis1-0/+8
2002-10-11PRs C++/6803, C++/7721 and C++/7803Gabriel Dos Reis2-0/+15
2002-10-11init.c (build_field_list): Provide uses_unions_p with a default value.Jason Molenda2-1/+8
2002-10-11NEWS: Document removal of "new X = ..." extension.Mark Mitchell10-189/+401
2002-10-11decl.c (typename_hash): Use htab_hash_pointer.Kaveh R. Ghazi2-2/+6
2002-10-10Fix C++ FE attribute alias failure.Jim Wilson2-1/+4
2002-10-09Add PR numbers to entries for last commitZack Weinberg1-0/+1
2002-10-09c-decl.c (start_decl): Unconditionally issue error for 'typedef foo = bar'.Zack Weinberg2-22/+14
2002-10-09* decl2.c (prune_vtable_vardecl): Delete unused function.Kaveh R. Ghazi2-10/+4
2002-10-08re PR c++/7754 (ICE SIGSEGV on union with template parameter)Mark Mitchell3-31/+53
2002-10-07* decl2.c, pt.c: Revert c++/7754 fix.Richard Henderson3-43/+36
2002-10-05re PR c++/7804 (bad printing of fp constant in warning message)Kriang Lerdsuwanakij2-7/+6
2002-10-04re PR c++/7931 (The compiler ices on some legal code)Mark Mitchell3-32/+64
2002-10-04re PR c++/8006 (ice in mangle_conv_op_name_for_type boost regression)Mark Mitchell2-35/+95
2002-10-02Fixed ChangLog entries that went in the wrong place.Matt Austern1-0/+9
2002-10-02class.c (check_field_decls): Changed warning about const member variables so ...Matt Austern1-2/+4
2002-10-02re PR c++/7188 (Segfault with template class and recursive (incorrect) inital...Mark Mitchell8-504/+327
2002-10-02re PR rtl-optimization/6627 (-fno-align-functions regression from 2.95)Roger Sayle3-26/+15
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 Mitchell2-1/+15
2002-10-01class.c (build_vtbl_initializer): Change build_c_cast to build1.Steve Ellcey2-2/+7
2002-10-01decl.c (cp_finish_decl): Correct check for dynamic initialization of thread-l...Mark Mitchell2-0/+12
2002-09-30tree.c (really_overloaded_fn): TEMPLATE_ID_EXPRs are also overloaded.Nathan Sidwell2-3/+9
2002-09-30class.c (build_vtbl_initializer): Add cast.Steve Ellcey2-2/+12
2002-09-30store-layout.c (finish_record_layout): Add free_p parameter.Mark Mitchell12-457/+584
2002-09-29re PR c++/7788 (g++-3.2 internal error: Segmentation fault)Nathan Sidwell2-3/+10
2002-09-29cp-tree.h: Fix comment typos.Kazu Hirata4-6/+12
2002-09-25Move C++ specific ChangeLog entry for "cp_binding_level reorg" patchDevang Patel1-0/+16
2002-09-25class.c (contains_empty_class_p): New method.Mark Mitchell2-2/+60
2002-09-23c-common.c (flag_abi_version): New variable.Mark Mitchell3-5/+43
2002-09-21ChangeLog: Follow spelling conventions.Kazu Hirata24-164/+191
2002-09-19cp-tree.h: New prototype for walk_vtabls().Devang Patel3-51/+82
2002-09-18decl.c (grokdeclarator): Use assert, not internal_error.Nathan Sidwell2-17/+14
2002-09-17Makefile.am (CFILES): Add cxxfilt.c.Zack Weinberg3-338/+15
2002-09-16re PR c++/7718 ('complex' template instantiation causes internal compiler err...Nathan Sidwell2-2/+3
2002-09-16Remove DR 295 implementation.Nathan Sidwell4-15/+32
2002-09-16Index: gcc/ChangeLogGeoffrey Keating2-1/+6
2002-09-16parse.y (parse_finish_call_expr): Check lookup_member result.Nathan Sidwell2-0/+8
2002-09-16re PR c++/7015 (certain __asm__ constructs rejected)Nathan Sidwell3-4/+12
2002-09-15re PR c++/7919 (using declarations screw this pointer)Nathan Sidwell2-1/+17
2002-09-15ChangeLog: Follow spelling conventions.Kazu Hirata2-4/+9
2002-09-14re PR c++/7768 (__PRETTY_FUNCTION__ for template destructor is wrong)Nathan Sidwell2-0/+6
2002-09-14* loop.c: Fix a comment typo.Kazu Hirata1-1/+1
2002-09-14error.c: Fix comment formatting.Kazu Hirata19-107/+128
2002-09-13pt.c (unify, ARRAY_TYPE): Element type can be more qualified.Nathan Sidwell2-1/+5
2002-09-13cp-tree.h, tree.c: New function non_cast_lvalue_p.Matt Austern3-1/+10
2002-09-13decl.c: Fix comment formatting.Kazu Hirata3-136/+141
2002-09-13call.c: Fix comment formatting.Kazu Hirata6-67/+75
2002-09-11Makefile.in: Remove all references to s-under and underscore.c.Zack Weinberg3-7/+313