public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc/devel/c++-coroutines] (174 commits) Merge master r12-979.
@ 2021-05-21 22:43 Iain D Sandoe
  0 siblings, 0 replies; only message in thread
From: Iain D Sandoe @ 2021-05-21 22:43 UTC (permalink / raw)
  To: gcc-cvs

The branch 'devel/c++-coroutines' was updated to point to:

 cfe115c0504... Merge master r12-979.

It previously pointed to:

 8ee49725b86... Merge master r12-806.

Diff:

Summary of changes (added commits):
-----------------------------------

  cfe115c... Merge master r12-979.
  782e57f... x86: Remove MAX_BITSIZE_MODE_ANY_INT (*)
  53fb833... Elide expand_constructor if move by pieces is preferred (*)
  5d42db5... Don't skip 'libgomp.oacc-fortran/privatized-ref-2.f90' for  (*)
  61796dc... Add 'libgomp.oacc-fortran/privatized-ref-2.f90' (*)
  079c23c... aarch64: Add attributes for builtins specified in aarch64-b (*)
  5ae3524... Add insn types for fusion pairs (*)
  2df9d3c... i386: Add comparisons for 4-byte vectors [PR100637] (*)
  6fdacaf... Detect illegal conditions in Raise_xxx_Error nodes (*)
  745dae5... libsanitizer: Remove cyclades from libsanitizer (*)
  49c2c7f... Remove discriminant checks in gigi (*)
  3553d8c... Consistently generate debug info for elaboration variables (*)
  4a29b8d... Replace ? with ?? in warning messages (*)
  dd9a8ff... Fix internal error on locally derived bit-packed array type (*)
  932198a... Always translate Is_Pure flag into pure in C sense (*)
  1e66a91... Fix segfault at run time on strict-alignment platforms (*)
  f1c777f... tree-optimization: Improve spaceship_replacement [PR94589] (*)
  f53aff9... Fix spurious No_Elaboration violation for Size attribute (*)
  b1cd746... Fix incorrect SLOC on instruction (*)
  e5bfda0... Use EXACT_DIV_EXPR as much as possible (*)
  dcde811... i386: Add minmax and abs patterns for 4-byte vectors [PR100 (*)
  11784fe... libstdc++: Implement LWG 3490 change to drop_while_view::be (*)
  317a38c... libstdc++: Fix access issue in iota_view::_Sentinel [PR1006 (*)
  ea34e2e... Daily bump. (*)
  5a3bf28... aix: collect2 text files in archive (*)
  885035e... c++: designators in single-element init lists (*)
  84fd1b5... c++: designated init with anonymous union [PR100489] (*)
  64ba45c... libstdc++: Do not use static_assert without message in C++1 (*)
  6b42b5a... libstdc++: Use __builtin_unreachable for constexpr assertio (*)
  ee336ec... c++: Add new warning options for C++ language mismatches (*)
  66168f9... dwarf: new dwarf_debuginfo_p predicate (*)
  459d84e... opts: change write_symbols to support bitmasks (*)
  9480491... PR middle-end/100684 - spurious -Wnonnull with -O1 on a C++ (*)
  4f4a2f1... Fix a test failure in g++.dg/modules/omp-1_c.C (*)
  d5cbe0f... libstdc++: Implement missing P0896R4 changes to reverse_ite (*)
  a71f55c... i386: Avoid integer logic insns for 32bit and 64bit vector  (*)
  cdcec2f... Fortran/OpenMP: Add support for 'close' in map clause (*)
  325bb08... Fix gnat.dg spurious failures on PowerPC64 LE (*)
  66c5f24... libstdc++: Disable floating_to_chars.cc on 16 bit targets (*)
  928e4ff... arm: Fix build failure by adding includes (*)
  507359e... i386: Add mult-high and shift patterns for 4-byte vectors [ (*)
  9c5bd1e... vect: Replace hardcoded inner loop cost factor (*)
  1a9b3f0... c: Add support for __FILE_NAME__ macro (PR c/42579) (*)
  9e0a5e3... Testsuite/Fortran: gfortran.dg/pr96711.f90 - fix expected v (*)
  94fa4c6... openmp: Handle explicit linear clause properly in combined  (*)
  2b53679... phiopt: Simplify (X & Y) == X -> (X & ~Y) == 0 even in pres (*)
  d15a2d2... libcpp: Fix up -fdirectives-only handling of // comments on (*)
  75ab8b4... c++: _Complex template parameter [PR100634] (*)
  fe9a661... c++: ICE with using and enum [PR100659] (*)
  65f32e5... Daily bump. (*)
  eb2a917... PR c/100619 - ICE on a VLA parameter with too many dimensio (*)
  dc6758f... Split gimple range folding with ranges into a stand alone c (*)
  cd67343... c++: ICE with <=> fallback [PR100367] (*)
  9b50282... doc: Update description of __GXX_EXPERIMENTAL_CXX0X__ (*)
  873c518... c++: implicit deduction guides, protected access (*)
  adcb497... c++: Relax attribute on friend declaration checking [PR1005 (*)
  a911287... testuite: Check pthread for omp module testing (*)
  5b95374... arm: Fix ICE with CMSE nonsecure calls on Armv8.1-M [PR1003 (*)
  beeb015... arm/testsuite: Fix testcase for PR99977 (*)
  1e66480... RISC-V: Properly parse the letter 'p' in '-march'. (*)
  4536433... aarch64: Use correct type attributes for RTL generating XTN (*)
  577d581... aarch64: Use an expander for quad-word vec_pack_trunc patte (*)
  a680be2... testsuite: aarch64: Add tests for high-half narrowing instr (*)
  ddbdb9a... aarch64: Refactor aarch64_<sur>q<r>shr<u>n_n<mode> RTL patt (*)
  778ac63... aarch64: Relax aarch64_sqxtun2<mode> RTL pattern (*)
  4e26303... aarch64: Relax aarch64_<sur>q<r>shr<u>n2_n<mode> RTL patter (*)
  3eddaad... aarch64: Relax aarch64_<sur><addsub>hn2<mode> RTL pattern (*)
  8d51039... middle-end/100672 - fix bogus right shift folding (*)
  32bd035... Fix typos. (*)
  7bb4b7a... aarch64: Enable aarch64_load to use UNSPEC_PRED_X loads (*)
  35a16e4... Avoid marking TARGET_MEM_REF bases addressable (*)
  2e6ad1b... Enable more WITH_SIZE_EXPR processing (*)
  1467100... Add 'libgomp.oacc-c-c++-common/private-atomic-1.c' [PR83812 (*)
  5a16fb1... Add 'libgomp.oacc-c-c++-common/loop-gwv-2.c' (*)
  e668345... builtins: Fix ICE with unprototyped builtin call [PR100576] (*)
  a73a5af... apply TLC to GIMPLE reference verification (*)
  ea30c7b... i386: Allow 64bit vector modes in general registers (*)
  51cfa55... Fix commit mistake in testcase gcc.dg/tree-ssa/ssa-sink-3.c (*)
  780e5d4... openmp: Handle lastprivate on combined target correctly [PR (*)
  c6c62ba... gcc/go/ChangeLog: remove entry for reverted change (*)
  2ebddf2... gofrontend: revert startswith change (*)
  c922c65... libgo: update configure to current sources (*)
  28ec117... libgo: update bzip2 binary test cases to match source repo (*)
  de56f95... Run pass_sink_code once more before store_merging (*)
  39ed6a8... libgo: use Windows line endings in testwinsignal (*)
  01b2864... c++: ICE with bad definition of decimal32 [PR100261] (*)
  061fe8c... c++: template template parm pack expansion [PR100372] (*)
  a8daf9a... Daily bump. (*)
  17af39e... sim: depend on gnulib (*)
  79cf000... rs6000: Remove old psabi warnings (*)
  5c66a1a... d: Use filename_ncmp instead of strncmp (*)
  f87ce01... d: Use startswith function instead of strncmp (*)
  3e0ad85... d: Revert "Come up with startswith function." (*)
  fef7c89... c++: Prune dead functions. (*)
  8c11475... c++: non-static member, decltype, {} [PR100205] (*)
  f71ca97... c++: "perfect" implicitly deleted move [PR100644] (*)
  cd323d9... analyzer: fix missing leak after call to strsep [PR100615] (*)
  46ca31d... i386: Implement 4-byte vector support [PR100637] (*)
  7d3711a... config: delete unused sim macros (*)
  cc193ac... Fortran/OpenMP: Add missing EXEC_OMP_DEPOBJ case val [PR100 (*)
  38751c4... libstdc++: Fix access issue in elements_view::_Sentinel [PR (*)
  8b9484c... i386: Fix <any_extend:insn>v4qiv4di2 expander (*)
  d39fbed... i386: Fix split_double_mode with paradoxical subreg [PR1006 (*)
  d3a0208... Avoid setting TREE_ADDRESSABLE on stack vars during RTL exp (*)
  b5c3145... [libgomp, testsuite] Don't shadow global 'offload_targets'  (*)
  937fa5f... 'libgomp.c-c++-common/reduction-{5,6}.c': Restrict '-latomi (*)
  abf937a... 'libgomp.c/target-44.c': Restrict '-latomic' to nvptx offlo (*)
  03eb779... Add 'dg-note', 'dg-lto-note' (*)
  5116b54... gcc/configure.ac: Fix cross build by using $(CFLAGS-$@) [PR (*)
  e1cca88... [OMP] Tighten 'is_gimple_omp_oacc' (*)
  3e2c715... operand scanner TLC (*)
  6806469... startswith: Fix offloading targets. (*)
  7b4bae0... gcc-changelog: Remove use of non-strict mode (*)
  c0129e2... Use startswith in targets. (*)
  c81704b... regcprop: Avoid DCE of asm goto [PR100590] (*)
  978b62e... function: Set dummy DECL_ASSEMBLER_NAME in push_dummy_funct (*)
  65061ea... phiopt: Optimize partial_ordering spaceship >= 0 -ffinite-m (*)
  b2a0977... genversion should depend on DATESTAMP (*)
  def010e... arc: Fix typo in negv2si2 pattern (*)
  1e07091... Fix gcc.target/i386/pr100582.c with AVX512 (*)
  414fe08... c/100522 - avoid invalid GIMPLE in GIMPLE parsing (*)
  4054472... c/100547 - reject overly large vector_size attributes (*)
  7e75d62... IBM Z: Support vector _Bool language extension (*)
  720dff9... PR100281 C++: Fix SImode pointer handling (*)
  fe993b4... libstdc++: Fix up semiregular-box partial specialization [P (*)
  03cf8d5... libstdc++: Fix condition for memoizing reverse_view::begin( (*)
  2e2eef8... libstdc++: Fix miscellaneous issues with elements_view::_Se (*)
  a7ffc1e... Daily bump. (*)
  3f476de... Once a range becomes constant, make it invariant. (*)
  5282b2a... MAINTAINERS: Add myself for write after approval (*)
  ba886d0... openmp: Notify team barrier of pending tasks in omp_fulfill (*)
  5d93261... c++: Fix diagnostic for binding lvalue reference to volatil (*)
  09867aa... PR fortran/98411 - Pointless warning for static variables (*)
  346cbaf... libstdc++: Fix wrong thread waking on notify [PR100334] (*)
  58f7c7e... [nvptx] Handle memmodel for atomic ops (*)
  45aa7a4... libstdc++: Fix filesystem::path constraints for volatile [P (*)
  fd89fc7... libstdc++: diagnose some misuses of [locale.convenience] fu (*)
  60a156a... libstdc++: Fix std::jthread assertion and re-enable skipped (*)
  ce81282... Bail in bounds_of_var_in_loop if scev returns NULL. (*)
  e91a17f... AArch64: Have -mcpu=native and -march=native enable extensi (*)
  f6a0608... Docs: add 2 missing dots. (*)
  086882b... c/100625 - avoid building invalid labels in the GIMPLE FE (*)
  47abe2a... IBM Z: Avoid bash-specific substitution in configure (*)
  e0a5daf... middle-end/100582 - fix array_at_struct_end_p for vector in (*)
  bdd8e3d... Improve message for wrong number of alternatives. (*)
  7606865... arm: Auto-vectorization for MVE: add __fp16 support to VCMP (*)
  a6eacbf... arm: Auto-vectorization for MVE: vcmp (*)
  45063c0... Fix ICE [PR target/100549] (*)
  0ca93e3... testsuite/arm: Add mve-vadd-scalar-1.c test (*)
  c34e186... testsuite/arm: Add mve-vadd-1.c test (*)
  afa4401... testsuite/arm: Factorize and increase coverage in mve-sub_1 (*)
  e87d568... testsuite/arm: Improve mve-vshr.c (*)
  3251878... testsuite/arm: Fix and rename arm_qbit_ok into arm_sat_ok e (*)
  582776e... OpenMP/Fortran: Reject nonintrinsic assignments in OMP WORK (*)
  e3b6d3a... libstdc++: Allow lualatex to be used for Doxygen PDF (*)
  a8e19fa... Avoid outputting corrupt string constructor when host/targe (*)
  3cbcb5d... LTO: merge -flto=foo both from IL and linker cmdline (*)
  b050cf6... testsuite: Require openmp effective-target for PR100515 (*)
  2ec80a3... Update mpfr version to 3.1.6 (*)
  52a8120... Revert "download_prerequisites: update MPFR version to reco (*)
  1dfb5d8... Daily bump. (*)
  e49ff61... testsuite: Silence psabi warning (*)
  2fa3e57... testsuite: Require fsanitize support on the target. (*)
  4a32234... arm: remove error in CPP_SPEC when -mlittle-endian and -mbi (*)
  f1146b5... testsuite/arm: Improve unsigned-float.c (*)
  1ba3f0e... Daily bump. (*)
  5bd66c6... rs6000: Add ROP tests (*)
  3ec3a9f... rs6000: Conditionally define __ROP_PROTECT__ (*)
  af979a9... rs6000: Emit ROP-mitigation instructions in prologue and ep (*)
  0df864e... rs6000: Add -mrop-protect and -mprivileged flags (*)
  57d2342... reorg.c (fill_slots_from_thread): Reinstate code typoed out (*)
  af42043... Revert "tree-sra: Avoid refreshing into const base decls (P (*)
  425ad87... regcprop: Fix another cprop_hardreg bug [PR100342] (*)
  87a7d10... Daily bump. (*)

(*) This commit already exists in another branch.
    Because the reference `refs/heads/devel/c++-coroutines' matches
    your hooks.email-new-commits-only configuration,
    no separate email is sent for this commit.


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-05-21 22:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-21 22:43 [gcc/devel/c++-coroutines] (174 commits) Merge master r12-979 Iain D Sandoe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).