]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/cp/pt.c
c-tree.h (TYPE_ACTUAL_ARG_TYPES): Use TYPE_LANG_SLOT_1.
[thirdparty/gcc.git] / gcc / cp / pt.c
2004-07-05  Nathan Sidwellc-tree.h (TYPE_ACTUAL_ARG_TYPES): Use TYPE_LANG_SLOT_1.
2004-07-03  Giovanni Bajore PR c++/14971 (better error message for partial speci...
2004-06-30  Per BothnerConditionally compile support for --enable-mapped_location.
2004-06-26  Richard Kennerc-common.c (c_safe_from_p, [...]): Deleted.
2004-06-24  Nathan Sidwellreformat, remove '^M's
2004-06-24  Mark MitchellMake-lang.in (cp/lex.o): Do not depend on cp/lex.h.
2004-06-22  Mark Mitchellcp-tree.def (NEW_EXPR): Add a fourth slot.
2004-06-22  Richard Kenneralias.c (adjust_offset_for_component_ref): Use componen...
2004-06-21  Richard Hendersonc-common.def (RETURN_STMT): Remove.
2004-06-20  Richard Hendersonc-common.h (add_decl_stmt): Move to cp-tree.h.
2004-06-19  Richard Hendersonc-common.c, c-common.h (lang_gimplify_stmt): Remove.
2004-06-17  Richard Hendersonc-common.def (COMPOUND_STMT): Remove.
2004-06-16  Geoffrey Keating* pt.c (mark_decl_instantiated): Don't call defer_fn.
2004-06-16  Richard Hendersonc-common.def (CASE_LABEL): Remove.
2004-06-16  Richard Hendersonc-common.def (ASM_STMT): Remove.
2004-06-16  Richard Hendersonc-common.def (GOTO_STMT, LABEL_STMT): Remove.
2004-06-16  Richard Hendersonc-common.c (lang_gimplify_stmt): Remove next_p argument.
2004-06-10  Jason Merrillre PR c++/15875 (rejects pointer to member in template)
2004-06-10  Mark Mitchellre PR c++/15227 (Trouble with invalid function definition)
2004-06-07  Mark Mitchellre PR c++/15337 (sizeof on incomplete type diagnostic)
2004-06-02  Matt AusternWhen a class template is explicitly instantiated, its...
2004-06-01  Kriang Lerdsuwanakijre PR c++/13092 (Accepts invalid pointer-to-member...
2004-05-31  Mark Mitchellre PR c++/15742 ('noreturn' attribute ignored in method...
2004-05-31  Kazu Hiratacall.c, [...]: Fix comment formatting.
2004-05-24  Geoffrey Keatingmethod.c (implicitly_declare_fn): Don't call defer_fn...
2004-05-23  Mark Mitchellre PR c++/15165 (ICE in instantiate_template)
2004-05-23  Gabriel Dos Reisclass.c (alter_access): Use %E format specifier to...
2004-05-22  Mark Mitchellre PR c++/15285 (instantiate_type ICE when forming...
2004-05-13  Diego NovilloMerge tree-ssa-20020619-branch into mainline.
2004-05-03  Giovanni Bajore PR c++/14389 (Out-of-line of overloaded template...
2004-04-30  Kazu Hirataclass.c, [...]: Fix comment typos.
2004-04-14  Jason Merrillrevert: re PR c++/13294 (namespace associations vs...
2004-04-05  Nathan Sidwellre PR c++/3518 (default conversion to pointer-to-functi...
2004-04-02  Nathan Sidwellre PR c++/14007 (Incorrect use of const partial special...
2004-03-30  Mark Mitchellre PR c++/14724 (Destructor not called on backwards...
2004-03-26  Jason Merrillre PR c++/13294 (namespace associations vs. specializat...
2004-03-20  Mark Mitchellcall.c (build_op_delete_call): Do not forget the placem...
2004-03-19  Giovanni Bajore PR c++/14545 (Cannot compile pooma-gcc (regression))
2004-03-18  Richard Kennertree.h (TREE_CHECK2, [...]): New macros.
2004-03-16  Mark Mitchellre PR c++/14586 (Bogus warning in templates about takin...
2004-03-12  Matt AusternEnabled linkonce support for Darwin.
2004-03-11  Kazu Hirata* call.c, cp-tree.h, pt.c: Fix comment typos.
2004-03-09  Giovanni Bajore PR c++/14409 (Accepts invalid function signature...
2004-03-02  Mark Mitchellre PR c++/14369 (errenous reject of well-formed code)
2004-03-02  Mark Mitchellre PR c++/14360 (Overeager argument dependent name...
2004-03-01  Mark Mitchellre PR c++/14324 (Multiple static definitions are not...
2004-03-01  Mark Mitchellre PR c++/14138 (100x -O0 C++ Compile Time Regression...
2004-02-26  Giovanni Bajore PR c++/14284 (Failure to select obvious template...
2004-02-20  Mark Mitchellre PR c++/14199 (Unjustified warning about unused variable)
2004-02-14  Kriang Lerdsuwanakijre PR c++/13635 (ICE in register_specialization for...
2004-02-13  Mark Mitchellcall.c (conversion_kind): New type.
2004-02-04  Mark Mitchellre PR c++/13969 (static const value rejected as templat...
2004-02-04  Giovanni Bajopt.c (more_specialized_class): Increase processing_temp...
2004-02-03  Mark Mitchellre PR c++/13975 (ICE on misplaced visibility specifier.)
2004-02-02  Mark Mitchellre PR c++/13113 (Nice warning about &(X::m) lost)
2004-02-02  Giovanni BajoFixed a typo.
2004-02-02  Giovanni Bajopt.c (tsubst_qualified_id): Improved error message...
2004-01-31  Kazu Hirataclass.c: Fix comment typos.
2004-01-26  Mark Mitchellclass.c (add_method): Just check processing_template_de...
2004-01-26  Mark Mitchellre PR c++/13833 (Conversion problem in template function)
2004-01-25  Kriang Lerdsuwanakijre PR c++/13797 (ICE on invalid template parameter)
2004-01-19  Mark Mitchellre PR c++/13592 (C++ parser regression)
2004-01-19  Mark Mitchellre PR c++/13635 (ICE in register_specialization for...
2004-01-15  Alexandre Olivaadd copyright 2004
2004-01-15  Alexandre Olivare PR c++/13659 (error: no matching function for call to)
2004-01-14  Jan Hubickare PR c++/12850 (memory consumption for heavy template...
2004-01-13  Giovanni Bajore PR c++/13474 (fail to compile non type argument...
2004-01-12  Kriang Lerdsuwanakijre PR c++/13289 (ICE in regenerate_decl_from_template...
2004-01-12  Jan Hubickapt.c (for_each_template_parm): Do not check for duplicates.
2004-01-10  Giovanni BajoDR 337 PR c++/9256
2004-01-08  Giovanni Bajore PR c++/12573 (ICE (segfault) with Boost.Python)
2003-12-25  Andrew PinskiPR c++/13268, c++/13339
2003-12-22  Mark Mitchellre PR c++/12862 (Conflicts Between typedefs/enums and...
2003-12-21  Kazu Hiratacall.c: Fix comment formatting.
2003-12-18  Jason Merrillre PR c++/12253 ([tree-ssa] ICE on conversion to std...
2003-12-18  Kriang Lerdsuwanakijre PR c++/13262 ("xxx is private within this context...
2003-12-15  Mark Mitchellre PR c++/13310 (Tree check error in dependent_template_p)
2003-12-15  Mark Mitchellre PR c++/13243 (Segfault on illegal template construct)
2003-12-13  Kazu HirataChangeLog: Fix typos.
2003-12-13  Kazu Hirataggc-zone.c: Follow spelling conventions.
2003-12-02  Giovanni Bajore PR c++/10126 (ICE in convert_nontype_argument on...
2003-12-02  Giovanni Bajore PR c++/12573 (ICE (segfault) with Boost.Python)
2003-11-22  Kriang Lerdsuwanakij* pt.c (tsubst) <ARRAY_REF>: Remove erroneous argument...
2003-11-22  Kriang Lerdsuwanakijre PR c++/5369 (template member friend declaration...
2003-11-21  Mark Mitchellre PR c++/12515 (Use of ?: operator in templated class...
2003-11-14  Giovanni Bajore PR c++/2094 (unimplemented: use of `ptrmem_cst'...
2003-11-11  Jason Merrillcp-tree.h (DECL_NAMESPACE_ASSOCIATIONS): New macro.
2003-11-05  Kriang Lerdsuwanakijre PR c++/11616 (Error message "instantiated from here...
2003-10-24  Nathan SidwellPR c++/12698, c++/12699, c++/12700, c++/12566
2003-10-22  Kazu Hiratacall.c: Fix comment formatting.
2003-10-20  Kriang LerdsuwanakijPR c++/9781, c++/10583, c++/11862
2003-10-18  Kriang Lerdsuwanakijre PR c++/12495 (ICE in cp/typeck.c:907)
2003-10-17  Kriang Lerdsuwanakijre PR c++/2513 (internal template template parameter...
2003-10-09  Jason Merrillstmt.c (resolve_asm_operand_names): Call check_unique_o...
2003-10-07  Giovanni Bajore PR c++/11097 (using template operator is broken)
2003-09-23  Gabriel Dos Reiscp-tree.h (scope_kind): Add new enumerator.
2003-09-22  Richard HendersonRevert DECL_SOURCE_LOCATION -> TREE_LOCUS change.
2003-09-21  Richard Hendersontree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION...
2003-09-21  Richard Hendersonc-format.c (gcc_diag_char_table): Add %J.
2003-09-20  Nathan Sidwellapparently managed not to commit the crucial part of...
next