aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
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
2004-11-10re PR middle-end/18160 (ICE on taking register variable address)Adam Nemet2-3/+16
2004-11-10re PR c++/18143 (Duplicated thunk with a huge member in the hierarchy)Nathan Sidwell3-27/+59
2004-11-10re PR c++/18369 (Segfault on braced new)Mark Mitchell2-59/+81
2004-11-09builtins.c, [...]: Avoid "`" as left quote, using "'" or %q, %< and %> as app...Joseph Myers12-26/+36
2004-11-08class.c, [...]: Fix comment formatting.Kazu Hirata9-45/+50
2004-11-04re PR tree-optimization/18184 (Tree optimizers ignore pointer modes)Ulrich Weigand3-2/+13
2004-11-04DR 49, 100Giovanni Bajo5-342/+366
2004-11-03re PR c++/18124 (ICE with invalid template template parameter)Mark Mitchell3-10/+38
2004-11-02c-lang.c (LANG_HOOKS_TYPES_COMPATIBLE_P): Remove.Ziemowit Laski4-23/+33
2004-11-01fix typoJason Merrill1-1/+1
2004-11-01re PR c++/18064 (gcc accepts different pointer types as covariant return types)Nathan Sidwell2-0/+11
2004-11-01Convert diagnostics to use quoting flag q 9/nGabriel Dos Reis11-28/+48
2004-11-01Convert diagnostics to use quoting flag q 8/nGabriel Dos Reis2-41/+52
2004-11-01re PR c++/15172 (Copy constructor optimization in aggregate initialization)Mark Mitchell2-17/+15
2004-10-30re PR c++/17542 (Visibility attribute ignored when it precedes class head)Matt Austern4-4/+22
2004-10-29* pt.c: Fix a comment typo.Kazu Hirata2-1/+5
2004-10-29typeck.c (composite_pointer_type): Remove comment about DR 195.Nathan Sidwell2-24/+15
2004-10-29re PR c++/17695 (ICE in add_abstract_origin_attribute)Mark Mitchell2-0/+14
2004-10-29c++/14124Matt Austern3-2/+28
2004-10-28re PR c++/17132 (GCC fails to eliminate function template specialization when...Mark Mitchell2-2/+23
2004-10-28decl.c (bad_specifiers): Move the q after the %.Andrew Pinski1-1/+1
2004-10-28re PR c++/17435 (Binding a temporary of derived type to reference of base)Mark Mitchell3-7/+21
2004-10-27decl.c: Move the q after the %.Andrew Pinski2-1/+5
2004-10-27parser.c (cp_parser_diagnose_invalid_type_name): Move the q after the %.Andrew Pinski2-1/+6
2004-10-27name-lookup.c (do_namespace_alias): Use FROB_CONTEXT.Mark Mitchell3-2/+5
2004-10-27re PR c++/18093 (bogus conflict in namespace aliasing)Mark Mitchell7-47/+86
2004-10-26c-lex.c (get_nonpadding_token): Remove.Nathan Sidwell2-23/+7
2004-10-25re PR middle-end/17407 (ICE in int_mode_for_mode)Andrew Pinski2-7/+6
2004-10-22re PR c++/18095 (ICE in cp_lexer_consume_token on missing ";")Nathan Sidwell2-64/+65
2004-10-21re PR c++/18073 (mmintrin.h rejected by C++ frontend)Mark Mitchell6-60/+125
2004-10-21re PR c++/13560 (wrong file name in error message)Andrew Pinski2-0/+9
2004-10-21* typeck.c: Fix a comment typo.Kazu Hirata2-1/+5
2004-10-20re PR c++/13495 (Friendship to class nested within a template is broken)Kriang Lerdsuwanakij6-47/+252
2004-10-20typeck.c (composite_pointer_type): Add comment about DR 195Nathan Sidwell2-3/+32
2004-10-20* call.c, typeck.c: Fix comment typos.Kazu Hirata3-2/+6
2004-10-20parser.c (cp_token_position): New typedef.Nathan Sidwell2-194/+149
2004-10-19call.c (struct conversion): Add base_p.Mark Mitchell5-255/+469
2004-10-19re PR c++/18047 (Wrong precedence between equality (==, !=) and < operators)Paolo Bonzini2-1/+7
2004-10-18cp-tree.h (UNIQUELY_DERIVED_FROM_P): Adjust lookup_base call.Nathan Sidwell10-70/+95
2004-10-17re PR c++/17743 (dependent expressions in attributes)Giovanni Bajo2-0/+8
2004-10-16re PR c++/10479 (alignof and sizeof (and other expressions) in attributes doe...Giovanni Bajo2-0/+10
2004-10-15re PR c++/17042 (Duplicated symbol in assembly output)Mark Mitchell1-1/+1
2004-10-15re PR c++/17042 (Duplicated symbol in assembly output)Mark Mitchell3-3/+30