aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2004-02-18cfgloop.h, [...]: Update copyright.Kazu Hirata3-2/+6
2004-02-17(c-decl.c, [...]): Replace DECL_SAVED_INSNS with DECL_STRUCT_FUNCTION.Steven Bosscher1-3/+4
2004-02-17re PR c++/11326 (C++ IA64 ABI: 3.1.4: sometimes pointer to temporary return v...Mark Mitchell3-6/+7
2004-02-16re PR c++/13971 (ICE when compiling koffice-cvs (in build_conditional_expr, a...Mark Mitchell5-132/+78
2004-02-15re PR c++/14085 (when compiling template functors)Gabriel Dos Reis2-0/+12
2004-02-14re PR c++/13635 (ICE in register_specialization for specific order of templat...Kriang Lerdsuwanakij2-1/+14
2004-02-14re PR c++/13927 (duplicated error message on bad redeclaration of anon union)Giovanni Bajo2-0/+6
2004-02-14re PR c++/14122 (problem with non-type tmplt parm in member template)Mark Mitchell5-28/+29
2004-02-13re PR c++/14083 (ICE in conditional expression operator with throw)Mark Mitchell2-4/+21
2004-02-13re PR c++/9851 (confusing error message when using '.', not '->')Ian Lance Taylor2-1/+23
2004-02-13call.c (conversion_kind): New type.Mark Mitchell11-645/+995
2004-02-12debug.h (struct gcc_debug_hooks): Add type_decl field.Zack Weinberg4-19/+8
2004-02-11* typeck.c (lookup_destructor): Fix typo in error message.Mark Mitchell2-1/+5
2004-02-09* call.c, parser.c, tree.c: Fix comment typos.Kazu Hirata4-5/+9
2004-02-08c-common.c (shadow_warning): Delete.Zack Weinberg5-38/+41
2004-02-07c-ppoutput.c, [...]: Update copyright.Kazu Hirata2-1/+5
2004-02-07re PR c++/14033 (tree check: expected class 't', have 'x' (error_mark) in ini...Giovanni Bajo2-2/+6
2004-02-06re PR c++/14028 (Parser accepts invalid unbalanced triangular bracketing.)Giovanni Bajo2-16/+22
2004-02-06Makefile.in (srcextra): Add a level of indirection to ...Kelley Cook2-2/+4
2004-02-05utils.c (create_param_decl): Replace PROMOTE_PROTOTYPES with targetm.calls.pr...Kazu Hirata2-2/+7
2004-02-05re PR target/13750 (Ada bootstrap failure on Tru64 UNIX: b_gnat[1b].o compari...Rainer Orth2-2/+11
2004-02-05re PR c++/13714 (destructor name `const s' does not match type `const s' of e...Mark Mitchell2-2/+7
2004-02-05tree.c (cp_cannot_inline_tree_fn): Allow inlining of comdat functions.Jan Hubicka2-2/+11
2004-02-05re PR c++/14008 (Confusing diagnostic when omitting a template parameter)Giovanni Bajo2-35/+123
2004-02-05re PR c++/13932 (duplicate warning message for conversion)Mark Mitchell3-3/+10
2004-02-05re PR c++/13086 (the location of the warning message is wrong when calling de...Giovanni Bajo2-13/+31
2004-02-05re PR c++/9941 (typeinfo not generated correctly when #pragmas are involved)Mark Mitchell2-1/+7
2004-02-04alloc-pool.h, [...]: Update copyright.Kazu Hirata3-2/+6
2004-02-04re PR c++/13969 (static const value rejected as template parameter)Mark Mitchell4-53/+83
2004-02-04calls.c (initialize_argument_information): Add CALL_FROM_THUNK_P parameter.Mark Mitchell3-2/+8
2004-02-04Forgot the PR number.Giovanni Bajo1-0/+1
2004-02-04pt.c (more_specialized_class): Increase processing_template_decl while partia...Giovanni Bajo2-0/+11
2004-02-03re PR c++/13925 (Bug while befriending specializations)Mark Mitchell2-2/+9
2004-02-03re PR c++/13950 ([DR176] lookup of dependent base name)Mark Mitchell2-5/+14
2004-02-03re PR c++/14002 (Friend declaration with template-id causes confusion of func...Mark Mitchell2-1/+8
2004-02-03re PR c++/13975 (ICE on misplaced visibility specifier.)Mark Mitchell4-1/+25
2004-02-02Fixes formatting in a couple of entries of minesGiovanni Bajo1-2/+2
2004-02-02re PR c++/13113 (Nice warning about &(X::m) lost)Mark Mitchell9-24/+72
2004-02-02Fixed a typo.Giovanni Bajo1-1/+1
2004-02-02re PR c++/13957 (Insufficient diagnostic for dependent expression parsed as n...Giovanni Bajo1-0/+6
2004-02-02pt.c (tsubst_qualified_id): Improved error message when a type is expected bu...Giovanni Bajo1-2/+5
2004-01-31class.c: Fix comment typos.Kazu Hirata8-10/+20
2004-01-30re PR c++/13693 ([tree-ssa] build failure in mipsisa64-elf)Richard Henderson3-6/+21
2004-01-30* parser.c (cp_parser_labeled_statement): Accept case ranges.Michael Matz2-3/+29
2004-01-30re PR c++/13813 ([DR206] Incomplete member variables in a template.)Giovanni Bajo2-1/+8
2004-01-30re PR c++/13683 (bogus warning about passing non-PODs through ellipsis)Giovanni Bajo2-5/+15
2004-01-29re PR c++/13883 (Assembler messages: symbol is already defined)Mark Mitchell2-3/+20
2004-01-29parser.c (cp_parser_template_id): Parse tentatively `[:' after a template nam...Giovanni Bajo2-14/+103
2004-01-29re PR c++/13791 (ICE in layout_type with packed types)Mark Mitchell2-0/+10
2004-01-29re PR c++/13736 (Parser confused on compound casts)Mark Mitchell2-3/+15