From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1534) id 29CE43858C78; Fri, 29 Sep 2023 12:29:37 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 29CE43858C78 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1695990577; bh=RGJC0ukzIqfQn3eWLrSdMTRAM23cK6DYm5Lq0zTuFns=; h=From:To:Subject:Date:From; b=ixmOe4QqaCKnOHjTKQqPJ5ERHSYeFmu2hLS6Hbta2pDGEtMoasBBaQJQ0g1aakJxT ESXMAey9u1m+hIv4xeVP2Nh0oePqPOVcKM/V4b3+8QWpz9FDEWICZ2xrfGfN/jsPoT 4eMBstrkxwglc59OfCK24nLBMpTv/LfpBbaDsajQ= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Tobias Burnus To: gcc-cvs@gcc.gnu.org Subject: [gcc/devel/omp/gcc-13] (101 commits) Merge branch 'releases/gcc-13' into devel/omp/gcc-13 X-Act-Checkin: gcc X-Git-Author: Tobias Burnus X-Git-Refname: refs/heads/devel/omp/gcc-13 X-Git-Oldrev: fceb155363542a2606b146cd51f22e6ffdfaa4f2 X-Git-Newrev: 93ce7c1c5ffdb81d2135d46d62deeeca849b40c6 Message-Id: <20230929122937.29CE43858C78@sourceware.org> Date: Fri, 29 Sep 2023 12:29:37 +0000 (GMT) List-Id: The branch 'devel/omp/gcc-13' was updated to point to: 93ce7c1c5ff... Merge branch 'releases/gcc-13' into devel/omp/gcc-13 It previously pointed to: fceb1553635... OpenMP: Add ME support for 'omp allocate' stack variables Diff: Summary of changes (added commits): ----------------------------------- 93ce7c1... Merge branch 'releases/gcc-13' into devel/omp/gcc-13 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 friend de (*) 183eea6... libstdc++: fix illegal pointer arithmetic in format [PR1111 (*) 62c8ca3... libstdc++: Minor fixes for some warnings in (*) 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/heads/devel/omp/gcc-13' matches your hooks.email-new-commits-only configuration, no separate email is sent for this commit.