Do not update SSA in lto-stremaer-in
[gcc.git] / gcc / cp / semantics.c
2019-11-29 Jakub Jelinekre PR c++/60228 (ICE using lambda in #pragma omp declar...
2019-11-27 Andrew Suttonre PR c++/92236 ([concepts] Explain non-satisfaction...
2019-11-27 Andrew SuttonDiagnose certain constraint errors as hard errors,...
2019-11-25 Paolo Carlinitypeck.c (cp_build_indirect_ref_1): Add location_t...
2019-11-19 Jakub Jelinekre PR c++/92504 (ICE on gcc-9 -fopenmp: internal compil...
2019-11-11 Jakub Jelinekc-parser.c (c_parser_translation_unit): Diagnose declar...
2019-11-01 Jakub JelinekPR c++/88335 - Implement P1073R3: Immediate functions
2019-10-14 Jakub Jelinekre PR c++/92084 (ICE: tree check: expected tree that...
2019-10-11 Jakub Jelinekre PR c++/91987 (-fstrict-eval-order issues)
2019-10-09 Jason MerrillUpdate the concepts implementation to conform to C...
2019-09-27 Jakub Jelinekre PR c++/88203 (assert does not compile with OpenMP...
2019-09-15 Jason MerrillChange C++ to C comments.
2019-08-31 Jason MerrillAdd source location to TRAIT_EXPR.
2019-08-28 Marek PolacekPR c++/81676 - bogus -Wunused warnings in constexpr if.
2019-08-28 Marek PolacekPR c++/91428 - warn about std::is_constant_evaluated...
2019-08-24 Paolo Carlinisemantics.c (finish_switch_cond): Improve error message...
2019-08-23 Marek PolacekPR c++/79817 - attribute deprecated on namespace.
2019-08-10 Jakub Jelinektree-core.h (enum omp_clause_code): Add OMP_CLAUSE_DEVI...
2019-08-08 Jakub Jelinekgimplify.c (omp_add_variable): Use GOVD_PRIVATE | GOVD_...
2019-08-07 Marek PolacekPR c++/91346 - Implement P1668R1, allow unevaluated...
2019-08-07 Jakub Jelinektree-core.h (enum omp_clause_code): Adjust OMP_CLAUSE_U...
2019-08-06 Jakub Jelinektree.h (OMP_CLAUSE_LASTPRIVATE_TASKLOOP_IV): Rename...
2019-08-05 Paolo Carlinicp-tree.h (cp_expr_loc_or_input_loc): New.
2019-08-05 Jason Merrill* semantics.c (force_paren_expr): Preserve location.
2019-07-20 Jakub Jelinektree.def (OMP_LOOP): New tree code.
2019-07-12 Jakub Jelinektree-core.h (enum omp_clause_code): Add OMP_CLAUSE_ORDER.
2019-07-09 Martin SeborPR c++/61339 - add mismatch between struct and class...
2019-07-09 Martin SeborPR c++/61339 - add mismatch between struct and class...
2019-07-04 Andrew StubbsImprove OpenMP map diagnostics.
2019-06-29 Jason MerrillRemove trailing whitespace in C++ front end.
2019-06-21 Jakub Jelinekre PR c++/90950 (OpenMP clause handling rejecting refer...
2019-06-17 Jakub Jelinekomp-low.c (struct omp_context): Add scan_inclusive...
2019-06-10 Jakub Jelinektree.def (OMP_SCAN): New tree code.
2019-05-17 Martin Sebortrans.c (check_inlining_for_nested_subprog): Quote...
2019-05-13 Jason MerrillUse releasing_vec more broadly.
2019-05-10 Paolo Carlinicall.c (build_call_a): Use FUNC_OR_METHOD_TYPE_P.
2019-05-02 Nathan Sidwell[C++ PATCH] remove unreachable code
2019-04-29 Nathan Sidwell[C++ PATCH] some cleanups
2019-04-08 Paolo Carlinire PR c++/89914 (ICE in nothrow_spec_p, at cp/except...
2019-04-03 Jason MerrillPR c++/89331 - ICE with offsetof in incomplete class.
2019-03-27 Jason MerrillPR c++/89831 - error with qualified-id in const member...
2019-03-27 Jason MerrillPR c++/89241 - ICE with lambda in template parameter...
2019-03-26 Jakub Jelinekre PR c++/89796 (Incorrect warning generated with OpenM...
2019-03-22 Jakub Jelinekre PR c++/60702 (thread_local initialization)
2019-03-18 Paolo Carlinire PR c++/85014 (internal compiler error: in lookup_bas...
2019-03-14 Jakub Jelinekre PR c++/89512 (ICE in get_expr_operands, at tree...
2019-03-08 Jakub Jelinekre PR tree-optimization/89550 (Spurious array-bounds...
2019-03-06 Jason MerrillPR c++/89576 - if constexpr of lambda capture.
2019-03-01 Marek PolacekPR c++/89532 - ICE with incomplete type in decltype.
2019-02-27 Jason MerrillPR c++/86969 - ICE with constexpr if and recursive...
2019-02-21 Jakub Jelinekre PR c++/89403 (ICE in maybe_clone_body, at cp/optimiz...
2019-02-17 Marek PolacekPR c++/89217 - ICE with list-initialization in range...
2019-02-13 Marek PolacekPR c++/89297 - ICE with OVERLOAD in template.
2019-02-13 Alexandre Oliva[PR86379] do not use TREE_TYPE for USING_DECL_SCOPE
2019-01-27 Marek PolacekPR c++/88815 - narrowing conversion lost in decltype.
2019-01-24 Jakub Jelinekre PR c++/88976 (ICE in fold_convert_loc, at fold-const...
2019-01-17 Nathan Sidwell[PR c++/86610] lambda captures in templates
2019-01-07 Jakub Jelinekre PR c++/85052 (Implement support for clang's __builti...
2019-01-01 Jakub JelinekUpdate copyright years.
2018-12-21 Jakub Jelinekre PR c++/86524 (std::less with pointer arguments not...
2018-12-19 David MalcolmC++: more location wrapper nodes (PR c++/43064, PR...
2018-12-13 Nathan Sidwell[PR c++/87531] Fix second bug
2018-12-06 Segher Boessenkoolasm inline
2018-11-16 Nathan SidwellRemove ovl_used, it is no longer needed
2018-11-13 Jason MerrillImplement P0315R4, Lambdas in unevaluated contexts.
2018-11-08 Jakub Jelinekbuiltin-types.def (BT_FN_VOID_BOOL, [...]): New.
2018-11-05 Jason MerrillImplement P0732R2, class types in non-type template...
2018-11-01 Nathan Sidwell[ABI PATCH] static anonymous unions of function scope
2018-10-29 Joseph Myers[OpenACC] Support C++ "this" in OpenACC directives
2018-09-27 Paolo Carlinire PR c++/84940 (internal compiler error: in build_valu...
2018-09-12 Cesar Philippidis[OpenACC] C++ reference mapping
2018-09-07 Marek PolacekPR c++/87152 - range-based for loops with initializer...
2018-08-27 Jakub Jelinekre PR c++/86993 (assignment of read-only variable error...
2018-08-27 Martin LiskaCome up with fndecl_built_in_p.
2018-07-25 Jakub Jelinekre PR c++/85515 (Bogus suggestions from "GCC's leaky...
2018-07-10 Jakub Jelinekre PR c++/86443 (ICEs on #pragma omp distribute paralle...
2018-06-22 Jason MerrillPR c++/86219 - ICE with erroneous initializer in template.
2018-06-22 Jason MerrillAvoid taking the address of something just because...
2018-06-20 Chung-Lin TangUpdate OpenACC data clause semantics to the 2.5 behavior
2018-06-20 Nathan Sidwell[PR c++/85634] Fix tsubst ICE
2018-06-19 Jason Merrilltree.c (cp_expr_location): New.
2018-06-06 Jason MerrillPR c++/85710 - ICE with -Wmemset-elt-size.
2018-06-05 Jason MerrillPR c++/85731 - wrong error with qualified-id in template.
2018-05-24 Paolo Carlinicp-tree.h (INDIRECT_TYPE_P): New.
2018-05-23 Jason MerrillFix cast to rvalue reference from prvalue.
2018-05-14 Paolo Carlinicp-tree.h (TYPE_REF_P): New.
2018-05-11 Jakub Jelinekre PR c/85696 (OpenMP with variably modified and defaul...
2018-05-08 Marek Polacekre PR c++/85695 (if constexpr misevaluates typedefed...
2018-05-07 Nathan Sidwell[C++ PATCH] Kill -fno-for-scope
2018-05-01 Jason MerrillPR c++/85587 - error with scoped enum in template.
2018-04-09 Jason MerrillPR c++/85277 - ICE with invalid offsetof.
2018-04-04 Jakub Jelinekre PR c++/85146 (ICE with __direct_bases for declared...
2018-04-03 Jason Merrill* semantics.c (finish_if_stmt_cond): Use instantiation_...
2018-03-30 Jakub Jelinekre PR c++/84791 (ICE with broken OpenMP reduction clause)
2018-03-23 Marek Polacekre PR c++/85033 (internal compiler error: in fold_offse...
2018-03-22 Marek Polacekre PR c++/84854 (ICE: unexpected expression in cxx_eval...
2018-03-21 Jakub Jelinekre PR c++/84961 (ICE error: SSA_NAME_DEF_STMT is wrong)
2018-03-14 Marek Polacekre PR c++/84596 (internal compiler error: unexpected...
2018-03-07 Jason Merrilllambda.c (is_capture_proxy_with_ref): Remove.
2018-03-06 Alexandre Oliva[PR c++/84492] stmt expr ending with overload
next