aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2003-06-10oopsJason Merrill1-1/+1
2003-06-10re PR c++/10968 (If member function implicitly instantiated, explicit instant...Jason Merrill1-0/+5
2003-06-10[multiple changes]Geoffrey Keating1-0/+5
2003-06-10re PR c++/11131 (Unrelated declaration removes inline flag from function)Mark Mitchell1-0/+10
2003-06-09re PR c++/8861 ([ABI] mangling floating point literal in template arg express...Zack Weinberg1-3/+12
2003-06-07* cp/decl.c (xref_tag): Remove undefined macro NONNESTED_CLASSES.Andreas Jaeger1-9/+13
2003-06-07Makefile.in (OJBS, c-opts.o): Update.Neil Booth1-0/+7
2003-06-05install.tex: Document profiledbootstrap.Jan Hubicka1-0/+4
2003-06-04decl.c (grokdeclarator): Error_mark_node in, error_mark_node out.J"orn Rennecke1-0/+4
2003-06-04g77spec.c (lang_specific_driver): Remove ALT_LIBM usage.Andreas Jaeger1-0/+4
2003-06-04cp-tree.h (CP_AGGREGATE_TYPE_P): Accept vectors.Jason Merrill1-0/+8
2003-06-03re PR c++/10940 (Bad code with explicit specialization)Kriang Lerdsuwanakij1-0/+6
2003-05-31class.c (dump_array): Call CONSTRUCTOR_ELTS to access the operand of a CONSTR...Diego Novillo1-0/+5
2003-05-31decl.c (cp_binding_level::this_entity): Rename from this_class.Gabriel Dos Reis1-0/+25
2003-05-31re PR c++/10956 (ICE when specializing a template member function of a templa...Kriang Lerdsuwanakij1-0/+6
2003-05-29decl.c (ENABLE_SCOPE_CHECKING): Rename from DEBUG_BINDING_LEVELS.Gabriel Dos Reis1-0/+15
2003-05-29name-lookup.h (global_scope_p): New macro.Gabriel Dos Reis1-0/+17
2003-05-25parser.c (cp_parser_explicit_instantiation): Restore old access before templa...Kriang Lerdsuwanakij1-0/+5
2003-05-23rs6000.c (expand_block_move): Unify the TARGET_STRING and ! TARGET_STRING cases.Geoffrey Keating1-0/+5
2003-05-23re PR c++/10682 (chokes on a typedef for an enum inside a class template)Kriang Lerdsuwanakij1-0/+6
2003-05-21init.c (build_vec_delete): Copy the address into a temporary variable before ...Jason Merrill1-0/+6
2003-05-21c-parse.in (fndef): Set DECL_SOURCE_LINE and FILE earlier.Nathan Sidwell1-0/+6
2003-05-21c-pretty-print.c (pp_c_integer_literal): Use HOST_WIDE_INT_PRINT_DOUBLE_HEX.Kaveh R. Ghazi1-0/+4
2003-05-21re PR c++/9738 ([mingw] Internal compiler error in rest_of_compilation, at to...Danny Smith1-0/+7
2003-05-19Add a new flag...Matt Austern1-0/+6
2003-05-19name-lookup.c (free_binding_entry): fix where the GTY markers are.Andrew Pinski1-0/+11
2003-05-18hashtable.h (struct ht_identifier): Add data member "hash_value".Gabriel Dos Reis1-0/+62
2003-05-18semantics.c (perform_deferred_access_checks): Don't discard checked access.Kriang Lerdsuwanakij1-0/+5
2003-05-17builtins.c (validate_arglist): Eliminate libiberty VA_ macros, always use std...Kaveh R. Ghazi1-0/+7
2003-05-17cfgloopanal.c (test_for_iteration): Use string concatentation on HOST_WIDE_IN...Kaveh R. Ghazi1-0/+7
2003-05-15re PR c++/5388 (Incorrect message "operands to ?: have different types")Jason Merrill1-4/+15
2003-05-15call.c (build_op_delete_call): Avoid creating unnecessary types.Mark Mitchell1-0/+6
2003-05-15re PR c++/8385 (typeof(...) as template arg)Mark Mitchell1-0/+5
2003-05-13typeck.c (build_modify_expr): Don't always stabilize the lhs and rhs.Jason Merrill1-0/+5
2003-05-11* method.c (synthesize_method): Call push/pop_deferring_access_checks.Kriang Lerdsuwanakij1-0/+4
2003-05-11PR c++/10230, c++/10481Kriang Lerdsuwanakij1-0/+6
2003-05-11re PR c++/10552 (Small sample using nested templates causes internal compiler...Kriang Lerdsuwanakij1-0/+6
2003-05-10* pt.c (instantiate_decl): Call push/pop_deferring_access_checks.Kriang Lerdsuwanakij1-0/+4
2003-05-10re PR c++/9252 ([New parser] Errors due to legally used "typename")Kriang Lerdsuwanakij1-0/+35
2003-05-10re PR c++/9554 (Out of class declaration of member class template specialisat...Kriang Lerdsuwanakij1-0/+15
2003-05-09PR c++/10555, c++/10576Kriang Lerdsuwanakij1-0/+7
2003-05-08init.c (build_new_1): Don't reuse a TARGET_EXPR in an expression.Jason Merrill1-0/+5
2003-05-07except.c: Revert 04-01 and 04-02 forced-unwind changes.Richard Henderson1-0/+7
2003-05-07call.c (build_conditional_expr): Don't assume that the folded expression has ...Jason Merrill1-0/+5
2003-05-06typeck.c (build_unary_op): Deal with const qualifier in invalid pointer-to-me...Kriang Lerdsuwanakij1-0/+5
2003-05-05re PR c++/9537 ([New parser] problem handling const return types)Jason Merrill1-0/+8
2003-05-05re PR c++/10496 ([diagnostic] erroneus suggestion in diagnostic asks the user...Kriang Lerdsuwanakij1-0/+6
2003-05-05* decl.c: Fix typos.Kriang Lerdsuwanakij1-0/+4
2003-05-05re PR c++/4494 (Possible problem with compiler warnings on main())Kriang Lerdsuwanakij1-0/+6
2003-05-03re PR c/10604 (-Wall includes sign conversion warning [3.3 regression])Zack Weinberg1-4/+10