aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
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
2004-08-02re PR c++/16224 (internal compiler error: in write_unscoped_name (template/na...Mark Mitchell3-83/+99
2004-08-02Fix typos in ChangeLog.Mark Mitchell1-2/+2
2004-08-02Fix typo in ChangeLogMark Mitchell1-1/+1
2004-08-02re PR c++/16338 (ICE when throwing a compound literal)Mark Mitchell7-34/+76
2004-08-01call.c (z_candidate::template_decl): Rename from template.Gabriel Dos Reis2-7/+14
2004-07-29c-common.h (lang_post_pch_load): New variable.Mark Mitchell13-757/+963
2004-07-28c-common.c (c_common_unsafe_for_reeval): Delete.Eric Christopher3-118/+119
2004-07-28cp-tree.h (struct tree_pair_s): New.Nathan Sidwell3-19/+44
2004-07-27pt.c, typeck.c: Remove spurious carriage returns.Kelley Cook3-3/+7
2004-07-27re PR c++/14429 (valid template template argument rejected)Kriang Lerdsuwanakij2-4/+15
2004-07-26g++spec.c (LIBSTDCXX_PROFILE): Default to LIBSTDCXX.Geoffrey Keating2-5/+15
2004-07-26tree.h (BINFO_BASE_ACCESSES): Accesses are a VEC(tree).Nathan Sidwell4-17/+18
2004-07-25Remove DOS line endingsGiovanni Bajo1-21/+21
2004-07-25re PR c++/9283 (__attribute__((visibility ("hidden"))) not supported for clas...Niall Douglas7-12/+106
2004-07-25decl.c: Rename all identifiers named `class' to `cl'.Bernardo Innocenti3-8/+16
2004-07-25cp-tree.h (TYPE_SET_PTRMEMFUNC_TYPE): Use GGC_CNEW.Gabriel Dos Reis8-30/+53
2004-07-25c-decl.c (start_function): Set DECL_ARTIFICIAL and DECL_IGNORED_P on the RESU...Richard Henderson3-4/+16
2004-07-23cp: * search.c (lookup_conversion_operator): Avoid two loops.Nathan Sidwell2-83/+325
2004-07-22* pt.cNathan Sidwell2-0/+8
2004-07-21builtins.c (expand_builtin_setjmp_receiver): Fix comment for code removal.Eric Christopher2-208/+218
2004-07-21c-common.c (vector_types_convertible_p): Use vector types' TYPE_SIZE and TREE...Paolo Bonzini2-2/+12
2004-07-21re PR c++/14497 (Accepts invalid specialization of member template missing "t...Giovanni Bajo2-29/+17
2004-07-21re PR c++/509 (G++ forbids template specialization as ambiguous)Giovanni Bajo2-4/+59