diagnostics.c (permerror_at): Rename as permerror.
[gcc.git] / gcc / cp / semantics.c
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)
2007-02-15 Sandra Loosemoretree.h (enum tree_code_class): Add tcc_vl_exp.
2007-02-05 Paolo Bonzinicp-tree.h (OMP_ATOMIC_CODE): Delete.
2007-01-28 Andrew Pinskire PR c++/28988 (g++ does not check first type name...
2007-01-05 Manuel López-Ibáñezre PR c/19978 (overflow in expression of constants...
2007-01-02 Ian Lance Taylorc-common.c (c_common_truthvalue_conversion): When warni...
2006-12-16 Simon Martinre PR c++/29475 (incomplete template diagnostics.)
2006-11-21 Douglas Gregorcp-tree.def (STATIC_ASSERT): New.
2006-11-20 Simon Martinre PR c++/29475 (incomplete template diagnostics.)
2006-10-02 Mark Mitchellre PR c++/29105 (segfault in add_candidates with a...
2006-09-07 Zak Kiplingre PR c++/26195 (pragma interface no longer handles...
2006-09-01 Nathan Sidwellre PR c++/28705 (ICE: in type_dependent_expression_p...
2006-08-26 Mark Mitchellre PR c++/28588 (static private function)
2006-08-21 Jason Merrillre PR c++/27115 (ICE in cp_expr_size or miscompilation...
2006-08-17 Paolo Bonzini[multiple changes]
2006-08-01 Daniel Jacobowitzre PR debug/23336 (enum constants not visible to gdb...
2006-07-23 Mark Mitchellre PR c++/28025 (multiple template friend compile error)
2006-07-21 Volker Reicheltre PR c++/28363 (Default template parameter causes...
2006-07-19 Mark Mitchellre PR c++/28048 (ICE on accessing member of dependent...
2006-07-15 Volker Reicheltre PR c++/28294 (ICE with invalid use of __builtin_offs...
2006-07-12 Jason Merrillre PR c++/28217 (ICE in tree_int_cst_sgn)
2006-07-07 Lee Millwardre PR c++/27820 (ICE with duplicate label)
2006-06-30 Jason Merrillre PR c++/26905 (default-visibility class symbol improp...
2006-06-15 Mark Mitchellre PR c++/26559 (ICE with __builtin_constant_p in templ...
2006-06-12 Volker Reicheltre PR c++/27601 (ICE (in fold_offsetof_1, at c-common...
2006-06-07 Volker Reicheltre PR c++/27601 (ICE (in fold_offsetof_1, at c-common...
2006-06-06 Mike StumpFix up whitespacing
2006-06-05 Mark Mitchellre PR c++/27819 (ICE casting static const variables)
2006-05-25 Mark Mitchellre PR c++/20103 (ICE in create_tmp_var with C99 style...
2006-05-19 Mark Mitchellre PR c++/26433 (Syntax error using __FUNCTION__ in...
2006-05-17 Jakub Jelinekre PR c++/27491 (ICE on variable initialization)
2006-05-16 Mark Mitchellre PR c++/27339 (out-of-class definition of value templ...
next