From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1534) id C9310393BC3A; Fri, 14 May 2021 07:01:15 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C9310393BC3A 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-11] (157 commits) Merge branch 'releases/gcc-11' into devel/omp/gcc-11 X-Act-Checkin: gcc X-Git-Author: Tobias Burnus X-Git-Refname: refs/heads/devel/omp/gcc-11 X-Git-Oldrev: 0c9f70490e320606b16366482e9809452e3388c9 X-Git-Newrev: c208fa3caef6c25aaffc2a019f4d6033f5be3457 Message-Id: <20210514070115.C9310393BC3A@sourceware.org> Date: Fri, 14 May 2021 07:01:15 +0000 (GMT) X-BeenThere: gcc-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 May 2021 07:01:15 -0000 The branch 'devel/omp/gcc-11' was updated to point to: c208fa3caef... Merge branch 'releases/gcc-11' into devel/omp/gcc-11 It previously pointed to: 0c9f70490e3... Remove unused variable Diff: Summary of changes (added commits): ----------------------------------- c208fa3... Merge branch 'releases/gcc-11' into devel/omp/gcc-11 211a923... OpenMP: detach - fix firstprivate handling (*) e218c29... libphobos: Fix static asserts on NetBSD, FreeBSD, DragonFly (*) 4415051... PR c/100550 - ICE: in fold_convert_loc with function call V (*) ac5bab2... arm: Remove duplicate definitions from arm_mve.h (pr100419) (*) ecfb865... arm: correctly handle inequality comparisons against max co (*) 3aac287... Daily bump. (*) e3c9eb8... libstdc++: Implement P2367 changes to avoid some list-initi (*) ce3c70e... tree-optimization/100566 - fix another predication issue in (*) b6ecd49... libcpp: Fix up -fdirectives-only preprocessing of includes (*) 5998192... expand: Don't reuse DEBUG_EXPRs with vector type if they ha (*) 58ce047... openmp: Fix up taskloop reduction ICE if taskloop has no it (*) e3f08b4... Daily bump. (*) 0ffbf77... RISC-V: For '-march' and '-mabi' options, add 'Negative' pr (*) 9625dd9... Update gcc ja.po. (*) a46434c... libstdc++: Fix tests that fail in C++98 mode (*) db9dec5... libstdc++: Fix missing members in std::allocator (*) 16255fd... libstdc++: Remove TODO comment (*) 66b3089... libstdc++: Implement proposed resolution to LWG 3548 (*) 0161bba... libstdc++: Remove redundant -std=gnu++17 option from remain (*) e0c05ec... libstdc++: Remove redundant -std=gnu++17 option from algori (*) 24eeefa... libstdc++: Remove redundant -std=gnu++17 option from contai (*) b2f518f... libstdc++: Remove redundant -std=gnu++17 option from string (*) 4e3d424... libstdc++: Remove redundant -std=gnu++17 option from PMR te (*) 3cb0751... libstdc++: Remove redundant -std=gnu++17 option from concur (*) a49e815... libstdc++: Remove redundant -std=gnu++17 option from any/op (*) 4c05927... libstdc++: Remove redundant -std=gnu++17 options from files (*) f917975... libstdc++: Remove redundant -std=gnu++17 options from PSTL (*) f9ae75f... libstdc++: Adjust expected errors in tests when compiled as (*) 441ff68... libstdc++: Rename test type to avoid clashing with std::any (*) 43d3309... libstdc++: Fix definition of std::remove_cvref_t (*) ddfba23... libstdc++: Reject std::make_shared [PR 99006] (*) dbb87d6... libstdc++: Install libstdc++*-gdb.py more robustly [PR 9945 (*) 9d6ee0d... libstdc++: Remove extern "C" from Ryu sources (*) 1011bb8... aarch64: Avoid duplicating bti j insns for jump tables [PR9 (*) cb5051e... Daily bump. (*) 23855a1... d: Fix qualifier ignored in alias definition if parentheses (*) 270d1d6... libphobos: Fix visibility of std.process.searchPathFor (*) a4a9cfe... Daily bump. (*) a6b45a8... Daily bump. (*) 99964f6... Daily bump. (*) 768feed... libstdc++: Fix constraints for rvalue stream insertion/extr (*) 8482ed6... libcpp: Fix up pragma preprocessing [PR100450] (*) 3068b39... Daily bump. (*) ca7d2f2... libstdc++: Implement LWG 1203 for rvalue iostreams (*) 4f354e7... libstdc++: Add tests for std::invoke feature test macro (*) 9ff7e01... libstdc++: Fix null dereferences in std::promise (*) 48a3af6... libstdc++: Fix undefined behaviour in std::string (*) 00ddf72... libstdc++: Fix null dereference in pb_ds containers (*) cea2b1a... libstdc++: Fix undefined behaviour in testsuite (*) e99763e... libstdc++: Do not use deduced return type for std::visit [P (*) d22de09... IBM Z: Fix error checking for builtin vec_permi (*) ccba151... modulo-sched: skip loops with strange register defs [PR1002 (*) 445ce3c... IBM Z: Handle hard registers in s390_md_asm_adjust() (*) 6c9cf07... Daily bump. (*) e9a8d68... Fix PR target/100402 (*) ba01367... PR fortran/100274 - ICE in gfc_conv_procedure_call, at fort (*) 81c705e... libstdc++: Implement LWG 3517/3520 for join_view/transform_ (*) fcad289... PR rtl-optimization/100263: Ensure register can change mode (*) dcb23f4... Fix PR rtl-optimization/100411 (*) c980fbf... tree-optimization/100253 - fix bogus aligned vectorized loa (*) 3ac56ea... tree-optimization/100278 - handle mismatched code in TBAA a (*) d941869... ipa/100308 - properly update the callgraph when pruning EH (*) 12ff76b... tree-optimization/100414 - compute dominance info in phiopt (*) a0302c0... tree-optimization/100329 - avoid reassociating asm goto def (*) 2a9847e... Daily bump. (*) e71d931... libstdc++: Implement proposed resolution for LWG 3532 (*) da9c085... nvptx: Fix up nvptx build against latest libstdc++ [PR10037 (*) a7b9706... Daily bump. (*) a32b7d0... c++: base-clause parsing and implicit 'this' [PR100362] (*) 107ca5c... Fortran: Async I/O - avoid unlocked unlocking [PR100352] (*) e90b468... Daily bump. (*) 8ec4974... Daily bump. (*) 204213f... VAX: Accept ASHIFT in address expressions (*) b5440b5... Daily bump. (*) 0081f61... libstdc++: Fix inconsistent feature test macros (*) 7f37c47... aix: Alias -m64 to -maix64 and -m32 to -maix32. (*) 991ac2d... early-remat.c: Fix new/delete mismatch [PR100230] (*) 88393a0... c++/98032 - add testcase (*) c5aa0e1... tree-optimization/96513 - add testcase for fixed bug (*) d5bfe5a... Daily bump. (*) 575cc08... Update gcc sv.po. (*) 8a87946... Update gcc fr.po. (*) 4e54a34... libstdc++: Add missing 'inline' specifiers to net::ip funct (*) b222ba5... libstdc++: Define __cpp_lib_constexpr_string macro (*) bda407c... arm: fix UB due to missing mode check [PR100311] (*) a515ce9... testsuite: Remove dg-options from pr100305.c [PR100305] (*) 5ac1313... aarch64: Fix ICE in aarch64_add_offset_1_temporaries [PR100 (*) 50c826d... c++: Fix up detach clause vs. data-sharing clause checking (*) f94c6ca... [omp, simt] Fix expand_GOMP_SIMT_* (*) cd0a059... aarch64: Fix address mode for vec_concat pattern [PR100305] (*) dfaa29b... aarch64: Handle SVE attributes in comp_type_attributes [PR1 (*) b6c6d79... Fortran/OpenMP: Fix var-list expr parsing with array/dt (*) 3b6cd12... Daily bump. (*) 6590e4a... Update gcc .po files. (*) 6f60fd2... bpf: allow BSS symbols to be global symbols (*) 76c6c72... bpf: align function entry point to 64 bits (*) aae5106... libstdc++: Add missing noexcept on std::thread member funct (*) 100cc84... arm: fix UB when compiling thumb2 with PIC [PR100236] (*) ac66ed5... Revert "libstdc++: Add workaround for ia32 floating atomics (*) c03f307... i386: Fix atomic FP peepholes [PR100182] (*) 2b43cf0... Synchronize Rocket Lake's processor_names and processor_cos (*) a8cc9bd... Daily bump. (*) c6a94ee... libstdc++: Fix up lambda in join_view::_Iterator::operator+ (*) 9532344... c++: do_class_deduction and dependent init [PR93383] (*) 5aee8c2... Fortran - allow target of pointer from evaluation of functi (*) 3efd525... PR fortran/100154 - ICE in gfc_conv_procedure_call, at fort (*) fb7c736... c++: Prevent bogus -Wtype-limits warning with NTTP [PR10016 (*) af53e45... c++: Don't allow defining types in enum-base [PR96380] (*) bb3316a... libgomp/testsuite: Fix checks for dg-excess-errors (*) e89e883... aarch64: Fix up last commit [PR100200] (*) 9e80a13... [PATCH] Backport fix for PR target/98952 (*) 3fe1c1f... aarch64: Fix UB in the compiler [PR100200] (*) 80dc24f... veclower: Fix up vec_shl matching of VEC_PERM_EXPR [PR10023 (*) 7f8eea0... cfgcleanup: Fix -fcompare-debug issue in outgoing_edges_mat (*) b363daf... vmsdbgout: Remove useless register keywords (*) c7421c7... testsuite: Add -fchecking to dg-ice tests (*) 12333b7... cprop: Fix -fcompare-debug bug in constprop_register [PR100 (*) 98b9ac3... Bump BASE-VER (*) 50bc918... c++: Remove #error for release builds (*) d81efb0... Update ChangeLog and version files for release (*) 1a6ef9a... Update gennews for GCC 10 and GCC 11. (*) 6ed29a4... Daily bump. (*) d321229... Daily bump. (*) a6f018f... Daily bump. (*) 5b2ac9b... Daily bump. (*) 7a7fc01... testsuite/substr_{9,10}.f90: Move to gfortran.dg/ (*) ee8b08a... libstdc++: Fix semaphore to work with system_clock timeouts (*) dcf46d7... libstdc++: Add options for libatomic to test (*) a750d7d... Daily bump. (*) c9da070... libstdc++: Fix "bare" notifications dropped by waiters chec (*) 718fceb... libstdc++: Remove #error from implementation [P (*) a21f3b3... libstdc++: Add workaround for ia32 floating atomics miscomp (*) 3d8c8b6... gfortran.dg/pr68078.f90: Avoid increasing RLIMIT_AS (*) 42f2d16... testsuite/100176 - fix struct-layout-1_generate.c compile (*) 74bd25f... Avoid -latomic for amdgcn offloading (*) c0ffafb... [libstdc++] Fix test timeout in stop_calback/destroy.cc (*) 3a8437d... Daily bump. (*) e826f73... [libstdc++] Add missing _M_try_acquire() to __platform_sema (*) 64e1ab6... libstdc++: Fix whitespace in license boilerplate (*) 4cdb510... Fix endian bug in rust demangler (*) 89ddb58... testsuite/100176 - fix struct-layout-1_generate.c compile (*) 53e85b3... Add stopgap fix for PR ada/99360 (*) 0857fc3... Fix AIX libstdc++ semaphore support [PR100164] (*) 3756d99... libphobos: Fix build fails for powerpc-linux (*) fbb7739... Daily bump. (*) 8580faf... Regenerate gcc.pot. (*) 27350b7... libstdc++: Disable tests that fail after atomic wait/notify (*) 246abba... libstdc++: Refactor/cleanup of C++20 atomic wait implementa (*) 8bd3b0c... rs6000: Fix cpu selection w/ isel (PR100108) (*) 432a5b8... It seems we bumped LTO_major_version last time 2 years ago. (*) eecefcb... libstdc++: Implement P2259R1 changes [PR95983] (*) 73ac2cf... libstdc++: Define __cpp_lib_to_chars for C++20 [PR 100146] (*) 62dfbfd... libstdc++: Update ppc64le baseline_symbols.txt (*) 1429886... Fix typo in param description. (*) b870870... Document ranger-logical-depth in invoke.texi (*) faf4651... Set DEV-PHASE to prerelease. (*) (*) This commit already exists in another branch. Because the reference `refs/heads/devel/omp/gcc-11' matches your hooks.email-new-commits-only configuration, no separate email is sent for this commit.