aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
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
2004-10-15* dump.c, g++spec.c, repo.c: Update copyright.Kazu Hirata4-3/+7
2004-10-15* decl.c: Fix a comment typo.Kazu Hirata2-1/+5
2004-10-15[multiple changes]Andrew Pinski2-1/+8
2004-10-15re PR c++/17976 (Calls the dtor twice)Mark Mitchell2-4/+24
2004-10-14Speed up walk_tree by introducing a special-purpose hash table.Matt Austern5-10/+23
2004-10-13toplev.c (compile_file): Call mudflap_finish_file from here ...Frank Ch. Eigler1-5/+0
2004-10-13re PR c++/17661 (ICE in create_tmp_var)Andrew Pinski2-0/+14
2004-10-13* search.c: Fix a comment typo.Kazu Hirata2-1/+5
2004-10-12class.c (dfs_modify_vtables): Simplify condition.Nathan Sidwell3-33/+57
2004-10-12search.c (struct lookup_base_data_s): New.Nathan Sidwell2-79/+100
2004-10-12* search.c: Fix comment typos.Kazu Hirata2-2/+6
2004-10-12re PR c++/15786 (Bad error message for frequently occuring error.)Mark Mitchell2-18/+51