[gcc/redhat/heads/gcc-13-branch] (123 commits) Merge commit 'r13-7944-g16a4df27436c8f594a784028591dd3e47ca
Jakub Jelinek
jakub@gcc.gnu.org
Wed Oct 11 08:11:41 GMT 2023
The branch 'redhat/heads/gcc-13-branch' was updated to point to:
dc4aa177146... Merge commit 'r13-7944-g16a4df27436c8f594a784028591dd3e47ca
It previously pointed to:
45e56bb7a6c... Merge commit 'r13-7822-g10c7edcc65d4bf1d05a9f0791e77e7b953e
Diff:
Summary of changes (added commits):
-----------------------------------
dc4aa17... Merge commit 'r13-7944-g16a4df27436c8f594a784028591dd3e47ca
16a4df2... tree-ssa-strlen: optimization skips clobbering store [PR111 (*)
5c65cec... Daily bump. (*)
8a5fe7f... ada: Fix infinite loop with multiple limited with clauses (*)
97fbb39... Daily bump. (*)
452a69c... Daily bump. (*)
f3c2d8b... Daily bump. (*)
add2afa... MATCH: Fix infinite loop between `vec_cond(vec_cond(a,b,0), (*)
e9e0b9e... Daily bump. (*)
7c47e03... Daily bump. (*)
2ef5adc... Daily bump. (*)
29cd67f... Fortran: Alloc comp of non-finalizable type not finalized [ (*)
c1e4b1b... Daily bump. (*)
5fb5e2f... Daily bump. (*)
e6d26b1... libstdc++: Force _Hash_node_value_base methods inline to fi (*)
3ac5ed3... Disable generation of scalar modulo instructions. (*)
80ee04d... Daily bump. (*)
cda1992... Fix PR 111331: wrong code for `a > 28 ? MIN<a, 28> : 29` (*)
b5fa95a... Fix PR 110386: backprop vs ABSU_EXPR (*)
f8353d6... Daily bump. (*)
874b895... Fixup d9b3269bdc. (*)
5c56d5e... Daily bump. (*)
d9b3269... Fortran: Free alloc. comp. in allocated coarrays only. (*)
b5b98a2... AArch64: List official cores before codenames (*)
c534a9b... AArch64: Fix memmove operand corruption [PR111121] (*)
ccebfd8... Daily bump. (*)
0b804b3... Daily bump. (*)
9853ad8... libstdc++: Add test for illegal pointer arithmetic in forma (*)
0547f66... libstdc++: [_GLIBCXX_INLINE_VERSION] Fix <format> friend de (*)
183eea6... libstdc++: fix illegal pointer arithmetic in format [PR1111 (*)
62c8ca3... libstdc++: Minor fixes for some warnings in <format> (*)
da1ba03... libstdc++: Fix std::format alternate form for floating-poin (*)
1e63d6f... libstdc++: Fix constexpr functions to conform to older stan (*)
81185fb... ada: Fix missing call to Finalize_Protection for simple pro (*)
3f31cd4... ada: Fix missing finalization of extended return object on (*)
5155589... ada: Fix minor glitch in finish_record_type (*)
1c135ab... ada: Fix wrong optimization of extended return for discrimi (*)
a44435c... ada: Fix internal error on aggregate nested in container ag (*)
419e0f2... ada: Fix internal error on expression function with Refined (*)
90f7f81... ada: Fix late finalization for function call in delta aggre (*)
dfbca29... ada: Fix premature finalization in loop over limited iterab (*)
7657ee4... ada: Elide the copy in extended returns for nonlimited by-r (*)
7b22fcd... ada: Fix assertion failure on very peculiar enumeration typ (*)
2d075e9... ada: Fix spurious error on 'Input of private type with Type (*)
2d0caa0... ada: Elide the copy in extended returns for nonlimited by-r (*)
0c28157... ada: Fix memory explosion on aggregate of nested packed arr (*)
0bbfe12... ada: Improve error message for ambiguous subprogram call (*)
82bf3af... ada: Fix assertion failure introduced by latest change (*)
e68906c... ada: Fix Valid_Scalars attribute applied to types from limi (*)
864411e... ada: Fix wrong resolution for hidden discriminant in predic (*)
fc26416... ada: Fix small inaccuracy in implementation of B.3.3(20/2) (*)
ff365f7... ada: Fix bad interaction between inlining and thunk generat (*)
02a29fd... ada: Fix wrong finalization for double subtype of bounded v (*)
7b46f31... Minor tweak (*)
121c837... ada: Fix too small secondary stack allocation for returned (*)
47c3b12... ada: Fix too small secondary stack allocation for returned (*)
5c685fd... ada: Fix missing error on function call returning incomplet (*)
57b71c7... ada: Fix inverted implementation of RM 8.4(10) clause for o (*)
d6e89a1... ada: Fix aspect Linker_Section ignored on subprogram body (*)
a28d0a3... ada: Fix exception raised on invalid contract in generic pa (*)
a0d76c3... ada: Fix internal error on imported function with post-cond (*)
56170ef... ada: Fix wrong expansion of array aggregate with noncontigu (*)
f38ec8d... ada: Fix internal error on array constant in expression fun (*)
4e4797c... ada: Fix fallout of recent fix for missing finalization (*)
d80b9d0... ada: Fix regression of secondary stack management in return (*)
fc67743... ada: Fix visibility error with DIC or Type_Invariant aspect (*)
c9af18f... ada: Fix spurious error on imported generic function with p (*)
20af068... ada: Fix memory leak in expression function returning Big_I (*)
6a8e6f7... ada: Call idiomatic routine in Expand_Simple_Function_Retur (*)
7d149f9... ada: Fix wrong finalization for loop on indexed container (*)
8825f42... ada: Fix bogus error on conditional expression with only us (*)
1546794... ada: Fix wrong finalization for case expression in expressi (*)
5ac700a... ada: Fix internal error with pragma Compile_Time_{Warning,E (*)
5cc6e78... ada: Fix small fallout of previous change (*)
d051e7e... ada: Fix remaining failures in Roman Numbers test (*)
34a2d74... ada: Fix wrong result for membership test of null in null-e (*)
30b3c57... ada: Fix small fallout of previous change (*)
9c1c079... ada: Fix wrong finalization for call to BIP function in con (*)
5cc34c3... ada: Repair support for user-defined literals in arithmetic (*)
171a74d... ada: Fix spurious error on nested instantiations with gener (*)
0878316... ada: Fix internal error on Big_Integer conversion ghost ins (*)
688cb0f... ada: Reject thin 'Unrestricted_Access value to aliased cons (*)
26aa5c1... ada: Add missing guards in Selected_Range_Checks (*)
105309d... ada: Fix internal error on declare-expression in post-condi (*)
ccd4972... ada: Rework fix for internal error on quantified expression (*)
dce277e... ada: Fix internal error on quantified expression with predi (*)
29380eb... ada: Fix bogus error on predicated limited record declared (*)
302f05a... ada: Small code cleanup (*)
6f6e2d6... ada: Use idiomatic construct in Expand_N_Package_Body (*)
6766df6... ada: Fix spurious freezing error on nonabstract null extens (*)
bb15f0c... ada: Fix crash on Ada.Containers with No_Dispatching_Calls (*)
3959b73... ada: Fix error and crash on imported function with precondi (*)
54a16c2... ada: Fix double finalization in conditional exit statement (*)
c8c960b... ada: Fix handling of constrained array declarations in decl (*)
37c5024... ada: Use accumulator type in expansion of 'Reduce attribute (*)
994b349... ada: Fix crash on iterated component in expression function (*)
f1e55a4... ada: Fix internal error on 'Image applied to array componen (*)
a5c70fc... ada: Fix internal error on chain of predicated record types (*)
098aedd... ada: Implement inheritance of user-defined literal aspects (*)
34e4d3b... ada: Fix internal error on instance in package body with -g (*)
d643477... ada: Fix invalid JSON for extended variant record with -gna (*)
161a477... libstdc++: Prevent unwanted ADL in std::to_array [PR111512] (*)
a612f1b... Add missing return in gori_compute::logical_combine (*)
b92cddb... PR modula2/111510 runtime ICE findChildAndParent has caused (*)
7063901... Reduce the initial size of int_range_max. (*)
35787c3... ada: Fix deferred constant wrongly rejected (*)
5a5e1be... Daily bump. (*)
2279add... Daily bump. (*)
40d2dec... c++: missing SFINAE in grok_array_decl [PR111493] (*)
59f5786... c++: constraint rewriting during ttp coercion [PR111485] (*)
b9e0259... c++: constness of decltype of NTTP object [PR99631] (*)
9eb2f10... Fortran: Supply a missing dereference [PR92586] (*)
8c1925e... Fortran: Pad mismatched charlens in component initializers (*)
f6669b2... Daily bump. (*)
597c6ef... Daily bump. (*)
b7d2bb4... c++: improve class NTTP object pretty printing [PR111471] (*)
c75e5f0... Daily bump. (*)
2019102... Daily bump. (*)
4bb1ae3... aarch64: Fix loose ldpstp check [PR111411] (*)
3d1a73c... aarch64: Fix return register handling in untyped_call (*)
42f4e49... Daily bump. (*)
ea98e4c... Daily bump. (*)
26956b8... libstdc++: Update C++20 and C++23 status docs (*)
(*) This commit already exists in another branch.
Because the reference `refs/vendors/redhat/heads/gcc-13-branch' matches
your hooks.email-new-commits-only configuration,
no separate email is sent for this commit.
More information about the Gcc-cvs
mailing list