aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2004-12-12re PR middle-end/12454 (large number of if ();else if cause)Roger Sayle2-2/+14
2004-12-10re PR c++/18731 (ICE on invalid template declaration)Volker Reichelt2-0/+14
2004-12-09re PR c++/18514 (Alternate "asm" name ignored for redeclared builtin function...Matt Austern2-3/+15
2004-12-09* parser.c (cp_parser_member_declaration): Fix comment typo.Volker Reichelt2-1/+5
2004-12-09re PR c++/18757 (ICE (on invalid) in get_innermost_template_args)Alexandre Oliva2-2/+9
2004-12-09re PR c++/18073 (mmintrin.h rejected by C++ frontend)Volker Reichelt2-0/+7
2004-12-09re PR c++/16681 (array initialization in struct construct is a memory hog)Nathan Sidwell2-9/+16
2004-12-08typeck.c: Remove DOS line endings.Kelley Cook2-6/+10
2004-12-08re PR c++/18100 (template member with same name as class not rejected)Kriang Lerdsuwanakij2-0/+18
2004-12-08re PR c++/18803 (rejects access to operator() in template)Nathan Sidwell15-119/+155
2004-12-07c-tree.h (struct lang_type): Rename 'objc_protocols' field to 'objc_info'.Ziemowit Laski2-3/+9
2004-12-07c-common.c, [...]: Replace uses of first_rtl_op with TREE_CODE_LENGTH.Kazu Hirata2-1/+5
2004-12-07name-lookup.c (leave_scope): We only need to update class_binding_level when ...Roger Sayle2-5/+15
2004-12-07c-tree.h (struct lang_type): Add 'objc_protocols' field.Ziemowit Laski2-0/+7
2004-12-04PR c++/17011, c++/17971Kriang Lerdsuwanakij3-2/+29
2004-12-03re PR c++/18782 (ICE on invalid pointer-to-member declaration)Nathan Sidwell2-2/+19
2004-12-03re PR c++/18318 (ICE: error: Multiple inline callers)Nathan Sidwell3-10/+19
2004-12-02re PR c++/18758 (ICE redeclaring struct as template)Nathan Sidwell2-1/+17
2004-12-02PR c++/15664, c++/18276Kriang Lerdsuwanakij2-34/+48
2004-12-02re PR c++/18123 (ICE on templated enum)Kriang Lerdsuwanakij2-1/+15
2004-12-01Compile speed improvement.Matt Austern2-1/+8
2004-12-01re PR c++/18729 (ICE on invalid typedef)Nathan Sidwell2-0/+5
2004-12-01re PR c++/17431 (Internal error: Segmentation fault (program cc1plus))Nathan Sidwell2-5/+16
2004-11-30* parser.c: Fix comment typos.Kazu Hirata2-2/+6
2004-11-29re PR c++/18368 (C++ error message regression)Mark Mitchell8-153/+299
2004-11-29[multiple changes]Joseph Myers3-1/+12
2004-11-29re PR c++/18652 (ICE on invalid redeclaration)Kriang Lerdsuwanakij5-7/+23
2004-11-27* pt.c: Fix a comment typo.Kazu Hirata2-1/+5
2004-11-26Friend class name lookup 4/nKriang Lerdsuwanakij6-369/+41
2004-11-26* typeck.c: Fix a comment typo.Kazu Hirata2-1/+5
2004-11-25re PR c++/18001 (Badly formatted error message (quotation problem))Mark Mitchell8-71/+106
2004-11-25Friend class name lookup 3/n, PR c++/3332Kriang Lerdsuwanakij4-17/+135
2004-11-25Friend class name lookup 2/n, PR c++/14513, c++/15410Kriang Lerdsuwanakij8-55/+122
2004-11-25darwin.h (SUBTARGET_OVERRIDE_OPTIONS): Use %qs instead of `%s' in diagnostic.Joseph Myers3-3/+7
2004-11-24re PR c++/17473 (typedef redefinition in struct is accepted)Mark Mitchell3-4/+21
2004-11-24c-opts.c (c_common_post_options): Don't clear flag_inline_functions.Steven Bosscher2-4/+6
2004-11-24pt.c (tsubst_function_type): Do not permit function types which return arrays...Mark Mitchell2-0/+19
2004-11-24re PR c++/18586 (ICE on invalid template member declaration)Mark Mitchell2-1/+7
2004-11-24re PR c++/18530 (Bogus warnings about shadowed variables __ct, __dt)Mark Mitchell3-9/+17
2004-11-24re PR c++/8929 (G++ accepts invalid template headers in member definitions of...Giovanni Bajo2-0/+10
2004-11-24re PR c++/16882 (overloading confused by const vector arguments)Paolo Bonzini3-5/+12
2004-11-24cp-tree.h (context_as_string): Remove extern.Ben Elliston7-59/+22
2004-11-22re PR c++/18354 (expression "+1" not considered constant (as template paramet...Giovanni Bajo2-18/+28
2004-11-17decl.c (start_preparsed_function): Call check_function_type even in templates.Giovanni Bajo2-2/+12
2004-11-16stack.h: Remove.Steven Bosscher3-3/+7
2004-11-15cp-gimplify.c: Include pointer-set.hAndrew Pinski3-16/+25
2004-11-15Friend class name lookup 1/n, PR c++/18471Kriang Lerdsuwanakij4-93/+207
2004-11-14re PR c++/17344 (completely wacky error with matching template template class...Kriang Lerdsuwanakij2-1/+10
2004-11-12re PR c++/18389 (ICE on struct declaration in for statement)Mark Mitchell6-10/+45
2004-11-10typeck.c (cxx_mark_addressable): Add braces around the first if.Andrew Pinski2-9/+15