Daily bump.
[gcc.git] / gcc / cp / semantics.c
2021-01-23 Anthony Sharpc++: private inheritance access diagnostics fix [PR17314]
2021-01-23 Patrick Palkac++: 'this' injection and static member functions ...
2021-01-21 Patrick Palkac++: Fix excessive instantiation inside decltype [PR71879]
2021-01-20 Jakub Jelinekopenmp: Don't ICE on detach clause with erroneous decl...
2021-01-16 Kwok Cheung Yeungopenmp: Add support for the OpenMP 5.0 task detach...
2021-01-08 Patrick Palkac++: Fix access checking of scoped non-static member...
2021-01-05 Jakub Jelinekc++: Fix ICE with __builtin_bit_cast [PR98469]
2021-01-04 Jakub JelinekUpdate copyright years.
2020-12-09 Nathan Sidwellc++: Decl module-specific semantic processing
2020-12-03 Jakub Jelinekc++: Add __builtin_bit_cast to implement std::bit_cast...
2020-11-13 Jason Merrillc++: Implement C++20 'using enum'. [PR91367]
2020-11-13 Patrick Palkac++: Don't form a templated TARGET_EXPR in finish_compo...
2020-11-10 Marek Polacekc++: Improve static_assert diagnostic [PR97518]
2020-11-10 Chung-Lin Tangopenmp: Implement OpenMP 5.0 base-pointer attachement...
2020-11-04 Jakub Jelinekopenmp: allocate clause vs. *reduction array sections...
2020-10-30 Jakub Jelinekopenmp: Handle non-static data members in allocate...
2020-10-28 Jakub Jelinekopenmp: Parsing and some semantic analysis of OpenMP...
2020-10-26 Ville Voutilainenc++: Implement __is_nothrow_constructible and __is_noth...
2020-10-01 Nathan Sidwellc++: pushdecl_top_level must set context
2020-09-24 Nathan Sidwellc++: Cleanup some decl pushing apis
2020-09-16 Nathan Sidwellc++: local-scope OMP UDR reductions have no template...
2020-09-15 Tobias BurnusOpenMP/Fortran: Fix (re)mapping of allocatable/pointer...
2020-09-10 Nathan Sidwellc++: DECL_LOCAL_FUNCTION_P -> DECL_LOCAL_DECL_P
2020-09-01 Jakub Jelinekopenmp: Check for PARM_DECL before using C_ARRAY_PARAME...
2020-08-25 Tobias BurnusOpenMP: Improve map-clause error message for array...
2020-08-25 Jakub Jelinekc++: Fix up ptr.~PTR () handling [PR96721]
2020-08-14 Nathan Sidwellc++: Final bit of name-lookup api simplification
2020-08-14 Nathan Sidwellc++: Yet more name-lookup api simplification
2020-08-14 Nathan Sidwellc++: More simplification of name_lookup api
2020-08-13 Nathan Sidwell[c++]: Unconfuse lookup_name_real API a bit
2020-07-20 Jason Merrillc++: Pseudo-destructor ends object lifetime.
2020-07-09 Julian Brownopenacc: Set bias to zero for explicit attach/detach...
2020-06-16 Jakub Jelinekopenmp: Initial part of OpenMP 5.0 non-rectangular...
2020-06-16 Patrick Palkac++: TI_DEFERRED_ACCESS_CHECKS and dependent decls
2020-06-16 Patrick Palkac++: Clean up previous change [PR41437]
2020-06-16 Patrick Palkac++: Improve access checking inside templates [PR41437]
2020-05-15 Patrick Palkac++: decltype of invalid non-dependent expr [PR57943]
2020-05-13 Nathan Sidwellc++: Formatting fixups & some simplifications.
2020-05-01 Patrick Palkac++: Missing SFINAE with inaccessible static data membe...
2020-04-24 Jakub Jelinekc++: Avoid -Wreturn-type warning if a template fn calls...
2020-03-30 Jakub Jelinekc++: Fix handling of internal fn calls in statement...
2020-03-28 Patrick Palkac++: requires-expression outside of a template is misev...
2020-02-05 Jakub Jelinekc++: Mark __builtin_convertvector operand as read ...
2020-02-01 Jason Merrillc++: Fix sizeof VLA lambda capture.
2020-01-26 Jason Merrillc++: avoid ICE with __builtin_memset (PR90997).
2020-01-22 Marek PolacekPR c++/93324 - ICE with -Wall on constexpr if.
2020-01-01 Jakub JelinekUpdate copyright years.
2019-12-20 Julian BrownOpenACC 2.6 deep copy: C and C++ front-end parts
2019-12-18 Julian BrownAdd OpenACC 2.6's no_create
2019-12-18 Paolo Carlinitypeck.c (cxx_sizeof_or_alignof_type): Add location_t...
2019-12-09 Paolo Carlinitypeck.c (check_for_casting_away_constness): Add locati...
2019-12-05 Paolo Carlinitypeck2.c (build_functional_cast): Add location_t param...
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.
next