From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2153) id 91BA03858CDA; Fri, 28 Jul 2023 16:44:36 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 91BA03858CDA DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1690562676; bh=ziP87Iwp4VyLrYXMNNB6MwK1XwOxa7Lqjg448cwgm8s=; h=From:To:Subject:Date:From; b=gcyN/JcmL7K5zEQx5Aa14nff4PEa/c9GFIMd6htMCG9BU9SbK7z5EZRvtnwlcSdvP muj+4xM4Wgq8ozO9KULUd6SgIKlsJE1r+3B+sFVLo0oT5qs7slnaNw12G1+/Txqhiu NzOgiUVS/MJ7PRAPRMWZ4qgjshkKTZnB1AeA7PC8= 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] (177 commits) Merge commit 'r13-7622-g3e9aaa9bcb2fc64e64f4e8a2aa0f6f7395a X-Act-Checkin: gcc X-Git-Author: Jakub Jelinek X-Git-Refname: refs/vendors/redhat/heads/gcc-13-branch X-Git-Oldrev: 0d7019741b037c7e9c4e57d6de3bce6bb2ed8026 X-Git-Newrev: 8a3e2d71f2a0309540e68c79dadd66a06ca3da73 Message-Id: <20230728164436.91BA03858CDA@sourceware.org> Date: Fri, 28 Jul 2023 16:44:36 +0000 (GMT) List-Id: The branch 'redhat/heads/gcc-13-branch' was updated to point to: 8a3e2d71f2a... Merge commit 'r13-7622-g3e9aaa9bcb2fc64e64f4e8a2aa0f6f7395a It previously pointed to: 0d7019741b0... Merge commit 'r13-7446-ga79f49f934bd0d19cefd57e1fea71ad07b5 Diff: Summary of changes (added commits): ----------------------------------- 8a3e2d7... Merge commit 'r13-7622-g3e9aaa9bcb2fc64e64f4e8a2aa0f6f7395a 3e9aaa9... PR modula2/109729 cannot use a CHAR type as a FOR loop iter (*) 96ee9ce... modula2: Remove M2LINK.o from m2/m2obj3/cc1gm2 in Make-main (*) 542cba5... PR modula2/109675 implementation of writeAddress is non por (*) 50fc6ce... PR modula2/108121 Re-implement overflow detection for const (*) 5d0deeb... Daily bump. (*) 0d0677b... modula2: Add -lnsl -lsocket libraries to gcc/testsuite/lib/ (*) 2286745... PR modula2/109586 cc1gm2 ICE when compiling large source fi (*) e684084... range-op-float: Fix up -frounding-math frange_arithmetic +- (*) 8e811ed... c++: unifying REAL_CSTs [PR110809] (*) 00c806e... XFAIL parts broken deliberately by r13-1762-gf9d4c3b45c5ed5 (*) 064a4ec... tree-optimization/110799 - fix bug in code hoisting (*) 7004272... tree-optimization/110766 - missing PHI location check (*) f1d4b4f... Bump BASE-VER (*) c891d8d... Update ChangeLog and version files for release (*) bacccd0... Daily bump. (*) 15c9882... Update gcc uk.po (*) 30a5d88... Regenerate gcc.pot (*) f293df3... Daily bump. (*) 9c71fe1... Update gcc uk.po (*) 670caa3... Daily bump. (*) 97d183a... Daily bump. (*) 0c67d91... Daily bump. (*) fe8e195... Daily bump. (*) 04e5c64... Update gcc hr.po (*) 3e95997... Daily bump. (*) 9aac37a... aarch64: Remove architecture dependencies from intrinsics (*) 8575982... Revert "Use PTEST to perform AND in TImode STV of (A & B) ! (*) ff565e1... Correct Granite Rapids{, D} documentation (*) a5aac58... Daily bump. (*) cd2f934... libstdc++: Fix preprocessor conditions for std::from_chars (*) 92f6240... c++: constrained surrogate call functions [PR110535] (*) 61bf34d... libstdc++: Fix iostream init for Clang on darwin [PR110432] (*) 33a84d4... c++: extend lookup_template_class shortcut [PR110122] (*) f76f411... wide-int: Fix up wi::divmod_internal [PR110731] (*) f1d8558... testsuite: Require vectors of doubles for pr97428.c (*) 4adf49a... Darwin: Use -platform_version when available [PR110624]. (*) c042baa... testsuite, Darwin: Remove an unnecessary flags addition. (*) 220275a... Daily bump. (*) ccf94ab... Fortran: intrinsics and deferred-length character arguments (*) 6f9dfb4... libgcc: Fix -Wint-conversion warning in find_fde_tail (*) 7302f8a... libgcc: Fix eh_frame fast path in find_fde_tail (*) a1322d7... RISC-V: Bugfix for riscv-vsetvl pass. (*) a32d4a3... libstdc++: Fix std::__uninitialized_default_n for constant (*) d96e496... libstdc++: Implement P2538R1 ADL-proof std::projected (*) 5342e3c... libstdc++: Fix --enable-cstdio=stdio_pure [PR110574] (*) c9da749... libstdc++: Fix fwrite error parameter (*) 813722f... libstdc++: Disable std::forward_list tests for C++98 mode (*) d2c737c... libstdc++: Fix synopsis test (*) c17539d... libstdc++: Fix src/c++20/tzdb.cc for non-constexpr std::mut (*) dae9635... libstdc++: Qualify calls to std::_Destroy and _Destroy_aux (*) 5439234... libstdc++: Qualify calls to debug mode helpers (*) 2b4ca30... Daily bump. (*) 04e8808... c++: mangling template-id of unknown template [PR110524] (*) b8a1531... tree-optimization/110669 - bogus matching of loop bitop (*) 95338c0... Daily bump. (*) 2f5ec64... Daily bump. (*) a54cb8e... Daily bump. (*) bef95ba... cprop: Do not set REG_EQUAL note when simplifying paradoxic (*) 447dd29... Fortran: formal symbol attributes for intrinsic procedures (*) ef4b6d2... SH: Fix PR101469 peephole bug (*) e365ddc... Daily bump. (*) 27e4213... alpha: Fix computation mode in alpha_emit_set_long_cost [PR (*) 04a3fa2... Daily bump. (*) db17977... libstdc++: Check conversion from filesystem::path to wide s (*) 037907c... Initial Granite Rapids D Support (*) c158400... Daily bump. (*) 3957319... ada: Follow-up fix for compilation issue with recent MinGW- (*) bb38d74... testsuite: Unbreak pr110557.cc where long is 32-bit (*) 7f6d861... Daily bump. (*) 1e6a948... vect: Fix vectorized BIT_FIELD_REF for signed bit-fields [P (*) f9781fc... Daily bump. (*) 35efeed... Daily bump. (*) d00a7d2... Fortran: simplification of FINDLOC for constant complex arg (*) 2389447... doc: Fix typo in Warning Options [PR110595] (*) 692c6b8... Daily bump. (*) acd679a... d: Fix PR 108842: Cannot use enum array with -fno-druntime (*) 45e950b... tree-optimization/110556 - tail merging still pre-tuples (*) 0d20f9d... tree-optimization/110515 - wrong code with LIM + PRE (*) 980666f... tree-optimization/110392 - ICE with predicate analysis (*) 32c7f05... tree-optimization/110381 - preserve SLP permutation with in (*) 857d763... RISC-V: Fix local_eliminate_vsetvl_insn bug in VSETVL PASS[ (*) 3074842... ada: Fix expanding container aggregates (*) b5cddeb... ada: Fix internal error on aggregate within container aggre (*) 0fb227b... ada: Fix crash on vector initialization (*) 4a158c0... Daily bump. (*) 94d24f1... libstdc++: Document --enable-cstdio=stdio_pure [PR104299] (*) 41d940c... Daily bump. (*) 68aa17c... Fix power10 fusion bug with prefixed loads, PR target/10532 (*) 5906d8f... rs6000: genfusion: Rewrite load/compare code (*) 79b6a48... tree-optimization/110228 - avoid undefs in ifcombine more t (*) c7d995d... Daily bump. (*) e292632... x86: Enable ENQCMD and UINTR for march=sierraforest. (*) 7a98514... Daily bump. (*) d4a9d4c... Fix couple of endianness issues in fold_ctor_reference (*) 1289741... Darwin, Objective-C: Support -fconstant-cfstrings [PR108743 (*) 50180d4... libphobos: Handle Darwin Arm and AArch64 in fibre context a (*) 025a3f4... libphobos, testsuite: Disable forkgc2 on Darwin [PR103944] (*) e79c653... modula-2: Amend the handling of failed select() calls in RT (*) 75909f6... Daily bump. (*) 3cb9d1f... d: Fix testcase failure of gdc.dg/Wbuiltin_declaration_mism (*) f614e6b... d: Add testcase from PR108962 (*) 78e9bd7... d: Fix core.volatile.volatileLoad discarded if result is un (*) 6876e30... Daily bump. (*) 3f43c19... d: Fix accesses of immutable arrays using constant index st (*) 6e79091... d: Don't generate code that throws exceptions when compilin (*) 23c6445... c++: NSDMI instantiation during overload resolution [PR1104 (*) 8f2cafc... c++: unpropagated CONSTRUCTOR_MUTABLE_POISON [PR110463] (*) fdc22ac... Daily bump. (*) e2dd8e4... Daily bump. (*) b7b70cb... libstdc++: Fix configure test for 32-bit targets (*) fa78e9a... libstdc++: Disable embedded tzdata for all 16-bit targets (*) 2d40cd2... libstdc++: Fix std::format for pointers [PR110239] (*) ae7cdc8... libstdc++: Fix P2510R3 "Formatting pointers" [PR110149] (*) dbd4acd... libstdc++: Disable cacheline alignment for DJGPP [PR109741] (*) 132015b... libstdc++: Add preprocessor checks to