]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/cp/pt.c
re PR c++/37177 ([c++0x] ICE on decltype(rel_ops::operator><int>);)
[thirdparty/gcc.git] / gcc / cp / pt.c
2009-10-08  Jason Merrillre PR c++/37177 ([c++0x] ICE on decltype(rel_ops::opera...
2009-10-07  Jason Merrillre PR c++/39863 ([c++0x] variadic templates : wrong...
2009-10-01  Jason Merrillpt.c (register_specialization): Push DECL_SOURCE_LOCATI...
2009-10-01  Martin Jamborre PR c++/41503 (function_parameter_expanded_from_pack_...
2009-10-01  Gabriel Dos Reistree.h (tree_decl_common::lang_flag_8): New.
2009-09-30  Jason Merrillmerge in cxx0x-lambdas-branch@152308
2009-09-22  Dodji Seketelire PR debug/41266 (Emit DW_TAG_template_parameter_pack...
2009-09-18  Jason Merrillc.opt: Add -fno-deduce-init-list.
2009-09-14  Richard Hendersonbuiltins.c (expand_builtin_synchronize): Use gimple_bui...
2009-09-01  Dodji SeketeliFix bootstrap after patch PR debug/30161
2009-08-31  Dodji SeketeliEmit DWARF for template parameters (PR debug/30161)
2009-08-24  Jason Merrillre PR c++/41109 (Argument flagged as unused despite...
2009-08-16  Jason MerrillMake TREE_USED match the [basic.def.odr] concept for...
2009-08-10  Jason MerrillImplement DR 757...
2009-08-04  Dodji Seketelire PR c++/39987 (Rejects default argument that is a...
2009-07-29  Jason Merrillre PR c++/14912 (Do not print default template argument...
2009-07-16  Aldy Hernandezre PR c/40435 (Revision 148442 caused many regressions...
2009-07-09  Simon Martinpt.c (perform_typedefs_access_check, [...]): Use CLASS_...
2009-07-09  Dodji Seketelire PR c++/40684 (ICE in tsubst)
2009-07-07  Jason Merrillre PR c++/35828 ([C++0x] ICE on default template templa...
2009-07-07  Manuel López-Ibáñezcgraphunit.c: Replace %J by an explicit location.
2009-07-06  Simon Martinre PR c++/40557 (ICE with template union)
2009-07-05  Jason Merrillpt.c (retrieve_specialization): Don't get confused...
2009-07-04  Jason Merrillre PR c++/40619 ([c++0x] ICE on repeated decltype expre...
2009-07-04  Jason Merrillcp-tree.h (struct lang_decl): Overhaul.
2009-07-02  Jason MerrillUse hash tables for template specialization lookup.
2009-07-02  Jason Merrillpt.c (register_specialization): Use duplicate_decls...
2009-06-30  Jason Merrillre PR c++/40595 ([C++0x] ICE trying to use sfinae with...
2009-06-24  Jason Merrillpt.c (lookup_template_class): Use currently_open_class...
2009-06-18  Aldy Hernandezclass.c (get_vtable_decl): Replace finish_decl with...
2009-06-16  Ian Lance Taylorc-common.c (skip_evaluation): Don't define.
2009-06-12  Aldy Hernandezjava-gimplify.c (java_gimplify_block): New argument...
2009-06-07  Ian Lance Taylorextend.texi (Attribute Syntax): Document that C++ label...
2009-06-02  Simon Martinre PR c++/38089 (g++ crash on invalid code)
2009-05-28  Dodji SeketeliFix for PR c++/PR39754
2009-05-26  Dodji Seketelire PR c++/40007 (specialization causes access problem...
2009-05-25  Jason Merrillre PR c++/38064 ([c++0x] operator== doesn't work for...
2009-05-21  Ian Lance Taylortree.c (build_tree_list_vec_stat): New function.
2009-05-17  Jason Merrillre PR c++/40139 (ICE on invalid use of destructor)
2009-05-06  Dodji Seketelire PR c++/17395 (Incorrect lookup for parameters)
2009-05-05  Jakub Jelinekre PR c++/40013 (ICE when creating a local array with...
2009-04-23  Dodji Seketelire PR c++/38228 (ICE with invalid use of bound member...
2009-04-22  Taras Glekhashtab.h: Update GTY annotations to new syntax
2009-04-20  Ian Lance TaylorFix enum conversions which are invalid in C++:
2009-04-20  Ian Lance Taylorcp-tree.h (base_access): Change typedef to int.
2009-04-13  Jason Merrillre PR c++/39750 (ICE in uses_template_parms, at cp...
2009-04-08  Jason Merrillre PR c++/34691 (Default argument checking not performe...
2009-04-06  Jason Merrillre PR c++/35146 (weird error in template function speci...
2009-04-04  Jason Merrillre PR c++/25185 (deep typedef substitution in error...
2009-04-03  Jason Merrillre PR c++/39608 ('expr' cannot appear in a constant...
2009-04-02  Jason Merrillre PR c++/25185 (deep typedef substitution in error...
2009-04-02  Dodji Seketelire PR c++/26693 (Access checks not performed for types...
2009-03-31  Jason MerrillPR c++/38030, 38850, 39070
2009-03-23  Jason Merrillpt.c (make_fnparm_pack): Split out from...
2009-03-21  Jason Merrillre PR c++/28879 (ICE with VLA in template function)
2009-03-17  Jason Merrilldecl.c (grokfndecl): Set DECL_CONTEXT on parms.
2009-03-04  Jason Merrillre PR c++/9634 ([DR224] Injected class name as qualifie...
2009-02-24  Richard Guentherre PR c++/39242 (Inconsistent reject / accept of code)
2009-02-23  H.J. Lure PR c++/36411 (ICE with invalid template template...
2009-02-23  Jason Merrillpt.c (unify): Call maybe_adjust_types_for_deduction...
2009-02-13  Jason Merrillre PR c++/39070 (ICE with typeof() (... and __decltype))
2009-02-12  Jason Merrillre PR c++/38950 (ICE: deducing function template argume...
2009-02-10  Paolo Carlinire PR c++/34397 (ICE on invalid default template parameter)
2009-02-03  Paolo Bonzinire PR c++/36897 (ICE with function pointer template...
2009-01-22  Dodji SeketeliReverted commit 143546 related to PR c++/26693
2009-01-21  Dodji Seketelire PR c++/26693 (Access checks not performed for types...
2009-01-16  Jason Merrillre PR c++/29470 (Using declaration access semantics...
2009-01-16  Jason Merrillre PR c++/38850 (Cannot find inline friend function...
2009-01-15  Steve Ellceyre PR c++/38357 (ICE cc1plus (Segmentation fault))
2009-01-12  Dodji Seketelire PR c++/36019 (template parameter does not hide class...
2009-01-07  Jason Merrillre PR c++/35297 (Compiling error with variadic template...
2008-12-27  Jakub Jelinekre PR c++/38639 (ICE with invalid use of auto in parall...
2008-12-03  Jason Merrillre PR c++/38380 (explicitly defaulted constructors...
2008-12-01  Jakub Jelinekre PR c++/38257 (ICE with auto and #pragma omp parallel)
2008-11-28  Jason Merrillre PR c++/38233 ('map' value type + new uninitted const...
2008-11-20  Dodji Seketelire PR c++/37142 (ICE: in dependent_type_p, at cp/pt...
2008-11-19  Dodji Seketelire PR c++/35405 (Internal compiler error)
2008-11-19  Jason Merrillre PR c++/37256 (extern template / explicit instantiati...
2008-10-14  Paolo Carlinire PR c++/37650 (ICE with broken default template param...
2008-09-13  Jan Hubickare PR middle-end/37500 (libstdc++ failed to compile...
2008-09-09  Jason Merrillre PR c++/37439 (ICE using auto return-type in template...
2008-09-08  Jason Merrillre PR c++/37302 (function parameters are declared too...
2008-09-01  Aldy Hernandeztree.c (protected_set_expr_location): New.
2008-09-01  Jason MerrillImplement late-specified return type using 'auto'.
2008-08-30  Jason Merrillre PR c++/37288 (ICE using auto as function return...
2008-08-30  Jason MerrillImplement C++0x 'auto' semantics.
2008-08-26  Douglas Gregorc-common.c (do_switch_warnings): Look through the CONST...
2008-08-21  Manuel López-Ibáñezdiagnostic.c (pedwarn_at): Rename as pedwarn.
2008-08-20  Manuel López-Ibáñezdiagnostic.c (inform): Add an explicit location_t param...
2008-08-18  Manuel López-Ibáñezdiagnostics.c (permerror_at): Rename as permerror.
2008-08-14  Paolo Carlinire PR c++/34485 (ICE with undefined type in template...
2008-08-04  Jason Merrillre PR c++/37006 (explicitly deleted inline function...
2008-07-29  Jan Hubickaoptimize.c (maybe_clone_body): Remove DECL_INLINE.
2008-07-25  Jan Hubickatypeck.c (inline_conversion): Remove.
2008-07-25  Jan Hubickacgraphbuild.c (record_reference): Drop non-unit-at...
2008-07-23  Manuel López-Ibáñezre PR c/35058 (-Werror= works only with some warnings)
2008-07-21  Ralf Wildenhuesobjc-act.c: Fix comment typos.
2008-07-21  Rafael Avila de... Makefile.in: Replace toplev.h with TOPLEV_H.
2008-07-18  Kaveh R. Ghazicvt.c (convert_to_void): Avoid C++ keywords.
2008-07-11  Dodji Seketelire PR c++/31754 (Improve column number accuracy in...
next