openmp: Implement OpenMP 5.0 base-pointer attachement and clause ordering
[gcc.git] / gcc / cp /
2020-11-10 Chung-Lin Tangopenmp: Implement OpenMP 5.0 base-pointer attachement...
2020-11-10 GCC AdministratorDaily bump.
2020-11-09 Marek Polacekc++: DR 1914 - Allow duplicate standard attributes.
2020-11-09 Patrick Palkac++: Consider only relevant template arguments in sat_h...
2020-11-09 Patrick Palkac++: Use two levels of caching in satisfy_atom
2020-11-09 Patrick Palkac++: Reuse identical ATOMIC_CONSTRs during normalization
2020-11-09 Patrick Palkac++: Fix ICE with variadic concepts and aliases [PR93907]
2020-11-09 Jason Merrillc++: Call tsubst_pack_expansion from tsubst.
2020-11-09 Jason Merrillc++: Improve error location for class using-decl.
2020-11-09 Marek Polacekc++: Fix -Wvexing-parse ICE with omitted int [PR97762]
2020-11-09 Nathan Sidwellc++: ADL refactor
2020-11-09 Nathan Sidwellc++: Consistently expose singleton overloads
2020-11-09 GCC AdministratorDaily bump.
2020-11-08 Iain SandoeObjective-C/C++ : Handle parsing @property 'class'...
2020-11-07 GCC AdministratorDaily bump.
2020-11-06 Marek Polacekc++: Small tweak to can_convert_eh [PR81660]
2020-11-06 Iain SandoeObjective-C/C++ (parsers) : Update @property attribute...
2020-11-06 Jakub Jelinekc++: Propagate attributes to clones in duplicate_decls...
2020-11-06 Nathan Sidwellcore: Rename DECL_IS_BUILTIN -> DECL_IS_UNDECLARED_BUILTIN
2020-11-06 Nathan Sidwellc++: Parser tweaks
2020-11-06 Jan HubickaMove ipa-refs from ggc to heap.
2020-11-06 Tobias BurnusOpenACC (C/C++): Fix 'acc atomic' parsing
2020-11-06 GCC AdministratorDaily bump.
2020-11-05 Marek Polacekc++: Add auto_diagnostic_group to check_handlers_1.
2020-11-05 Marek Polacekc++: Fix decltype(auto) deduction with rvalue ref ...
2020-11-05 Marek Polacekc++: Add -Wexceptions warning option [PR97675]
2020-11-05 Marek Polacekc++: Implement -Wvexing-parse [PR25814]
2020-11-05 GCC AdministratorDaily bump.
2020-11-04 Jakub Jelinekopenmp: allocate clause vs. *reduction array sections...
2020-11-04 Iain SandoeObjective-C++ : Fix ICE in potential_constant_expression_1.
2020-11-04 GCC AdministratorDaily bump.
2020-11-03 Jason Merrillc++: Not all character types are byte-access types.
2020-11-03 Jakub Jelinekc++: Don't try to parse a function declaration as deduc...
2020-11-03 kamlesh kumarc++: DR2303, ambiguous base deduction [PR97453]
2020-11-03 Nathan Sidwellc++: using-decl instantiation
2020-11-03 Nathan Sidwellc++: Refactor clone copying
2020-11-03 Nathan Sidwellc++: Small pt.c cleanups
2020-11-03 Nathan Sidwellc++: Directly fixup deferred eh-specs
2020-11-03 Nathan Sidwellc++: A couple of template instantiation cleanups
2020-11-03 Nathan Sidwellc++: Make extern-C mismatch an error
2020-11-03 Marek Polacekc++: Tweaks for value_dependent_expression_p.
2020-11-03 Marek Polacekc++: Disable -Winit-list-lifetime in unevaluated operan...
2020-11-03 Nathan Sidwellc++: cp_tree_equal cleanups
2020-11-03 Nathan Sidwellc++: rtti cleanups
2020-11-02 GCC AdministratorDaily bump.
2020-11-02 Nathan Sidwellc++: Fixup some vardecls and whitespace
2020-11-02 Nathan Sidwellc++: refactor duplicate decls
2020-11-02 Nathan Sidwellc++: Delete unused hash type
2020-11-02 Patrick Palkac++: Don't purge the satisfaction caches
2020-11-01 Iain SandoeObjective-C++ : Address a FIXME.
2020-10-30 Jakub Jelinekopenmp: Handle non-static data members in allocate...
2020-10-30 GCC AdministratorDaily bump.
2020-10-29 Marek Polacekc++: Implement CWG 625: Use of auto as template-arg...
2020-10-29 Marek Polacekc++: Deducing type from initializer_list<auto> [PR93107]
2020-10-29 Marek Polacekc++: Reject float <=> enum.
2020-10-29 Patrick Palkac++: Simplify constraint normalization routines
2020-10-29 Patrick Palkac++: Tolerate empty initial args during normalization...
2020-10-29 Jason Merrillc++: Fix constexpr cleanup error handling.
2020-10-29 Jakub Jelinekc++: Fix constexpr dtors vs invisible ref [PR97388]
2020-10-29 Jakub Jelinekc++: Diagnose constexpr delete [] new int; and delete...
2020-10-29 Nathan Sidwellc++: Stop (most) function-scope entities having a templ...
2020-10-29 GCC AdministratorDaily bump.
2020-10-28 Marek Polacekc++: Improve the MVP -Wparentheses diagnostic.
2020-10-28 Marek Polacekc++: Deprecate arithmetic convs on different enums...
2020-10-28 Marek Polacekc++: Prevent warnings for value-dependent exprs [PR96742]
2020-10-28 Marek Polacekc++: Member template function lookup failure [PR94799]
2020-10-28 Marek Polacekc++: GCC accepts junk before fold-expression [PR86773]
2020-10-28 Nathan Sidwellc++: Make OMP UDR DECL_LOCAL_DECL_P earlier
2020-10-28 Patrick Palkac++: Check constraints before instantiation from mark_u...
2020-10-28 Nathan Sidwellc++: Refactor push_template_decl
2020-10-28 Jakub Jelinekopenmp: Parsing and some semantic analysis of OpenMP...
2020-10-28 GCC AdministratorDaily bump.
2020-10-27 Nathan Sidwellc++: Kill nested_udts
2020-10-27 Nathan Sidwellc++: Small cleanup for do_type_instantiation
2020-10-27 GCC AdministratorDaily bump.
2020-10-26 Ville Voutilainenc++: Implement __is_nothrow_constructible and __is_noth...
2020-10-25 GCC AdministratorDaily bump.
2020-10-24 Marek Polacekc++: Fix verify_ctor_sanity ICE [PR96241]
2020-10-24 GCC AdministratorDaily bump.
2020-10-23 Marek Polacekc, c++: Implement -Wsizeof-array-div [PR91741]
2020-10-23 GCC AdministratorDaily bump.
2020-10-22 Patrick Palkac++: Handle RANGE_EXPR index in init_subob_ctx [PR97328]
2020-10-22 Patrick Palkac++: constexpr evaluation and bare EMPTY_CLASS_EXPR...
2020-10-22 Patrick Palkac++: Check DECL_TEMPLATE_PARM_P in duplicate_decls...
2020-10-21 GCC AdministratorDaily bump.
2020-10-20 Nathan Sidwellc++: block-scope extern decl with default args
2020-10-20 GCC AdministratorDaily bump.
2020-10-19 Iain Sandoecoroutines: Emit error for invalid promise return types...
2020-10-17 GCC AdministratorDaily bump.
2020-10-16 Nathan Sidwellc++: Fix nullptr deref [pr97460[
2020-10-16 Nathan Sidwellc++: Fix null deref at EOF [PR96258]
2020-10-16 GCC AdministratorDaily bump.
2020-10-15 Jason Merrillc++: Fix [[deprecated]] and implicit operator==. [PR97358]
2020-10-15 Marek Polacekc++: Improve printing of pointers-to-members [PR97406...
2020-10-15 GCC AdministratorDaily bump.
2020-10-14 Jason Merrillc++: Diagnose bogus variadic lambda. [PR97358]
2020-10-14 Nathan Sidwellc++: DECL_FRIEND_P cleanup
2020-10-14 Nathan Sidwellc++: Instantiation with local extern [PR97395]
2020-10-13 GCC AdministratorDaily bump.
2020-10-12 Martin SeborPR c++/97201 - ICE in -Warray-bounds writing to result...
next