Do not update SSA in lto-stremaer-in
[gcc.git] / gcc / cp / decl2.c
2019-11-28 Jakub Jelinekre PR c++/92695 (P1064R0 - virtual constexpr fails...
2019-11-12 Jason MerrillImplement P1946R0, Allow defaulting comparisons by...
2019-11-05 Jason MerrillImplement C++20 operator<=>.
2019-11-05 Jason MerrillCatch missed uses of function with unsatisfied constraints.
2019-10-30 Marek PolacekPR c++/92134 - constinit malfunction in static data...
2019-10-24 Jakub Jelinekgimplify.h (omp_construct_selector_matches): Declare.
2019-10-11 Jason MerrillPreserve the location of explicitly defaulted functions.
2019-10-11 Jakub Jelinekre PR c++/91987 (-fstrict-eval-order issues)
2019-10-07 Paolo Carlinicall.c (resolve_args): Use cp_expr_loc_or_input_loc...
2019-09-06 Nathan Sidwell[C++ PATCH] Reserve a decl_lang bit
2019-09-06 Martin LiskaRemove support for repo files (PR c++/91125).
2019-08-23 Jason MerrillFix handling of namespace-scope undeduced auto decls.
2019-08-23 Marek PolacekPR c++/79817 - attribute deprecated on namespace.
2019-08-14 Paolo Carlinidecl.c (grokdeclarator): Use id_loc and EXPR_LOCATION...
2019-08-05 Paolo Carlinicp-tree.h (cp_expr_loc_or_input_loc): New.
2019-07-31 Paolo Carlinidecl2.c (delete_sanity): Improve diagnostic locations...
2019-07-08 Jakub Jelinekre PR c++/91110 (ICE: tree check: expected class 'type...
2019-07-04 Andrew StubbsImprove OpenMP map diagnostics.
2019-06-23 Marek PolacekRename DEFAULT_ARG to DEFERRED_PARSE.
2019-05-21 Eric Botcazouc-ada-spec.h (enum cpp_operation): Add IS_ASSIGNMENT_OP...
2019-05-17 Martin Sebortrans.c (check_inlining_for_nested_subprog): Quote...
2019-05-10 Paolo Carlinicall.c (build_call_a): Use FUNC_OR_METHOD_TYPE_P.
2019-03-22 Jakub Jelinekre PR c++/60702 (thread_local initialization)
2019-03-11 Martin LiskaWrap option names in gcc internal messages with %<...
2019-03-08 Jakub Jelinekre PR tree-optimization/89550 (Spurious array-bounds...
2019-02-21 Jason MerrillPR c++/87921 - wrong error with inline static data...
2019-02-21 Jakub Jelinekre PR c++/89403 (ICE in maybe_clone_body, at cp/optimiz...
2019-01-25 Paolo Carlinire PR c++/88969 (ICE in build_op_delete_call, at cp...
2019-01-15 Paolo Carlinidecl.c (start_decl): Improve error location.
2019-01-14 Marek PolacekPR c++/88830 - ICE with abstract class.
2019-01-14 Martin LiskaFix location of tls_wrapper_fn (PR gcov-profile/88263).
2019-01-12 Paolo Carlinidecl.c (cp_finish_decl): Improve error location.
2019-01-11 Tobias BurnusPR C++/88114 Gen destructor of an abstract class
2019-01-01 Jakub JelinekUpdate copyright years.
2018-12-27 Martin LiskaUse proper location for tls_init function (PR c++/88263).
2018-12-11 Marek PolacekPR c++/86608 - reading constexpr volatile variable.
2018-12-07 Paolo Carlinidecl2.c (grokbitfield): Use DECL_SOURCE_LOCATION in...
2018-12-06 Jason MerrillPR c++/88136 - -Wdeprecated-copy false positives
2018-12-06 David MalcolmC++: improvements to diagnostics using %P (more PR...
2018-12-06 Paolo Carlinidecl2.c (grokbitfield): Use DECL_SOURCE_LOCATION in...
2018-11-21 Martin Seborc-parser.c (c_parser_has_attribute_expression): New...
2018-11-19 Paolo Carlinidecl2.c (grokfield): Remove obsolete _vptr check; fix...
2018-11-13 Jason MerrillImplement P0315R4, Lambdas in unevaluated contexts.
2018-11-13 Jason Merrilldecl2.c (min_vis_expr_r, [...]): New.
2018-11-13 Jason MerrillImplement P0722R3, destroying operator delete.
2018-11-01 Nathan Sidwell[ABI PATCH] static anonymous unions of function scope
2018-08-20 David MalcolmAdd support for grouping of related diagnostics (PR...
2018-07-18 Richard Bienerre PR debug/86523 (ICE in gen_member_die, at dwarf2out...
2018-07-12 Jakub Jelinekc-attribs.c (c_common_attribute_table): Add "omp declar...
2018-06-28 Jason MerrillPR c++/86342 - -Wdeprecated-copy and system headers.
2018-06-14 Marek Polacekre PR c++/86063 (g++ ICE at tree check: expected tree_...
2018-06-14 Paolo Carlinidecl.c (duplicate_decls): Use DECL_SOURCE_LOCATION...
2018-06-12 Paolo Carlinidecl2.c (coerce_new_type, [...]): Add location_t parame...
2018-05-28 Bernd Edlingersplay-tree.h (splay_tree_compare_strings, [...]): Decla...
2018-05-24 Paolo Carlinicp-tree.h (INDIRECT_TYPE_P): New.
2018-05-18 Jason MerrillPR c++/58407 - deprecated implicit copy ops.
2018-05-15 Paolo Carlinicp-tree.h (DECL_MAYBE_IN_CHARGE_CDTOR_P): New.
2018-05-14 Jason MerrillHandle TYPE_HAS_LATE_RETURN_TYPE like ref-qualifier...
2018-05-14 Paolo Carlinicp-tree.h (TYPE_REF_P): New.
2018-05-10 Eric Botcazoure PR c++/85400 (invalid Local Dynamic TLS relaxation...
2018-05-07 Jason MerrillPR c++/85646 - lambda visibility.
2018-04-05 Jason MerrillPR c++/84665 - ICE with array of empty class.
2018-04-04 Jason MerrillPR c++/84221 - bogus -Wunused with attribute and template.
2018-04-04 Alexandre Oliva[PR c++/84943] mark function as used when taking its...
2018-03-28 Alexandre Oliva[PR c++/84973] don't defer output of uninstantiated...
2018-03-21 Nathan Sidwell[PR c++/85008] ICE looking for clone
2018-03-05 Pádraig Brady[PR c++/84497] ref to undefined tls init
2018-02-14 Nathan Sidwell[C++ PATCH]: instantiation via vtable marking
2018-01-30 Jason MerrillPR c++/84091 - ICE with local class in lambda in template.
2018-01-22 Jason MerrillPR c++/83720 - different fix
2018-01-22 Jason MerrillPR c++/83720 - ICE with lambda and LTO.
2018-01-03 Jakub JelinekUpdate copyright years.
2017-12-19 Martin SeborPR c++/83394 - always_inline vs. noinline no longer...
2017-12-18 Jakub Jelinekre PR c++/83300 (Segmentation fault with template and...
2017-12-14 Bernd Edlingerinvoke.texi: Document -Wcast-function-type.
2017-12-07 Martin SeborPR c/81544 - attribute noreturn and warn_unused_result...
2017-12-06 Jakub Jelinekre PR c++/80259 (ICE deleting friend function)
2017-11-20 Jason MerrillAvoid duplicate visibility warning.
2017-11-16 Nathan Sidwell[PATCH] New lang hook
2017-11-06 Paolo Carlinire PR c++/65579 ([C++11] gcc requires definition of...
2017-10-31 Nathan Sidwell[C++ PATCH] overloaded operator fns [2/N]
2017-10-31 Nathan Sidwell[C++ PATCH] overloaded operator fns [1/N]
2017-10-11 Nathan Sidwell[PATCH] DECL_ASSEMBLER_NAME and friends
2017-10-10 Nathan Sidwell[C++ PATCH] Hash mangling alias
2017-10-06 Paolo Carlinire PR c++/47791 (finish function is using literal value...
2017-10-05 Nathan Sidwell[C++ PATCH] Kill IDENTIFIER_GLOBAL_VALUE
2017-10-05 Nathan SidwellRe: [C++ PATCH] Move mangling alias out of ::
2017-10-04 Nathan Sidwell[C++ PATCH] Move mangling alias out of ::
2017-09-29 Jakub JelinekP0683R1 - default member initializers for bit-fields
2017-09-29 Jakub Jelinekc-attribs.c (handle_packed_attribute): Test DECL_C_BIT_...
2017-09-28 Jason MerrillPR c++/56973, DR 696 - capture constant variables only...
2017-09-15 Manuel López-Ibáñezre PR c++/64644 ("warning: anonymous union with no...
2017-09-06 Nathan Sidwellclass.c (warn_hidden): Don't barf on non-functions.
2017-09-06 Nathan Sidwellname-lookup.h (lookup_fnfields_slot_nolazy, [...])...
2017-08-25 Nathan SidwellConversion operators have a special name
2017-08-18 H.J. LuAdd warn_if_not_aligned attribute
2017-08-11 Martin LiskaIntroduce TARGET_SUPPORTS_ALIASES
2017-08-09 Jason MerrillPR c++/81359 - Unparsed NSDMI error from SFINAE context.
2017-07-21 Nathan SidwellRemove TYPE_METHODS.
2017-07-12 Nathan Sidwellcp-tree.h (DECL_CONSTRUCTOR_P, [...]): Look at identifi...
next