aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2003-02-24re PR c++/9602 (Total confusion about template/friend/virtual/abstract)Kriang Lerdsuwanakij2-0/+11
2003-02-24re PR c++/5333 (ICE on nested template classes using other nested template cl...Mark Mitchell4-5/+24
2003-02-21re PR c++/9749 (ICE in write_expression on invalid function prototype)Mark Mitchell2-2/+11
2003-02-21search.c (bfs_walk_grow): Remove.Nathan Sidwell2-76/+43
2003-02-20re PR c++/9729 (ICE in mangle_conv_op_name_for_type, at cp/mangle.c:2612)Mark Mitchell2-4/+17
2003-02-20Change base class access representation.Nathan Sidwell13-1453/+929
2003-02-19search.c (grow_bfs_bases): New subroutine of bfs_walk.Zack Weinberg2-36/+108
2003-02-18re PR c++/9704 (miscompilation of classes with bit fields)Mark Mitchell2-4/+22
2003-02-18langhooks.h, [...]: introduce new langhook...Matt Austern3-4/+10
2003-02-18* gcc.c (validate_switches): Don't scan past closing '}'.Geoffrey Keating2-4/+6
2003-02-18re PR c++/9623 (named initializer regression)Jason Merrill2-2/+6
2003-02-18re PR c++/9623 (named initializer regression)Jason Merrill1-1/+7
2003-02-19re PR other/7350 ('shoud' typos)Ben Elliston2-1/+6
2003-02-18Add PR numberMark Mitchell1-0/+1
2003-02-18class.c (build_base_field): Mark fields for base classes with DECL_IGNORED_P.Michael Elizabeth Chastain2-1/+7
2003-02-17re PR c++/9457 (ICE in tsubst_copy, at cp/pt.c:7124)Kriang Lerdsuwanakij2-2/+7
2003-02-16re PR c++/9459 (typeof in return type specification of template not supported)Kriang Lerdsuwanakij2-0/+8
2003-02-15search.c: ANSIfy function declarations and definitions.Nathan Sidwell10-298/+177
2003-02-14decl2.c: Include "timevar.h".Gabriel Dos Reis4-26/+53
2003-02-13Improve previous fix.Gabriel Dos Reis1-1/+1
2003-02-13decl.c: (define_label): Fix warning for return 0 instead of NULL.Andrew Pinski2-1/+5
2003-02-13timevar.h (POP_TIMEVAR_AND_RETURN): New macro.Gabriel Dos Reis3-70/+155
2003-02-13decl.c (build_enumerator): Remove unneeded test.Phil Edwards2-1/+5
2003-02-10cp-tree.h (struct lang_type_header): Make all fields unsigned char.Dan Nicolaescu2-9/+14
2003-02-04re PR c++/7129 (ICE with min/max assignment operators (<?= and >?=))Mark Mitchell3-150/+184
2003-02-01flags.h (flag_volatile): Remove declaration.Richard Sandiford2-3/+5
2003-01-31re PR c++/8849 (ICE in resolve_overloaded_unification for invalid code)Kriang Lerdsuwanakij2-1/+7
2003-01-31tree.h (TYPE_BINFO_SIZE, [...]): Remove.Nathan Sidwell3-4/+15
2003-01-31Index: ChangeLogGeoffrey Keating2-2/+4
2003-01-30class.c (check_field_decls): Only check C_TYPE_FIELDS_READONLY for class types.Mark Mitchell7-33/+72
2003-01-30c-common.c (builtin_define_float_constants): Define __<TYPE>_HAS_INFINITY__ a...Mark Mitchell14-346/+742
2003-01-29cp/pt.c change log entry move from ./ChangeLog to cp/ChangeLogFariborz Jahanian1-0/+4
2003-01-29re PR c++/8591 (g++ crashes while instantiating templates)Kriang Lerdsuwanakij2-19/+45
2003-01-29re PR c++/9437 (template function parameter `T*' shouldn't match pointers to ...Nathan Sidwell2-0/+9
2003-01-29* pt.c (last_pending_template) Declare GTY().Fariborz Jahanian1-1/+1
2003-01-28re PR c++/3902 ([parser] ambiguous 8.2/7)Nathan Sidwell2-2/+8
2003-01-27class.c (update_vtable_entry_for_fn): Add index parameter.Nathan Sidwell2-10/+50
2003-01-25re PR c++/9403 (parse error on template keyword used for disambiguation)Nathan Sidwell4-71/+62
2003-01-25cp-tree.h (flagged_type_tree_s): Remove.Kriang Lerdsuwanakij3-20/+6
2003-01-24* dump.c: ANSIfy function declarations and definitions.Nathanael Nerode2-13/+7
2003-01-23* cp-tree.h, decl.h: Get rid of PARAMS. Again.Nathanael Nerode3-5/+8
2003-01-23re PR c++/9354 ([New parser?] segfault in template definition)Mark Mitchell3-5/+27
2003-01-23class.c, parser.c: ANSIfy function definitions and declarations.Nathanael Nerode3-1129/+704
2003-01-23re PR c++/9328 (ICE with templates and namespace std members)Mark Mitchell3-6/+38
2003-01-22re PR c++/9298 ([new parser] ICE with function-pointer-type template args)Mark Mitchell3-13/+34
2003-01-22re PR c++/9384 (ICE in validate_nonmember_using_decl, at cp/decl2.c:4152)Mark Mitchell2-1/+13
2003-01-22parser.c (cp_parser_simple_declaration): Return quickly when encountering err...Mark Mitchell1-1/+2
2003-01-22re PR c++/9388 ([new parser] ICE in cxx_incomplete_type_diagnostic, at cp/typ...Mark Mitchell5-313/+353
2003-01-21Makefile.in (GCC_WARN_CFLAGS): Add $(WERROR) $($@-warn) (gtype-desc.o-warn...Kaveh R. Ghazi2-0/+6
2003-01-17PR c++/9167, c++/9358Jason Merrill2-1/+9