aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
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
2004-07-20cp-tree.def (TINST_LEVEL): Make it an 'x' node.Steven Bosscher8-11/+59
2004-07-20* parser.c (cp_parser_simple_type_specifier): Fix typo.Mark Mitchell2-2/+5
2004-07-20re PR c++/16637 (syntax error on valid input code)Mark Mitchell2-2/+11
2004-07-20re PR c++/16175 (Wrong type reported in diagnostic)Kriang Lerdsuwanakij2-0/+7
2004-07-20re PR c++/16623 (g++ ICE in tsubst_decl:6081)Mark Mitchell5-4/+26
2004-07-20tree.h (binfo_member): Remove.Nathan Sidwell3-17/+3
2004-07-20cp-tree.h (struct lang_type_class): Remove vfields field.Nathan Sidwell4-59/+21
2004-07-20tree.h: Include vec.hNathan Sidwell13-295/+195
2004-07-20c-common.h (check_case_value): Remove prototype.Steven Bosscher3-13/+17
2004-07-20Revert patch for PR c++/16623.Mark Mitchell4-14/+6
2004-07-20Remove DOS style trailing Carriage ReturnsKelley Cook2-2/+6
2004-07-19re PR c++/16623 (g++ ICE in tsubst_decl:6081)Mark Mitchell4-2/+25
2004-07-19vec.h: Propagate location information properly.Nathan Sidwell7-93/+105
2004-07-19re PR c++/12170 (ICE in cp_type_quals)Kriang Lerdsuwanakij2-4/+9
2004-07-19c-tree.h (struct c_expr): Define.Joseph Myers2-1/+12