aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2003-11-20Makefile.in (lang_checks): Add.Joseph Myers2-0/+7
2003-11-18re PR c++/12932 (ICE with use of ptr-to-function as template arg)Kriang Lerdsuwanakij4-1/+16
2003-11-17init.c (build_new_1): Preevaluate placement args.Jason Merrill3-24/+52
2003-11-16Makefile.in, [...]: Create TAGS.sub files in each directory and TAGS files th...Jason Merrill2-1/+8
2003-11-15update commentJason Merrill1-2/+3
2003-11-15re PR c++/2294 (using declaration confusion)Bernardo Innocenti2-6/+9
2003-11-14re PR c++/2294 (using declaration confusion)Giovanni Bajo2-3/+14
2003-11-14re PR c++/12762 (Much worse error message when using a typedef with a templat...Mark Mitchell2-31/+73
2003-11-14re PR c++/2094 (unimplemented: use of `ptrmem_cst' in template type unification)Giovanni Bajo2-0/+28
2003-11-13* decl.c (grokfndecl): Change OK to type tree.Richard Earnshaw2-1/+5
2003-11-13re PR rtl-optimization/12275 ([unit-at-a-time] ICE in htab_clear_slot)Jan Hubicka2-2/+2
2003-11-12tree.c (build_target_expr_with_type): Treate VA_ARG_EXPR like CONSTRUCTOR.Mark Mitchell2-2/+7
2003-11-12decl.c (cp_make_fname_decl): When creating a top-level __FUNCTION__-like symb...Mark Mitchell2-2/+6
2003-11-12decl.c (finish_case_label): Do not check that we are within a switch statemen...Mark Mitchell3-19/+66
2003-11-12re PR c++/12735 (duplicate error messages for redeclaration errors)Mark Mitchell5-54/+91
2003-11-11cp-tree.h (DECL_NAMESPACE_ASSOCIATIONS): New macro.Jason Merrill6-3/+88
2003-11-10* cvt.c (convert_to_void): Use void_zero_node after overload failure.Richard Henderson2-0/+5
2003-11-10re PR c++/12832 (ICE: tree check: expected class 'd', have 'x' (error_mark) i...Gabriel Dos Reis2-4/+13
2003-11-06c-common.c (handle_visibility_attribute): Set DECL_VISIBILITY field instead o...Matt Austern4-0/+9
2003-11-05re PR c++/11616 (Error message "instantiated from here" gives wrong location)Kriang Lerdsuwanakij2-0/+8
2003-11-05re PR c++/2019 (Wrong line number warning listing the previous declaration of...Kriang Lerdsuwanakij2-6/+8
2003-11-02re PR c++/9810 (Using-declaration for template functions does not work)Kriang Lerdsuwanakij2-1/+39
2003-11-01re PR c++/12796 (Wrong line number in error message)Kriang Lerdsuwanakij2-0/+10
2003-10-26re PR c++/10371 (misleading error message for illegal member access)Kriang Lerdsuwanakij2-1/+14
2003-10-24re PR c++/11076 (ICE with invalid base class)Kriang Lerdsuwanakij3-2/+10
2003-10-24PR c++/12698, c++/12699, c++/12700, c++/12566Nathan Sidwell7-43/+184
2003-10-23re PR c++/12726 (ICE (segfault) on trivial code)Jason Merrill2-2/+10
2003-10-22call.c: Fix comment formatting.Kazu Hirata11-24/+37
2003-10-22re PR c++/11962 (ICE in type_dependent_expression on omitted second operand t...Mark Mitchell3-3/+27
2003-10-21decl.c (cp_finish_decl): Remove clause intended for asm directives in struct ...Robert Bowdidge2-10/+6
2003-10-21decl.c (start_decl): Exit if push_template_decl returns error_mark_node.Kriang Lerdsuwanakij2-0/+7
2003-10-21ChangeLog: Fix typos.Kazu Hirata16-36/+55
2003-10-20toplev.c (rest_of_compilation): Fix webizer pass ordering.Jan Hubicka2-0/+7
2003-10-20Makefile.in (install-info): Simplify.Mark Mitchell2-3/+5
2003-10-20class.c (layout_class_type): Set DECL_ARTIFICIAL on padding field.Jason Merrill2-2/+8
2003-10-20PR c++/9781, c++/10583, c++/11862Kriang Lerdsuwanakij3-2/+15
2003-10-18re PR c++/12495 (ICE in cp/typeck.c:907)Kriang Lerdsuwanakij2-8/+12
2003-10-17re PR c++/2513 (internal template template parameter causes ICE)Kriang Lerdsuwanakij3-10/+33
2003-10-15problem that current decl duplication mechanizm > > /* If we didn't remap thi...Jan Hubicka2-10/+20
2003-10-14re PR c++/11878 (ICE in cp_expr_size)Jason Merrill3-2/+18
2003-10-14Breack out decl.c (3/n)Gabriel Dos Reis6-841/+871
2003-10-14config.gcc, [...]: Replace uses of target_alias with target_noncanonical.Nathanael Nerode2-2/+7
2003-10-14name-lookup.h (cxx_scope_find_binding_for_name): Don't export.Gabriel Dos Reis5-1195/+1227
2003-10-13re PR c++/12370 (wrong code when adding friend)Volker Reichelt1-0/+5
2003-10-13Fix thinko.Gabriel Dos Reis1-2/+2
2003-10-13Break out decl.c (2/n)Gabriel Dos Reis6-2330/+2393
2003-10-12c-common.c (c_common_truthvalue_conversion): Warn if the address of a non-wea...Steven Bosscher2-14/+6
2003-10-09re PR middle-end/6392 (Problems with __restrict__ type qualifier (array))Jason Merrill2-54/+56
2003-10-09tweak whitespaceJason Merrill1-2/+2
2003-10-09stmt.c (resolve_asm_operand_names): Call check_unique_operand_names here.Jason Merrill3-3/+22