]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/cp/semantics.c
hashtab.h: Update GTY annotations to new syntax
[thirdparty/gcc.git] / gcc / cp / semantics.c
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-03  Jason Merrillre PR c++/39608 ('expr' cannot appear in a constant...
2009-04-02  Dodji Seketelire PR c++/26693 (Access checks not performed for types...
2009-03-31  Jason MerrillC++ DR 613
2009-03-31  Jason MerrillPR c++/38030, 38850, 39070
2009-03-23  Jakub Jelinekre PR c/39495 (OMP parallel loop w/ unsigned index...
2009-03-17  Jason Merrilldecl.c (grokfndecl): Set DECL_CONTEXT on parms.
2009-03-17  Paolo Carlinire PR c++/39475 (c++0x type-traits should error out...
2009-03-09  Jakub Jelinekre PR c++/39371 (Incorrectly rejects switch((unsigned...
2009-03-05  Jason Merrillre PR c++/13549 (Problem compiling Boost.Python test)
2009-02-20  Jakub JelinekUpdate Copyright years for files modified in 2008 and...
2009-02-13  Jason Merrillre PR c++/39070 (ICE with typeof() (... and __decltype))
2009-02-09  Jason Merrillre PR c++/39109 (Accessible constructor required for...
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-08  Jakub Jelinekre PR c++/38725 (ICE with goto)
2008-12-30  Jakub Jelinekre PR c++/38640 (ICE with decltype of template value...
2008-12-28  Jakub Jelinekre PR c++/38650 (Trouble with volatile and #pragma...
2008-12-17  Jason Merrillsemantics.c (describable_type): New function.
2008-11-14  Jason Merrillre PR c++/38030 (name-lookup for non-dependent name...
2008-10-21  Richard Guenthersemantics.c (simplify_aggr_init_exprs_r): Remove.
2008-10-09  Jakub Jelinekre PR tree-optimization/37568 (ICE returning a struct)
2008-10-06  Aldy Hernandezc-decl.c (finish_decl): Pass input_location to build_un...
2008-09-30  Paolo Bonzinic-common.c (empty_if_body_warning): Remove.
2008-09-24  Aldy Hernandezc-common.c (fname_decl): New location argument.
2008-09-23  Jakub Jelinekre PR c++/37533 (ICE with parallel for loop)
2008-09-23  Aldy Hernandezc-tree.h: Add argument to c_objc_common_truthvalue_conv...
2008-09-16  Jakub Jelinekre PR c++/37531 (ICE with invalid array initialization)
2008-09-09  Paolo Bonzinic-common.c (c_expand_decl): Remove.
2008-08-27  Manuel López-Ibáñezre PR c++/17880 (-Wsequence-point doesn't warn inside...
2008-08-18  Manuel López-Ibáñezdiagnostics.c (permerror_at): Rename as permerror.
2008-08-07  H.J. Lusemantics.c (finish_decltype_type): Initialize type.
2008-08-07  Douglas Gregorsemantics.c (finish_decltype_type): Handle calls to...
2008-07-28  Richard Bienerbackport: ChangeLog.tuples: ChangeLog from gimple-tuple...
2008-07-21  Paolo Carlinire PR c++/36871 (__has_nothrow_copy(T) false for T...
2008-07-21  Paolo Carlinire PR c++/36870 (__has_nothrow_constructor violates...
2008-07-17  Paolo Carlinire PR c++/36855 (__has_trivial_destructor() returns...
2008-07-11  Dodji Seketelire PR c++/31754 (Improve column number accuracy in...
2008-07-02  Jason MerrillImplement WG21 N2672, Initializer List proposed wording
2008-06-21  Jonathan Wakelytypeck.c (composite_pointer_type_r, [...]): Change...
2008-06-11  Jakub Jelinekre PR c++/36408 (ICE with statement expression in template)
2008-06-06  Jakub Jelinekc-cppbuiltin.c (c_cpp_builtins): Change _OPENMP value...
2008-05-23  Jakub Jelinekre PR c++/36308 (OpenMP privatized vars don't get dtors...
2008-05-21  Jakub Jelinekre PR c++/36023 (ICE with cast to variable-sized object)
2008-05-12  Paolo Carlinire PR c++/35331 (ICE with invalid specialization of...
2008-04-22  Jason Merrillre PR c++/35316 (ICE with typeof/decltype and bit-fields)
2008-04-22  Jakub Jelinekre PR c++/35747 (ICE with undefined variable in stateme...
2008-04-09  Jason Merrillre PR c++/35708 (jump to label enters catch block)
2008-04-04  Paolo Bonzinifunction.c (free_after_parsing): Replace with cxx_push_...
2008-04-03  Jakub Jelinekre PR c++/35741 (ICE with offsetof and references)
2008-03-25  Douglas Gregortypeck.c (composite_pointer_type_r): Add SFINAE support.
2008-03-21  Paolo Carlinicp-tree.h (IS_AGGR_TYPE): Rename to MAYBE_CLASS_TYPE_P.
2008-03-10  Jakub Jelinekre PR c++/35328 (ICE with firstprivate variable with...
2008-03-10  Jakub Jelinekre PR c++/35337 (Broken diagnostic for firstprivate...
2008-02-19  Jakub Jelinekre PR c++/34964 (ICE with broken variable in #pragma...
2008-02-19  Jakub Jelinekre PR c++/35078 (ICE with reference in parallel for...
2008-02-12  Steven Bosscherre PR c++/29048 ("`x' is private" error duplicated...
2008-01-29  Douglas Gregorre PR c++/34055 (ICE with invalid specialization of...
2008-01-22  Jakub Jelinekre PR c++/34607 (ICE with invalid for loop after #pragm...
2008-01-15  Douglas Gregorre PR c++/34051 (ICE in dependent_type_p with variadic...
2008-01-15  Douglas Gregorre PR c++/34052 (Trouble with variadic templates as...
2008-01-08  Jakub Jelinekre PR c++/33890 (ICE in tsubst_copy with OpenMP)
2007-12-05  Jakub Jelinekre PR c++/34271 (ICE in invalid initialization of stati...
2007-11-29  Jakub Jelinekre PR c++/34267 (ICE applying __decltype to name of...
2007-11-18  Jakub Jelinekre PR c++/30988 (Incorrect "no return statement" warnin...
2007-11-11  Jakub Jelinekre PR c++/34068 (ICE using pseudo-destructor for invali...
2007-11-07  Douglas Gregorre PR c++/33045 ([c++0x] Incorrect decltype result...
2007-11-06  Douglas Gregorre PR c++/31439 (ICE with variadic template and broken...
2007-11-06  Jakub Jelinekre PR c++/33894 (pragma omp atomic broken)
2007-10-22  Jakub Jelinekre PR c++/33372 (segfault on incomplete code in openmp...
2007-09-20  Paolo Carlinire PR c++/33460 (ICE with static member in anonymous...
2007-09-11  Jan Hubickadecl.c (java_expand_body): Kill.
2007-09-06  Jan Hubicka* semantics.c (expand_body): Do not mark arguments...
2007-09-05  Paolo Carlinire PR c++/30302 (ICE with invalid member in anonymous...
2007-09-05  Jan Hubickasematics.c (expand_body): Remove unnecesary import_expo...
2007-08-28  Jason Merrillre PR c++/29000 (ICE on invalid use of template in...
2007-08-25  Kaveh R. Ghazic-common.c (vector_types_convertible_p, [...]): Constify.
2007-08-20  Richard Guenthertree.c (WALK_SUBTREE): Call walk_tree_1.
2007-08-15  Mark Mitchellsemantics.c (finish_omp_clauses): Strip a NOP_EXPR...
2007-08-02  Nick Cliftontypeck.c: Change copyright header to refer to version...
2007-07-30  Paolo Carlinire PR c++/32108 (ICE with __label__ outside of block...
2007-07-27  Douglas Gregortypeck.c (structural_comptypes): Compare DECLTYPE_TYPE...
2007-07-02  Jakub Jelinekre PR c++/31748 (bad diagnostic for invalid private...
2007-06-07  Jakub Jelinekre PR c++/32177 (g++ crashes on some valid OpenMP code)
2007-05-31  Paolo Carlinire PR c++/32158 (uninitialized_fill compile failure...
2007-05-25  H.J. Lusemantics.c (finish_member_declaration): Fix a typo...
2007-05-25  Douglas Gregorre PR c++/31431 (ICE with invalid parameter pack)
2007-05-11  Jan Hubickasemantics.c (expand_or_defer_fn): Do not call c_record_...
2007-04-26  Jakub Jelinekre PR c++/31598 (g++ does not accept some OpenMP code)
2007-04-25  Paolo Carlinisemantics.c (classtype_has_nothrow_copy_or_assign_p...
2007-03-30  Paolo Carlinire PR c++/26099 (support for type traits is not available)
2007-03-14  Dirk Muellerc-common.h (empty_body_warning): Rename to empty_if_bod...
2007-03-12  Mark Mitchellre PR c++/30328 (bit-field: unassemblable assembly...
2007-03-10  Douglas Gregorre PR c++/20599 (variadic template support)
2007-03-08  Volker Reicheltre PR c++/30852 (Trouble with __builtin_offsetof and...
2007-03-05  Volker Reichelttypeck2.c (readonly_error): Always emit a hard error.
2007-02-26  Mark Mitchellc-decl.c (static_ctors): Move to c-common.c.
2007-02-25  Mark Mitchellextend.texi: Document optional priority argument to...
2007-02-16  Andrew Pinskire PR c++/30158 (ICE with invalid statement-expressions)
next