aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2003-05-29decl.c (ENABLE_SCOPE_CHECKING): Rename from DEBUG_BINDING_LEVELS.Gabriel Dos Reis2-77/+84
2003-05-29name-lookup.h (global_scope_p): New macro.Gabriel Dos Reis3-35/+42
2003-05-25parser.c (cp_parser_explicit_instantiation): Restore old access before templa...Kriang Lerdsuwanakij2-2/+11
2003-05-23rs6000.c (expand_block_move): Unify the TARGET_STRING and ! TARGET_STRING cases.Geoffrey Keating2-5/+10
2003-05-23re PR c++/10682 (chokes on a typedef for an enum inside a class template)Kriang Lerdsuwanakij2-1/+7
2003-05-21init.c (build_vec_delete): Copy the address into a temporary variable before ...Jason Merrill3-7/+22
2003-05-21c-parse.in (fndef): Set DECL_SOURCE_LINE and FILE earlier.Nathan Sidwell2-1/+18
2003-05-21c-pretty-print.c (pp_c_integer_literal): Use HOST_WIDE_INT_PRINT_DOUBLE_HEX.Kaveh R. Ghazi2-10/+7
2003-05-21re PR c++/9738 ([mingw] Internal compiler error in rest_of_compilation, at to...Danny Smith2-0/+16
2003-05-20fix whitespaceJason Merrill1-1/+1
2003-05-19Add a new flag...Matt Austern3-1/+11
2003-05-19Fix comment-style.Gabriel Dos Reis1-1/+1
2003-05-19name-lookup.c (free_binding_entry): fix where the GTY markers are.Andrew Pinski2-6/+23
2003-05-18hashtable.h (struct ht_identifier): Add data member "hash_value".Gabriel Dos Reis8-124/+460
2003-05-18semantics.c (perform_deferred_access_checks): Don't discard checked access.Kriang Lerdsuwanakij2-4/+20
2003-05-17builtins.c (validate_arglist): Eliminate libiberty VA_ macros, always use std...Kaveh R. Ghazi4-37/+36
2003-05-17cfgloopanal.c (test_for_iteration): Use string concatentation on HOST_WIDE_IN...Kaveh R. Ghazi3-16/+18
2003-05-15re PR c++/5388 (Incorrect message "operands to ?: have different types")Jason Merrill4-18/+32
2003-05-15call.c (build_op_delete_call): Avoid creating unnecessary types.Mark Mitchell5-32/+37
2003-05-15re PR c++/8385 (typeof(...) as template arg)Mark Mitchell2-1/+6
2003-05-13typeck.c (build_modify_expr): Don't always stabilize the lhs and rhs.Jason Merrill2-8/+9
2003-05-11* method.c (synthesize_method): Call push/pop_deferring_access_checks.Kriang Lerdsuwanakij2-0/+10
2003-05-11PR c++/10230, c++/10481Kriang Lerdsuwanakij2-2/+17
2003-05-11re PR c++/10552 (Small sample using nested templates causes internal compiler...Kriang Lerdsuwanakij2-0/+28
2003-05-10* pt.c (instantiate_decl): Call push/pop_deferring_access_checks.Kriang Lerdsuwanakij2-0/+9
2003-05-10re PR c++/9252 ([New parser] Errors due to legally used "typename")Kriang Lerdsuwanakij12-60/+74
2003-05-10re PR c++/9554 (Out of class declaration of member class template specialisat...Kriang Lerdsuwanakij4-50/+114
2003-05-09PR c++/10555, c++/10576Kriang Lerdsuwanakij2-0/+16
2003-05-08init.c (build_new_1): Don't reuse a TARGET_EXPR in an expression.Jason Merrill2-22/+37
2003-05-07except.c: Revert 04-01 and 04-02 forced-unwind changes.Richard Henderson3-391/+278
2003-05-07call.c (build_conditional_expr): Don't assume that the folded expression has ...Jason Merrill2-3/+11
2003-05-06typeck.c (build_unary_op): Deal with const qualifier in invalid pointer-to-me...Kriang Lerdsuwanakij2-6/+12
2003-05-05re PR c++/9537 ([New parser] problem handling const return types)Jason Merrill2-7/+20
2003-05-05tweak commentJason Merrill1-1/+1
2003-05-05Fix a typo overlooked in the previous commit.Kriang Lerdsuwanakij1-1/+1
2003-05-05re PR c++/10496 ([diagnostic] erroneus suggestion in diagnostic asks the user...Kriang Lerdsuwanakij2-2/+17
2003-05-05* decl.c: Fix typos.Kriang Lerdsuwanakij2-3/+7
2003-05-05re PR c++/4494 (Possible problem with compiler warnings on main())Kriang Lerdsuwanakij2-2/+9
2003-05-03re PR c/10604 (-Wall includes sign conversion warning [3.3 regression])Zack Weinberg2-5/+11
2003-05-03PR c++/9364, c++/10553, c++/10586Kriang Lerdsuwanakij2-0/+10
2003-05-03class.c (finish_struct): Use location_t and input_location directly.Nathan Sidwell10-98/+83
2003-05-01missed from my previous checkinNathan Sidwell1-0/+24
2003-05-01input.h (lineno): Rename to ...Nathan Sidwell11-67/+69
2003-05-01decl2.c (comdat_linkage): Don't externalize explicit instantiations.Mark Mitchell2-1/+6
2003-05-01re PR c++/10554 (ICE with illegal using declaration)Kriang Lerdsuwanakij2-0/+7
2003-05-01cp-tree.h (struct lang_id2): Remove.Steven Bosscher2-24/+22
2003-05-01re PR c++/8772 (misleading diagnostic for template template parameter)Kriang Lerdsuwanakij2-0/+7
2003-04-30PR c++/9432, c++/9528Kriang Lerdsuwanakij2-0/+13
2003-04-30decl.c (check_previous_goto_1): Adjust prototype.Gabriel Dos Reis2-15/+20
2003-04-29re PR c++/10551 (Failure to emit explicitly instantiated template w/--no-impl...Mark Mitchell2-6/+18