From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2153) id D9DDC3858D35; Tue, 17 Jan 2023 19:55:24 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D9DDC3858D35 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1673985324; bh=UNUynGXsIB/ha+6UYG0H7ZmWsbrb/9Y1GM5cIh26RKQ=; h=From:To:Subject:Date:From; b=Jimn5aJ9CQEO8n4Ndl0lSoVfl/vhhd3FZ47v0cVGru8UjKfEZ7zEQ8mzIp6m4Nlrm rFxPYfdwirsLoca9RSEy6lZVOg+r1Ms1WsNN2i3gJJDlG9X66LgDPj2otGPOCxLONP gkM5puHWxWF6CyLn//FOPmpaHbh9/3/+N4+eTKTk= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Jakub Jelinek To: gcc-cvs@gcc.gnu.org Subject: [gcc/redhat/heads/gcc-13-branch] (59 commits) Merge commit 'r13-5232-ga75760374ee54768e5fd6a27080698bfbbd X-Act-Checkin: gcc X-Git-Author: Jakub Jelinek X-Git-Refname: refs/vendors/redhat/heads/gcc-13-branch X-Git-Oldrev: 7699a0a3101bf1315fb8e350ac718d1f7b3f7816 X-Git-Newrev: fedc064ac31b465edcfd22884b94bbdd05312224 Message-Id: <20230117195524.D9DDC3858D35@sourceware.org> Date: Tue, 17 Jan 2023 19:55:24 +0000 (GMT) List-Id: The branch 'redhat/heads/gcc-13-branch' was updated to point to: fedc064ac31... Merge commit 'r13-5232-ga75760374ee54768e5fd6a27080698bfbbd It previously pointed to: 7699a0a3101... Merge commit 'r13-5174-ge658e8157db372555a853c02824f5fc7870 Diff: Summary of changes (added commits): ----------------------------------- fedc064... Merge commit 'r13-5232-ga75760374ee54768e5fd6a27080698bfbbd a757603... Fortran: fix ICE in get_expr_storage_size [PR108421] (*) 6d80690... go: define two builtin functions used by middle-end (*) 3b81f5c... bpf: disable -fstack-protector in BPF (*) 1fce7d2... Obfuscate the copyright text in gcc/m2/mc/mcOptions.mod (*) d74d84c... libstdc++: Fix configuration of default zoneinfo dir on lin (*) 3a121c0... PR-108404 M2RTS_Halt fails with a segv (*) be6d1a7... Ignore test_patches.txt in update-copyright.py. (*) 6da37b4... contrib: revert removal of CR character (*) 42bf66e... Regenerate Makefile.in files. (*) 001121e... forwprop: Fix up rotate pattern matching [PR106523] (*) 85b45cc... libsanitizer: Fix asan SEGVs with gld on Solaris (*) f457a62... Daily bump. (*) 35627c5... Remove reference to Solaris 9 in comment of add_options_for (*) 8ed4006... Add cpplib ka.po (*) a396a12... x86: Disable -mforce-indirect-call for PIC in 32-bit mode (*) 2bf9bbf... Remove YEAR const from mcOptions.mod and use result from ti (*) a0c5953... Detect errors when dereferencing an undeclared variable. (*) b1f30bf... Fix wrong code issues with ipa-sra (*) d694a3d... libstdc++: Fix --with-default-libstdcxx-abi=gcc4-compatible (*) b226342... ada: Update copyright years. (*) fe67b75... ada: Fix typo in comment (*) 9cfa7d7... ada: Fix latent bug exposed by recent work on extended retu (*) 3b4c6e6... ada: Fix pessimization of some CW objects initialized with (*) 39a7b60... ada: Use static references to tag in more cases for interfa (*) b7ed6c4... ada: Fix benign pasto in new predicate (*) 00fdfe9... ada: Fix premature finalization of temporaries for interfac (*) 1f038e8... ada: Further optimize interface objects initialized with fu (*) e59cd0d... ada: Put back conversion to interface in more cases (*) 2499393... ada: Lift restriction on optimization of aliased objects (*) 8daf80f... ada: Optimize interface objects initialized with function c (*) 9675924... Disable gather/scatter for zen4 (*) 6347bbe... solaris2: Don't add crtfastmath.o for -shared (*) 8a1360e... arm: Split up MVE _Generic associations to prevent type cla (*) 2f81164... Bump BASE-VER to 13.0.1 now that we are in stage4. (*) 101c16b... Update gcc/m2/mc/mcOptions.mod copyright and dates (*) 83ffe9c... Update copyright years. (*) a31becc... Allow build_popcount_expr to use an IFN (*) 4798080... Add c[lt]z idiom recognition (*) 0419b9b... docs: Add popcount, clz and ctz target attributes (*) d347fbf... Add cltz_complement idiom recognition (*) 3e087d9... contrib: Yet another update-copyright.py tweak [PR108413] (*) fa16c7d... libstdc++: Fix copyright notice to use usual form [PR108413 (*) dfc5ea6... doc: Fix grammar typo in description of malloc attribute (*) 8da14bd... libatomic: Use config/mingw/lock.c for --enable-threads=sin (*) c841bde... riscv: Fix up Copyright lines [PR108413] (*) d1c6a35... contrib: Partial fix for failed update-copyright --this yea (*) 6b0907b... x86: Avoid -Wuninitialized warnings on _mm*_undefined_* in (*) 98b41fd... c, c++: Allow ignoring -Winit-self through pragmas [PR10559 (*) 074b0c0... rs6000: Teach rs6000_opaque_type_invalid_use_p about inline (*) cc44e55... Daily bump. (*) b1c2182... libstdc++: Move www.open-std.org in status part of manual t (*) 05cd79c... libstdc++: Remove dg-xfail-run-if in std/time/tzdb_list/1.c (*) 5c9833d... libstdc++: [_GLIBCXX_DEBUG] Complete deadlock fix on safe i (*) 844190a... [PR107608] [range-ops] Avoid folding into INF when flag_tra (*) 5ba715e... libstdc++: Remove unconditional -pthread from test options (*) b92e553... config-list.mk: Modernize FreeBSD targets towards version 1 (*) c8f2be5... Bugfix to allow testsuite/gm2/pim/pass/arraybool.mod to com (*) 4dc4584... libstdc++: Fix narrowing conversion in std/time/clock/utc/i (*) (*) 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.