aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2003-07-22fold-const.c (force_fit_type): Handle OFFSET_TYPE.Mark Mitchell18-948/+606
2003-07-22lex.c (unqualified_fn_lookup_error): Mention that the error message needs to ...Wolfgang Bangerth2-2/+13
2003-07-22re PR c++/11614 (Incorrect handling of pointers to arrays)Nathan Sidwell2-4/+14
2003-07-22re PR c++/10793 (ICE (treecheck) when partial-specializing with an invalid ty...Kriang Lerdsuwanakij2-0/+8
2003-07-22cp-tree.h (enum cp_lvalue_kind): Add clk_packed.Nathan Sidwell5-10/+51
2003-07-21cp-tree.h (hack_identifier): Remove.Nathan Sidwell4-120/+89
2003-07-19fixfixes.c [...]: Remove unnecessary casts.Kaveh R. Ghazi12-60/+51
2003-07-19Correct entries informationKriang Lerdsuwanakij1-1/+2
2003-07-18changelog for previous patchNathan Sidwell1-0/+10
2003-07-18cp-tree.h (finish_non_static_data_member): Add object param.Nathan Sidwell5-20/+38
2003-07-17c-decl.c: Fix typos in several comments.Zack Weinberg2-11/+16
2003-07-17re PR c++/7809 (befriending inaccessible names)Kriang Lerdsuwanakij2-0/+8
2003-07-17re PR c++/10668 (assigning address of non-static member variable to pointer)Gabriel Dos Reis2-1/+9
2003-07-17re PR c++/11547 (ICE with const temporaries)Mark Mitchell6-93/+177
2003-07-16c.opt: Document more options.Neil Booth2-162/+4
2003-07-16re PR c/10962 (lookup_field is a linear search on a linked list (can be slow ...Andrew Pinski4-76/+30
2003-07-16re PR c++/5421 (friends+templates: ICE: expected identifier_node, have templa...Kriang Lerdsuwanakij3-1/+14
2003-07-16re PR c++/10903 ([3.3 only] g++ says: "error: object ``type_decl' not support...Gabriel Dos Reis2-1/+14
2003-07-16cp-tree.def (LOOKUP_EXPR): Remove.Mark Mitchell14-125/+88
2003-07-15re PR c++/11531 (ICE on invalid code (returning to void))Gabriel Dos Reis2-3/+8
2003-07-15re PR c++/10108 (tree checking ICE: expected var_decl, have error_mark in tsu...Kriang Lerdsuwanakij2-0/+8
2003-07-14re PR c++/11509 (ICE with expression with static member in template arg)Mark Mitchell2-34/+49
2003-07-14re PR c++/7019 ([3.3 only] SFINAE does not work with explicitally specified t...Mark Mitchell6-17/+42
2003-07-14re PR c++/11510 (Error message with operator __imag__ is missing spaces)Gabriel Dos Reis3-0/+20
2003-07-14* error.c (dump_expr): Handle EMPTY_CLASS_EXPR.Gabriel Dos Reis2-0/+10
2003-07-14re PR c++/5293 (confusing message when binding a temporary to a reference)Gabriel Dos Reis2-1/+12
2003-07-14re PR c++/11154 (spurious ambiguity report for template class specialization)Kriang Lerdsuwanakij3-7/+17
2003-07-14* lex.c (enum tree_node_kind): Delete.Dan Nicolaescu2-29/+4
2003-07-14re PR c++/11503 (segfault when instantiating template with ADDR_EXPR)Mark Mitchell5-10/+25
2003-07-14re PR c++/11493 (tree check ICE in error.c)Mark Mitchell8-728/+663
2003-07-13pt.c (push_access_scope_real): Remove.Kriang Lerdsuwanakij2-54/+35
2003-07-13document covariants implementedNathan Sidwell1-0/+3
2003-07-11re PR c++/11437 (ICE in lookup_name_real)Nathanael Nerode2-1/+8
2003-07-11re PR c++/11050 ("some string" __FUNCTION__ is accepted)Nathan Sidwell3-186/+198
2003-07-11Index: ChangeLogGeoffrey Keating5-8/+21
2003-07-11re PR c++/8327 (In definition of template static member value of static const...Mark Mitchell2-7/+50
2003-07-11typeck.c (build_binary_op): Do not warn about signed vs.Mark Mitchell2-1/+7
2003-07-10re PR c++/9411 ([New parser] Template function lookup problem)Mark Mitchell2-0/+7
2003-07-10re PR c++/10032 (-pedantic converts some errors to warnings)Mark Mitchell6-121/+18
2003-07-10PR c++ 9483Nathan Sidwell4-9/+33
2003-07-09typeck.c (build_x_unary_op): Take note of the fact that PREINCREMENT_EXPR and...Mark Mitchell2-1/+5
2003-07-09parser.c (cp_parser_primary_expression): Preserve the form of qualified expre...Mark Mitchell4-9/+38
2003-07-09fold-const.c (make_range): Do not access operand 1 for a zero-operand operator.Mark Mitchell14-815/+895
2003-07-09java-tree.h (DECL_NUM_STMTS): Rename to...Jan Hubicka5-5/+20
2003-07-08re PR c++/11030 (Cannot befriend a template specialization)Kriang Lerdsuwanakij2-0/+8
2003-07-08cp-tree.h (build_scoped_method_call): Remove.Mark Mitchell18-927/+522
2003-07-08bitmap.c (debug_bitmap_file): Merge uses of HOST_PTR_PRINTF with adjacent std...Kaveh R. Ghazi3-27/+21
2003-07-07* friend.c: Convert to ISO C90 prototypes.Andreas Jaeger1-12/+6
2003-07-07genextract.c: Convert remaining prototypes to ISO C90.Andreas Jaeger9-83/+56
2003-07-07rtl.h (emit_line_note): Take a location_t.Nathan Sidwell2-1/+6