aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2003-07-22fold-const.c (force_fit_type): Handle OFFSET_TYPE.Mark Mitchell1-0/+86
2003-07-22lex.c (unqualified_fn_lookup_error): Mention that the error message needs to ...Wolfgang Bangerth1-0/+5
2003-07-22re PR c++/11614 (Incorrect handling of pointers to arrays)Nathan Sidwell1-0/+6
2003-07-22re PR c++/10793 (ICE (treecheck) when partial-specializing with an invalid ty...Kriang Lerdsuwanakij1-0/+5
2003-07-22cp-tree.h (enum cp_lvalue_kind): Add clk_packed.Nathan Sidwell1-0/+10
2003-07-21cp-tree.h (hack_identifier): Remove.Nathan Sidwell1-0/+14
2003-07-19fixfixes.c [...]: Remove unnecessary casts.Kaveh R. Ghazi1-0/+5
2003-07-19Correct entries informationKriang Lerdsuwanakij1-1/+2
2003-07-18changelog for previous patchNathan Sidwell1-0/+10
2003-07-17c-decl.c: Fix typos in several comments.Zack Weinberg1-10/+15
2003-07-17re PR c++/7809 (befriending inaccessible names)Kriang Lerdsuwanakij1-0/+5
2003-07-17re PR c++/10668 (assigning address of non-static member variable to pointer)Gabriel Dos Reis1-0/+5
2003-07-17re PR c++/11547 (ICE with const temporaries)Mark Mitchell1-0/+36
2003-07-16c.opt: Document more options.Neil Booth1-0/+4
2003-07-16re PR c/10962 (lookup_field is a linear search on a linked list (can be slow ...Andrew Pinski1-0/+17
2003-07-16re PR c++/5421 (friends+templates: ICE: expected identifier_node, have templa...Kriang Lerdsuwanakij1-0/+8
2003-07-16re PR c++/10903 ([3.3 only] g++ says: "error: object ``type_decl' not support...Gabriel Dos Reis1-0/+6
2003-07-16cp-tree.def (LOOKUP_EXPR): Remove.Mark Mitchell1-0/+38
2003-07-15re PR c++/11531 (ICE on invalid code (returning to void))Gabriel Dos Reis1-0/+5
2003-07-15re PR c++/10108 (tree checking ICE: expected var_decl, have error_mark in tsu...Kriang Lerdsuwanakij1-0/+6
2003-07-14re PR c++/11509 (ICE with expression with static member in template arg)Mark Mitchell1-0/+7
2003-07-14re PR c++/7019 ([3.3 only] SFINAE does not work with explicitally specified t...Mark Mitchell1-0/+13
2003-07-14re PR c++/11510 (Error message with operator __imag__ is missing spaces)Gabriel Dos Reis1-0/+7
2003-07-14* error.c (dump_expr): Handle EMPTY_CLASS_EXPR.Gabriel Dos Reis1-0/+4
2003-07-14re PR c++/5293 (confusing message when binding a temporary to a reference)Gabriel Dos Reis1-0/+5
2003-07-14re PR c++/11154 (spurious ambiguity report for template class specialization)Kriang Lerdsuwanakij1-0/+7
2003-07-14* lex.c (enum tree_node_kind): Delete.Dan Nicolaescu1-0/+4
2003-07-14re PR c++/11503 (segfault when instantiating template with ADDR_EXPR)Mark Mitchell1-0/+9
2003-07-14re PR c++/11493 (tree check ICE in error.c)Mark Mitchell1-0/+42
2003-07-13pt.c (push_access_scope_real): Remove.Kriang Lerdsuwanakij1-0/+9
2003-07-11re PR c++/11437 (ICE in lookup_name_real)Nathanael Nerode1-0/+5
2003-07-11re PR c++/11050 ("some string" __FUNCTION__ is accepted)Nathan Sidwell1-0/+29
2003-07-11Index: ChangeLogGeoffrey Keating1-0/+8
2003-07-11re PR c++/8327 (In definition of template static member value of static const...Mark Mitchell1-0/+7
2003-07-11typeck.c (build_binary_op): Do not warn about signed vs.Mark Mitchell1-0/+3
2003-07-10re PR c++/9411 ([New parser] Template function lookup problem)Mark Mitchell1-0/+6
2003-07-10re PR c++/10032 (-pedantic converts some errors to warnings)Mark Mitchell1-0/+14
2003-07-10PR c++ 9483Nathan Sidwell1-0/+8
2003-07-09typeck.c (build_x_unary_op): Take note of the fact that PREINCREMENT_EXPR and...Mark Mitchell1-0/+4
2003-07-09parser.c (cp_parser_primary_expression): Preserve the form of qualified expre...Mark Mitchell1-0/+10
2003-07-09fold-const.c (make_range): Do not access operand 1 for a zero-operand operator.Mark Mitchell1-3/+70
2003-07-09java-tree.h (DECL_NUM_STMTS): Rename to...Jan Hubicka1-0/+10
2003-07-08re PR c++/11030 (Cannot befriend a template specialization)Kriang Lerdsuwanakij1-0/+6
2003-07-08cp-tree.h (build_scoped_method_call): Remove.Mark Mitchell1-0/+56
2003-07-08bitmap.c (debug_bitmap_file): Merge uses of HOST_PTR_PRINTF with adjacent std...Kaveh R. Ghazi1-0/+7
2003-07-07genextract.c: Convert remaining prototypes to ISO C90.Andreas Jaeger1-0/+18
2003-07-07rtl.h (emit_line_note): Take a location_t.Nathan Sidwell1-0/+5
2003-07-07* search.c (lookup_base_r): Remove unused variable.Andreas Jaeger1-0/+4
2003-07-07re PR debug/10055 (g++ emits "<internal>" as source filename with -gstabs+)Michael Chastain1-0/+6
2003-07-06call.c: Fix comment formatting.Kazu Hirata1-0/+16