re PR c++/60955 (Erroneous warning about taking address of register with std=c++1y)
[gcc.git] / gcc / cp / semantics.c
2014-12-18 Paolo Carlinire PR c++/60955 (Erroneous warning about taking address...
2014-12-12 Paolo Carlinire PR c++/59628 (ICE with invalid OpenMP "declare reduc...
2014-12-12 Jason MerrillRemove N3639 "array of runtime length" from -std=c...
2014-11-19 Jason Merrillre PR c++/57979 (G++ accepts constant expression define...
2014-11-14 Paolo Carlinisemantics.c (end_maybe_infinite_loop): Use fold_non_dep...
2014-11-11 Andi KleenAdd illegal cilk checks to C++ front.
2014-10-28 Andrew MacLeodcgraph.h: Flatten.
2014-10-20 Jason Merrillre PR c++/63601 (Segfault on usage of 'this' in unevalu...
2014-10-15 Paolo Carlinisemantics.c (is_instantiation_of_constexpr, [...])...
2014-10-12 Trevor Saundersmove many gc hashtab to hash_table
2014-10-10 Jason Merrill* semantics.c (finish_id_expression): Check for error_m...
2014-10-10 Jason Merrillre PR c++/63207 (ICE in expand_expr_real_l when instant...
2014-10-09 Paolo Carlinisemantics.c (check_constexpr_ctor_body_1): New.
2014-10-09 Jason Merrillre PR c++/63437 ([C++14] Parenthesized "movable but...
2014-10-06 Paolo Carlinire PR c++/55250 ([C++0x] enum declarations within const...
2014-10-03 Jason Merrilldecl.c (start_decl): Complain about static/thread_local...
2014-10-03 Jason Merrillsemantics.c (constexpr_fn_retval): Ignore declarations...
2014-09-30 Jason Merrillc-common.h (enum rid): Add RID_IS_TRIVIALLY_ASSIGNABLE...
2014-09-30 Jason Merrillc-common.h (enum rid): Add RID_IS_TRIVIALLY_COPYABLE.
2014-09-30 Jason Merrillc-common.h (enum rid): Remove RID_IS_CONVERTIBLE_TO.
2014-09-25 Jakub Jelinekre PR c++/63249 ([OpenMP] Spurious »set but not used...
2014-09-24 Marek Polacekre PR c/61405 (Not emitting "enumeration value not...
2014-09-22 Jason Merrillsemantics.c (finish_non_static_data_member): In diagnos...
2014-09-20 Jason Merrillre PR c++/61392 (internal compiler error: in write_temp...
2014-09-18 Jakub Jelinekre PR c++/63248 (Crash when OpenMP target's array secti...
2014-09-09 Jason Merrilltypeck.c (build_class_member_access_expr): Move -Winval...
2014-09-05 Jason Merrillre PR c++/62659 (Regression in template argument substi...
2014-09-02 Jakub Jelinekcilk-builtins.def (__cilkrts_cilk_for_32): New.
2014-08-27 Paolo Carlinire PR c++/52892 (Function pointer loses constexpr quali...
2014-08-26 Jason Merrillre PR middle-end/58624 (gcc internal compiler error...
2014-08-25 Martin LiskaIPA C++ refactoring 4/N
2014-08-23 Edward Smith-Rowlandcpplib.h (enum c_lang): Add CLK_GNUCXX1Z, CLK_CXX1Z...
2014-08-23 Jason MerrillAllow non-constexpr variable templates.
2014-08-09 Paolo Carliniinvoke.texi ([Wnarrowing]): Update for non-constants...
2014-08-08 Kai Tietzsemantics.c (expand_or_defer_fn_1): Check for keep...
2014-08-07 Trevor Saundersremove pointer-set.[ch]
2014-08-07 Jason Merrillre PR c++/61959 (ICE: in tree_to_uhwi, at tree.h:3657...
2014-08-07 Jason Merrillinit.c (build_vec_init): Fix constant initialization...
2014-08-05 Braden ObrzutImplement constexpr variable templates
2014-08-02 Trevor Saundersconvert many uses of pointer_map to hash_map
2014-08-02 Trevor Saundersadd a hash_set based on hash_table
2014-07-14 Jason Merrillre PR c++/58511 ([c++11] ICE using static const member...
2014-07-10 Jason Merrillre PR c++/61661 (Bogus error: ‘const Outer::Foo{&Outer...
2014-06-30 Jason Merrillsemantics.c (simplify_aggr_init_expr): Remove remnants...
2014-06-27 Paolo Carlinire PR c++/61614 (Bogus error: taking address of tempora...
2014-06-25 Jakub Jelineklanghooks-def.h (LANG_HOOKS_OMP_CLAUSE_LINEAR_CTOR...
2014-06-24 Trevor SaundersRemove a layer of indirection from hash_table
2014-06-15 Jan Hubickac-common.c (handle_tls_model_attribute): Use set_decl_t...
2014-06-04 Jason Merrillre PR c++/51253 ([C++11][DR 1030] Evaluation order...
2014-06-03 Marek Polacekre PR c/60439 (No warning for case overflow in switch...
2014-06-02 Ville Voutilainenre PR c++/59483 (A nested lambda fails to find a protec...
2014-06-02 Andrew MacLeodexpr.h: Remove prototypes of functions defined in built...
2014-05-30 Jason Merrillre PR c++/60992 (ICE in tsubst_copy, at cp/pt.c:12637)
2014-05-23 Thomas SchwingeRemove duplicated variable initialization.
2014-05-21 Richard Sandifordtree.def (VOID_CST): New.
2014-05-17 Trevor Saundersuse templates instead of gengtype for typed allocation...
2014-05-13 Jason Merrillre PR c++/61151 (ICE with lambda)
2014-05-09 Momchil Velikovre PR c++/60463 (Lambda function can call a non-const...
2014-05-02 Jason Merrillre PR c++/60992 (ICE in tsubst_copy, at cp/pt.c:12637)
2014-04-23 Dinar TemirbulatovFix for c++/PR57958
2014-04-11 Jason MerrillDR 1030 PR c++/51253
2014-04-04 Paolo Carlinire PR c++/58207 (ICE in sort_constexpr_mem_initializers...
2014-04-04 Patrick Palkare PR c++/44613 (Declaring an array with non-constant...
2014-03-28 Adam Butcherre PR c++/60573 ([c++1y] ICE with defining generic...
2014-03-25 Jakub Jelinekre PR c++/60331 (ICE with OpenMP #pragma omp declare...
2014-03-13 Paolo Carlinire PR c++/60254 ([c++11] ICE with non-const expression...
2014-03-11 Paolo Carlinire PR c++/60389 ([c++11] ICE with inheriting constructo...
2014-03-07 Jason Merrillcp-tree.h (REF_PARENTHESIZED_P): New.
2014-03-07 Jason Merrilldecl.c (create_array_type_for_decl): Only warn about...
2014-03-05 Jason Merrillre PR c++/60409 ([c++1y] ICE on valid with template...
2014-03-05 Jason Merrillre PR c++/60361 (unexpected 'use of parameter outside...
2014-03-01 Paolo Carlinimethod.c (implicitly_declare_fn): Remove redundant...
2014-03-01 Jason Merrillre PR c++/60379 (pugixml build failure caused by r207001)
2014-02-25 Jason Merrillre PR c++/55877 (Anon visibility issues)
2014-02-21 Jason Merrillre PR c++/60108 ([C++11] ICE in use_thunk, at cp/method...
2014-02-20 Kai Tietzre PR c++/58835 (ICE with __PRETTY_FUNCTION__ in broken...
2014-02-18 Paolo Carlinire PR c++/60225 ([c++11] ICE initializing constexpr...
2014-01-29 Paolo Carlinire PR c++/58702 (ICE with undeclared variable in OpenMP...
2014-01-28 Jason Merrillre PR c++/58701 ([c++11] ICE initializing member of...
2014-01-23 Jason Merrillre PR c++/55189 (enable -Wreturn-type by default)
2014-01-23 Jakub Jelinekre PR middle-end/58809 (ICE with complex variable in...
2014-01-15 Jason Merrillre PR c++/59659 (large zero-initialized std::array...
2014-01-07 Paolo Carlinisemantics.c (trait_expr_value, [...]): Implement the...
2014-01-03 Paolo CarliniCore DR 1442 PR c++/59165
2014-01-02 Richard SandifordUpdate copyright years in gcc/
2013-12-23 Jason Merrillre PR c++/41090 (Using static label reference in c...
2013-12-20 Trevor Saundersmerge auto_vec and stack_vec
2013-12-11 Balaji V. IyerAdded Compiler Support for _Cilk_spawn and _Cilk_sync...
2013-11-28 Jakub Jelinekre PR c++/59297 (ICE: openmp atomic with indirect LHS)
2013-11-27 Paolo Carlinire PR c++/58647 (ICE with function pointer)
2013-11-27 Aldy Hernandezcgraph.h (enum cgraph_simd_clone_arg_type): New.
2013-11-27 Tom de VriesDon't create out-of-bounds BIT_FIELD_REF.
2013-11-25 Paolo Carlinire PR c++/58607 ([c++11] ICE with undeclared variable...
2013-11-22 Andrew MacLeodgimple.h: Remove all includes.
2013-11-22 David MalcolmRemove macros that implicitly use input_location
2013-11-22 Trevor Saundersadd auto_vec
2013-11-19 Diego NovilloFactor unrelated declarations out of tree.h.
2013-11-18 Richard Sandifordc-common.c, [...]: Replace tree_low_cst (..., 0) with...
2013-11-18 Richard Sandifordcuintp.c: Replace host_integerp (..., 0) with tree_fits...
2013-11-16 Paolo Carlinire PR c++/29143 (address-of overloaded function does...
next