]> git.ipfire.org Git - thirdparty/gcc.git/shortlog
thirdparty/gcc.git
2023-10-16  Kewen Linrs6000: Use default target option node for callee by...
2023-10-16  Kewen Linrs6000: Skip empty inline asm in rs6000_update_ipa_fn_t...
2023-10-16  GCC AdministratorDaily bump.
2023-10-15  GCC AdministratorDaily bump.
2023-10-14  GCC AdministratorDaily bump.
2023-10-13  Andrew MacLeodDo not add partial equivalences with no uses.
2023-10-13  GCC AdministratorDaily bump.
2023-10-12  Georg-Johann LayLibF7: Implement atan2.
2023-10-12  GCC AdministratorDaily bump.
2023-10-11  Andrew MacLeodEnsure float equivalences include + and - zero.
2023-10-11  Jakub Jelinektree-ssa-strlen: optimization skips clobbering store...
2023-10-11  GCC AdministratorDaily bump.
2023-10-10  Eric Botcazouada: Fix infinite loop with multiple limited with clauses
2023-10-10  GCC AdministratorDaily bump.
2023-10-09  GCC AdministratorDaily bump.
2023-10-08  GCC AdministratorDaily bump.
2023-10-07  Andrew PinskiMATCH: Fix infinite loop between `vec_cond(vec_cond...
2023-10-07  GCC AdministratorDaily bump.
2023-10-06  GCC AdministratorDaily bump.
2023-10-05  GCC AdministratorDaily bump.
2023-10-04  Paul ThomasFortran: Alloc comp of non-finalizable type not finaliz...
2023-10-04  GCC AdministratorDaily bump.
2023-10-03  GCC AdministratorDaily bump.
2023-10-02  Tim Songlibstdc++: Force _Hash_node_value_base methods inline...
2023-10-02  Pat HaugenDisable generation of scalar modulo instructions.
2023-10-02  GCC AdministratorDaily bump.
2023-10-01  Andrew PinskiFix PR 111331: wrong code for `a > 28 ? MIN<a, 28>...
2023-10-01  Andrew PinskiFix PR 110386: backprop vs ABSU_EXPR
2023-10-01  GCC AdministratorDaily bump.
2023-09-30  Andre VehreschildFixup d9b3269bdc.
2023-09-30  GCC AdministratorDaily bump.
2023-09-29  Andre VehreschildFortran: Free alloc. comp. in allocated coarrays only.
2023-09-29  Wilco DijkstraAArch64: List official cores before codenames
2023-09-29  Wilco DijkstraAArch64: Fix memmove operand corruption [PR111121]
2023-09-29  GCC AdministratorDaily bump.
2023-09-28  GCC AdministratorDaily bump.
2023-09-27  Paul Dreiklibstdc++: Add test for illegal pointer arithmetic...
2023-09-27  François Dumontlibstdc++: [_GLIBCXX_INLINE_VERSION] Fix <format> frien...
2023-09-27  Paul Dreiklibstdc++: fix illegal pointer arithmetic in format...
2023-09-27  Jonathan Wakelylibstdc++: Minor fixes for some warnings in <format>
2023-09-27  Jonathan Wakelylibstdc++: Fix std::format alternate form for floating...
2023-09-27  Jonathan Wakelylibstdc++: Fix constexpr functions to conform to older...
2023-09-27  Eric Botcazouada: Fix missing call to Finalize_Protection for simple...
2023-09-27  Eric Botcazouada: Fix missing finalization of extended return object...
2023-09-27  Eric Botcazouada: Fix minor glitch in finish_record_type
2023-09-27  Eric Botcazouada: Fix wrong optimization of extended return for...
2023-09-27  Eric Botcazouada: Fix internal error on aggregate nested in containe...
2023-09-27  Eric Botcazouada: Fix internal error on expression function with...
2023-09-27  Eric Botcazouada: Fix late finalization for function call in delta...
2023-09-27  Eric Botcazouada: Fix premature finalization in loop over limited...
2023-09-27  Eric Botcazouada: Elide the copy in extended returns for nonlimited...
2023-09-27  Eric Botcazouada: Fix assertion failure on very peculiar enumeration...
2023-09-27  Eric Botcazouada: Fix spurious error on 'Input of private type with...
2023-09-27  Eric Botcazouada: Elide the copy in extended returns for nonlimited...
2023-09-27  Eric Botcazouada: Fix memory explosion on aggregate of nested packed...
2023-09-27  Eric Botcazouada: Improve error message for ambiguous subprogram...
2023-09-27  Eric Botcazouada: Fix assertion failure introduced by latest change
2023-09-27  Eric Botcazouada: Fix Valid_Scalars attribute applied to types from...
2023-09-27  Eric Botcazouada: Fix wrong resolution for hidden discriminant in...
2023-09-27  Eric Botcazouada: Fix small inaccuracy in implementation of B.3...
2023-09-27  Eric Botcazouada: Fix bad interaction between inlining and thunk...
2023-09-27  Eric Botcazouada: Fix wrong finalization for double subtype of bound...
2023-09-27  Eric BotcazouMinor tweak
2023-09-27  Eric Botcazouada: Fix too small secondary stack allocation for retur...
2023-09-27  Eric Botcazouada: Fix too small secondary stack allocation for retur...
2023-09-27  Eric Botcazouada: Fix missing error on function call returning incom...
2023-09-27  Eric Botcazouada: Fix inverted implementation of RM 8.4(10) clause...
2023-09-27  Eric Botcazouada: Fix aspect Linker_Section ignored on subprogram...
2023-09-27  Eric Botcazouada: Fix exception raised on invalid contract in generi...
2023-09-27  Eric Botcazouada: Fix internal error on imported function with post...
2023-09-27  Eric Botcazouada: Fix wrong expansion of array aggregate with noncon...
2023-09-27  Eric Botcazouada: Fix internal error on array constant in expression...
2023-09-27  Eric Botcazouada: Fix fallout of recent fix for missing finalization
2023-09-27  Eric Botcazouada: Fix regression of secondary stack management in...
2023-09-27  Eric Botcazouada: Fix visibility error with DIC or Type_Invariant...
2023-09-27  Eric Botcazouada: Fix spurious error on imported generic function...
2023-09-27  Eric Botcazouada: Fix memory leak in expression function returning...
2023-09-27  Eric Botcazouada: Call idiomatic routine in Expand_Simple_Function_R...
2023-09-27  Eric Botcazouada: Fix wrong finalization for loop on indexed container
2023-09-27  Eric Botcazouada: Fix bogus error on conditional expression with...
2023-09-27  Eric Botcazouada: Fix wrong finalization for case expression in...
2023-09-27  Eric Botcazouada: Fix internal error with pragma Compile_Time_{Warni...
2023-09-27  Eric Botcazouada: Fix small fallout of previous change
2023-09-27  Eric Botcazouada: Fix remaining failures in Roman Numbers test
2023-09-27  Eric Botcazouada: Fix wrong result for membership test of null in...
2023-09-27  Eric Botcazouada: Fix small fallout of previous change
2023-09-27  Eric Botcazouada: Fix wrong finalization for call to BIP function...
2023-09-27  Eric Botcazouada: Repair support for user-defined literals in arithm...
2023-09-27  Eric Botcazouada: Fix spurious error on nested instantiations with...
2023-09-27  Eric Botcazouada: Fix internal error on Big_Integer conversion ghost...
2023-09-27  Eric Botcazouada: Reject thin 'Unrestricted_Access value to aliased...
2023-09-27  Eric Botcazouada: Add missing guards in Selected_Range_Checks
2023-09-27  Eric Botcazouada: Fix internal error on declare-expression in post...
2023-09-27  Eric Botcazouada: Rework fix for internal error on quantified expres...
2023-09-27  Eric Botcazouada: Fix internal error on quantified expression with...
2023-09-27  Eric Botcazouada: Fix bogus error on predicated limited record decla...
2023-09-27  Eric Botcazouada: Small code cleanup
2023-09-27  Eric Botcazouada: Use idiomatic construct in Expand_N_Package_Body
2023-09-27  Eric Botcazouada: Fix spurious freezing error on nonabstract null...
2023-09-27  Eric Botcazouada: Fix crash on Ada.Containers with No_Dispatching_Ca...
next