aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2004-08-25re PR c++/14428 (incompatible template declarations accepted)Kriang Lerdsuwanakij2-1/+11
2004-08-25tree.h (build_int_cst): New, sign extended constant.Nathan Sidwell12-40/+56
2004-08-25flags.h (enum debug_info_type): Remove DWARF_DEBUG.Zack Weinberg3-10/+6
2004-08-25repo.c (extract_string): Reset backquote after one character.Adam Nemet2-2/+10
2004-08-24c-decl.c (c_init_decl_processing): Adjust build_common_tree_nodes call.Nathan Sidwell2-1/+6
2004-08-24re PR c++/16889 (ambiguity is not detected)Nathan Sidwell2-3/+31
2004-08-24re PR c++/16706 (ICE in finish_member_declaration, at cp/semantics.c:2126)Kriang Lerdsuwanakij2-2/+24
2004-08-24re PR c++/17149 (ICE: tree check: expected record_type or union_type or qual_...Nathan Sidwell2-3/+11
2004-08-24re PR c++/17163 (ICE with -frepo and static class variables)Mark Mitchell3-2/+12
2004-08-23Revert earlier fix for PR 14029Andrew Pinski2-5/+8
2004-08-23tree.h (build_distinct_type_copy): New.Nathan Sidwell3-4/+10
2004-08-22re PR tree-optimization/15262 ([tree-ssa] Alias analyzer cannot handle addres...Andrew Pinski2-0/+11
2004-08-21re PR c++/17121 (Link problem with function-local classes)Mark Mitchell2-1/+6
2004-08-21re PR c++/17120 (warning: suggest parentheses around assignment used as truth...Joseph Myers2-1/+14
2004-08-20pt.c (register_specialization): Check DECL_TEMPLATE_SPECIALIZATION before cal...Kriang Lerdsuwanakij2-2/+7
2004-08-20stor-layout.c (initialize_sizetypes): Set SIZETYPE earlier, clear cache on co...Nathan Sidwell4-3/+13
2004-08-20tree.c: Remove unused mark_local_for_remap_r.Andreas Tobler2-46/+4
2004-08-19langhooks-def.h (LANG_HOOKS_UNSAVE_EXPR_NOW): Remove.Eric Christopher3-87/+32
2004-08-19re PR c++/15890 (internal compiler error: in c_expand_expr, at c-common.c:4138)Mark Mitchell2-9/+31
2004-08-19cp-tree.h (build_shared_int_cst): Remove.Nathan Sidwell4-21/+8
2004-08-19tree.h (TYPE_CACHED_VALUES_P): New.Nathan Sidwell3-12/+14
2004-08-19re PR c++/17041 (Erroneous "suggest parentheses around assignment used as tru...Joseph Myers2-4/+15
2004-08-19* pt.c (dependent_template_p): Fix typo in commment.Mark Mitchell2-1/+3
2004-08-18re PR c++/17068 (ICE: tree check: expected class 'd', have 'x' (identifier_no...Mark Mitchell2-2/+9
2004-08-18re PR c++/16246 (Incorrect template argument deduction)Mark Mitchell2-50/+34
2004-08-18re PR c++/16215 (Bad error message when requesting member of non-aggregate type)Mark Mitchell2-8/+25
2004-08-17re PR c++/15871 (g++ does not honour -fkeep-inline-functions)Mark Mitchell2-1/+10
2004-08-17re PR c++/16965 (Confusing mismatch in error messages)Mark Mitchell6-28/+94
2004-08-16re PR c++/6749 (infinite loop with inheritance of abstract classes)Kriang Lerdsuwanakij4-19/+37
2004-08-16call.c (build_vfield_ref, [...]): Replace calls to build with calls to buildN.Roger Sayle17-325/+378
2004-08-15tree.h (build_int_cst): New.Nathan Sidwell13-59/+73
2004-08-12Fix typoMark Mitchell1-2/+3
2004-08-12re PR c++/16273 (Memory exhausted when using nested classes and virtual funct...Mark Mitchell2-58/+115
2004-08-12parser.c (cp_parser_asm_definition): Properly consume scope operator tokens p...Jan Beulich2-14/+13
2004-08-12re PR c++/16698 (ICE with exceptions and declaration of __cxa_throw)Mark Mitchell2-10/+14
2004-08-12re PR c++/16853 (pointer-to-member initialization from incompatible one accep...Mark Mitchell4-1/+22
2004-08-11re PR c++/16964 (ICE in cp_parser_class_specifier due to redefinition)Mark Mitchell3-2/+52
2004-08-11re PR c++/16971 (ICE on duplicate definition)Mark Mitchell2-1/+6
2004-08-07Make return in memory explicit.Jason Merrill1-3/+19
2004-08-06re PR c/13282 (A "-Wno..." switch to turn off "missing initializer" warnings)Richard Sandiford2-2/+7
2004-08-06expr.c (expand_expr_real_1): Remove.Paolo Bonzini2-3/+4
2004-08-06tree.c (handle_dll_attribute): Move here from i383/winnt.c.Mark Mitchell3-9/+29
2004-08-06g++spec.c (lang_specific_driver): An -Xlinker or -Wl, option means that libst...Geoffrey Keating2-1/+15
2004-08-05tree.h (force_fit_type): Return a tree, take three flags.Nathan Sidwell2-1/+7
2004-08-05re PR c/14516 (-fleading-underscore does not work correctly for file static v...Geoffrey Keating7-38/+35
2004-08-04Fix typo.Paul Brook1-1/+1
2004-08-04decl.c (complete_array_type): Don't gratuitously copy maxindex.Nathan Sidwell2-3/+5
2004-08-04target-def.h (TARGET_CXX_CDTOR_RETURNS_THIS): Define.Paul Brook7-31/+109
2004-08-04class.c (build_vtable): Do not set DECL_VISIBILITY here.Mark Mitchell9-160/+136
2004-08-02re PR c++/16707 (ICE with using)Mark Mitchell2-9/+16