aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2004-03-02re PR c++/14369 (errenous reject of well-formed code)Mark Mitchell2-0/+13
2004-03-02re PR c++/14360 (Overeager argument dependent name lookup)Mark Mitchell3-3/+25
2004-03-01re PR c++/14369 (errenous reject of well-formed code)Gabriel Dos Reis2-0/+10
2004-03-01re PR c++/14324 (Multiple static definitions are not unique)Mark Mitchell4-6/+24
2004-03-01fold-const.c (fold): An equality comparison of a non-weak object against zero...Jeff Law2-1/+7
2004-03-01re PR c++/14138 (100x -O0 C++ Compile Time Regression {3.2,3.3} -> {3.4,4.0})Mark Mitchell7-31/+83
2004-03-01re PR c++/14267 (ICE on invalid, cast to lval related)Mark Mitchell2-46/+5
2004-02-29re PR debug/12103 (-g only crash (segfault) with a forward declared class use...Mark Mitchell2-1/+9
2004-02-29passes.c, [...]: Fix comment typos.Kazu Hirata2-1/+5
2004-02-27tree.c (pod_type_p): Treat VECTOR_TYPEs as PODs.Ziemowit Laski2-1/+8
2004-02-27target-supports.exp (check-iconv-available): New function.Eric Christopher1-713/+734
2004-02-27re PR c++/14278 (fails when calling through a function pointer)Mark Mitchell2-0/+7
2004-02-27re PR c++/14278 (fails when calling through a function pointer)Mark Mitchell1-1/+1
2004-02-26re PR c++/14284 (Failure to select obvious template specialisation)Giovanni Bajo2-2/+11
2004-02-26re PR c++/14246 (Problems with templates, ice in write_template_arg_literal)Giovanni Bajo2-2/+8
2004-02-24* tree.c (build_exception_variant): Use check_qualified_type.Jason Merrill1-0/+4
2004-02-24tree.c (check_qualified_type): New fn.Jason Merrill1-3/+2
2004-02-23Remove -fwritable-strings.Zack Weinberg2-5/+6
2004-02-23re PR c++/14156 (no warning for address of parameter)Andrew Pinski2-1/+7
2004-02-23re PR c++/14250 (switch() does not seem to see operator int() in template class)Giovanni Bajo2-2/+9
2004-02-23re PR c++/14143 (Overeager ADL)Giovanni Bajo2-2/+9
2004-02-20re PR c++/12007 (Multiple inheritance float pass by value fails)John David Anglin2-16/+20
2004-02-20tweakJason Merrill1-1/+1
2004-02-20re PR c++/14199 (Unjustified warning about unused variable)Mark Mitchell5-6/+32
2004-02-20re PR c++/14186 (enum in base class conflicts with derived class)Mark Mitchell2-3/+15
2004-02-19re PR c++/14181 (Cryptic error message for code that compiled without warning...Giovanni Bajo2-0/+16
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