]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/cp
Correct a function pre/postcondition [PR102403].
[thirdparty/gcc.git] / gcc / cp /
2021-09-19  GCC AdministratorDaily bump.
2021-09-18  Jakub Jelinekopenmp: Handle unconstrained and reproducible modifiers...
2021-09-18  Jakub Jelinekopenmp: Allow private or firstprivate arguments to...
2021-09-18  Jason Merrillc++: improve lookup of member-qualified names
2021-09-18  Jason Merrillc++: fix comment typo
2021-09-18  GCC AdministratorDaily bump.
2021-09-17  Jakub Jelinekopenmp: Add support for OpenMP 5.1 atomics for C++
2021-09-17  GCC AdministratorDaily bump.
2021-09-16  Patrick Palkac++: constrained variable template issues [PR98486]
2021-09-16  Iain Sandoecoroutines: Small cleanups to await_statement_walker...
2021-09-16  Jason Merrillc++: Small location tweak
2021-09-16  GCC AdministratorDaily bump.
2021-09-15  Patrick Palkac++: shortcut bad convs during overload resolution...
2021-09-15  Jason Merrillc++: add parsing_function_declarator predicate
2021-09-15  Jakub Jelinekc++: Fix handling of decls with flexible array members...
2021-09-15  Patrick Palkac++: default ctor that's also a list ctor [PR102050]
2021-09-15  Jason Merrillc++: don't warn about internal interference sizes
2021-09-15  Jason Merrillc++: don't predeclare std::type_info [PR48396]
2021-09-15  Jason Merrillc++: correct object scope handling
2021-09-15  Jason Merrillc++: tweak C++20 destructor template-id rule
2021-09-15  GCC AdministratorDaily bump.
2021-09-14  Iain Sandoecoroutines: Make proxy vars for the function arg copies.
2021-09-14  Iain Sandoecoroutines: Expose implementation state to the debugger.
2021-09-14  Patrick Palkac++: empty union member activation during constexpr...
2021-09-14  Jakub Jelinekc++: Update DECL_*SIZE for objects with flexible array...
2021-09-14  Jakub Jelinekc++: Fix __is_*constructible/assignable for templates...
2021-09-14  Jason Merrillc++: Fix warning on 32-bit x86
2021-09-14  GCC AdministratorDaily bump.
2021-09-13  Jason Merrillc++: implement C++17 hardware interference size
2021-09-13  Patrick Palkac++: parameter pack inside constexpr if [PR101764]
2021-09-11  GCC AdministratorDaily bump.
2021-09-10  Jakub Jelinekopenmp: Implement OpenMP 5.1 atomics, so far for C...
2021-09-09  GCC AdministratorDaily bump.
2021-09-08  Richard Bienerc++/102228 - make lookup_anon_field O(1)
2021-09-08  GCC AdministratorDaily bump.
2021-09-07  Jakub Jelinekc++: Fix up constexpr evaluation of deleting dtors...
2021-09-07  Marcel VollweilerC, C++, Fortran, OpenMP: Add support for 'flush seq_cst...
2021-09-04  GCC AdministratorDaily bump.
2021-09-03  Iain Sandoecoroutines: Support for debugging implementation state.
2021-09-03  Iain Sandoecoroutines: Add a helper for creating local vars.
2021-09-03  Iain Sandoecoroutines: Use DECL_VALUE_EXPR instead of rewriting...
2021-09-03  Patrick Palkac++: shortcut bad convs during overload resolution...
2021-09-03  Jason Merrillc++: Avoid bogus -Wunused with recent change
2021-09-03  Jakub Jelinekc++, abi: Set DECL_FIELD_CXX_ZERO_WIDTH_BIT_FIELD on...
2021-09-02  GCC AdministratorDaily bump.
2021-09-01  Iain SandoeC-family: Add attribute 'unavailable'.
2021-09-01  Iain Sandoecoroutines : Add a missed begin/finish else clause...
2021-09-01  Iain Sandoecoroutines: No cleanups on goto statements.
2021-09-01  GCC AdministratorDaily bump.
2021-08-31  Jason Merrillc++: Various small fixes
2021-08-31  Patrick Palkac++: check arity before deduction w/ explicit targs...
2021-08-31  Martin SeborDisable gcc_rich_location copying and assignment.
2021-08-31  Jason Merrillc++: use iloc_sentinel in another place
2021-08-31  Jason Merrillc++: Improve error recovery with constexpr [PR92193]
2021-08-31  Marcel VollweilerAdd support for device-modifiers for 'omp target device'.
2021-08-31  GCC AdministratorDaily bump.
2021-08-30  Jason Merrillc++: limit instantiation with ill-formed class [PR96286]
2021-08-30  Jason Merrillc++: preserve location through constexpr
2021-08-30  Jason Merrillc++: fold function template args sooner [PR101460]
2021-08-30  Jason Merrillc++: Add warning about missing 'requires'
2021-08-28  GCC AdministratorDaily bump.
2021-08-27  Jason Merrillc++: Set type on dependent ARROW_EXPR
2021-08-26  GCC AdministratorDaily bump.
2021-08-25  Andrew PinskiFix PR c++/66590: incorrect warning "reaches end of...
2021-08-25  Jakub Jelinekc++: Fix up value initialization of structs with zero...
2021-08-24  GCC AdministratorDaily bump.
2021-08-23  Jakub Jelinekopenmp: Add support for strict modifier on grainsize...
2021-08-21  GCC AdministratorDaily bump.
2021-08-20  Jakub Jelinekopenmp: Implement the error directive
2021-08-20  Jakub Jelinekopenmp: Diagnose some superfluous commas in OpenMP...
2021-08-20  GCC AdministratorDaily bump.
2021-08-19  Patrick Palkac++: Fix PR number in testcase [PR101803]
2021-08-19  Patrick PalkaFix PR number for r12-2991 in ChangeLogs
2021-08-19  Jakub Jelinekopenmp: Fix ICE on requires clause with atomic_default_...
2021-08-19  Jakub Jelinekopenmp: For C++ ensure nothing directive has no operands
2021-08-19  GCC AdministratorDaily bump.
2021-08-18  Patrick Palkac++: aggregate CTAD and brace elision [PR101344]
2021-08-18  Patrick Palkac++: ignore explicit dguides during NTTP CTAD [PR101883]
2021-08-18  Jakub Jelinekopenmp: Add nothing directive support
2021-08-18  Jakub Jelinekopenmp: Actually ignore pragma_stmt pragmas for which...
2021-08-18  GCC AdministratorDaily bump.
2021-08-17  Jakub Jelinekc++: Implement P0466R5 __cpp_lib_is_layout_compatible...
2021-08-17  Jakub Jelinekopenmp: Implement OpenMP 5.1 scope construct
2021-08-13  GCC AdministratorDaily bump.
2021-08-12  Jakub Jelinekopenmp: Add support for OpenMP 5.1 masked construct
2021-08-12  Sergei Trofimovichc++: fix ptrmemfunc template instantiation [PR101219]
2021-08-12  Tobias BurnusOpenMP 5.1: Add proc-bind 'primary' support
2021-08-12  Jakub Jelinekopenmp: Diagnose syntax mismatches between declare...
2021-08-12  Jakub Jelinekopenmp: Diagnose another case of mixing parameter and...
2021-08-12  Jakub Jelinekc++: Fix ICE on defaulted spaceship with pointer return...
2021-08-12  Jakub Jelinekopenmp: Diagnose omp::directive/sequence on using-directive
2021-08-12  Jakub Jelinekc++: Fix up parsing of attributes for using-directive
2021-08-12  Patrick Palkac++: constexpr std::construct_at on empty field [PR101663]
2021-08-12  GCC AdministratorDaily bump.
2021-08-11  Patrick Palkac++: parameterized requires-expr as default argument...
2021-08-11  Jakub Jelinekc++: Optimize constinit thread_local vars [PR101786]
2021-08-11  Patrick Palkac++: recognize class-scope non-template dguides [PR79501]
2021-08-11  Patrick Palkac++: most vexing parse and braced CTAD [PR89062]
2021-08-11  GCC AdministratorDaily bump.
2021-08-10  Jakub Jelinekopenmp: Fix up cp/parser.c build with GCC 4.8 to 6
next