aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2003-06-16cp-tree.h: Follow spelling conventions.Kazu Hirata5-10/+17
2003-06-14tree.h (init_function_start): Remove filename and line paramters.Nathan Sidwell4-3/+9
2003-06-14Makefile.in: Update to use common.opt and lang_opt_files.Neil Booth2-2/+5
2003-06-13* lex.c: Convert to ISO C.Nathanael Nerode2-74/+47
2003-06-13init.c: removes use of PARAMS macro.Nathanael Nerode2-122/+59
2003-06-13* rtti.c: Remove PARAMS.Nathanael Nerode2-21/+23
2003-06-13* typeck2.c: Convert to ISO C.Nathanael Nerode2-46/+24
2003-06-12re PR c++/10635 (ICE (segfault) when dereferencing an incomplete type casted ...Mark Mitchell2-0/+10
2003-06-12re PR c++/10432 (ICE in poplevel, at cp/decl.c:1230)Mark Mitchell4-17/+9
2003-06-11decl2.c (generate_ctor_or_dtor_function): Avoid expanding a global static con...Roger Sayle2-14/+39
2003-06-11mangle.c (tm_p.h): Include it.Mark Mitchell3-1/+5
2003-06-11re PR c++/11131 (Unrelated declaration removes inline flag from function)Mark Mitchell2-3/+11
2003-06-10oopsJason Merrill1-1/+1
2003-06-10re PR c++/10968 (If member function implicitly instantiated, explicit instant...Jason Merrill1-0/+3
2003-06-10re PR c++/10968 (If member function implicitly instantiated, explicit instant...Jason Merrill1-0/+5
2003-06-10[multiple changes]Geoffrey Keating2-2/+8
2003-06-10re PR c++/11131 (Unrelated declaration removes inline flag from function)Mark Mitchell5-7/+22
2003-06-09re PR c++/8861 ([ABI] mangling floating point literal in template arg express...Zack Weinberg2-26/+81
2003-06-08* Makfile.in, cp/Make-lang.in: Forgotten commit.Neil Booth1-1/+2
2003-06-07* cp/decl.c (xref_tag): Remove undefined macro NONNESTED_CLASSES.Andreas Jaeger2-14/+13
2003-06-07Makefile.in (OJBS, c-opts.o): Update.Neil Booth4-6/+13
2003-06-05install.tex: Document profiledbootstrap.Jan Hubicka2-0/+8
2003-06-04decl.c (grokdeclarator): Error_mark_node in, error_mark_node out.J"orn Rennecke2-1/+7
2003-06-04g77spec.c (lang_specific_driver): Remove ALT_LIBM usage.Andreas Jaeger2-3/+4
2003-06-04cp-tree.h (CP_AGGREGATE_TYPE_P): Accept vectors.Jason Merrill3-4/+15
2003-06-03re PR c++/10940 (Bad code with explicit specialization)Kriang Lerdsuwanakij2-10/+18
2003-05-31class.c (dump_array): Call CONSTRUCTOR_ELTS to access the operand of a CONSTR...Diego Novillo2-1/+6
2003-05-31decl.c (cp_binding_level::this_entity): Rename from this_class.Gabriel Dos Reis2-109/+150
2003-05-31re PR c++/10956 (ICE when specializing a template member function of a templa...Kriang Lerdsuwanakij2-2/+9
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