public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc/devel/c++-coroutines] (85 commits) Merge master r12-7609.
@ 2022-03-11 10:33 Iain D Sandoe
  0 siblings, 0 replies; only message in thread
From: Iain D Sandoe @ 2022-03-11 10:33 UTC (permalink / raw)
  To: gcc-cvs

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

 ba23cb8245c... Merge master r12-7609.

It previously pointed to:

 f16549bc0e9... Merge master r12-7525.

Diff:

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

  ba23cb8... Merge master r12-7609.
  41bda00... Fortran: OpenMP/OpenACC avoid uninit access in size calc fo (*)
  5e28be8... Daily bump. (*)
  a717376... PR c++/84964: Middle-end patch to expand_call for ICE after (*)
  a8db9b9... libstdc++: Do not use fast_float for 16-bit size_t [PR10487 (*)
  d016dd7... analyzer: fix ICE with -fanalyzer-transitivity [PR104863] (*)
  d8e5fff... [PR103074] LRA: Check new conflicts when splitting hard reg (*)
  b5417a0... libstdc++: Move closing brace outside #endif [PR104866] (*)
  7c2ac3c... Fix multiple issue in the testcase allocate-1.f90. (*)
  4602a49... c++: ->template and implicit typedef [PR104608] (*)
  97f76b5... c++: Don't allow type-constraint auto(x) [PR104752] (*)
  ac8310d... c++: ICE with operator delete [PR104846] (*)
  e46843f... c++: allow variadic operator[] for C++23 [PR103460] (*)
  73f3b8a... libstdc++: Fix std::strong_order to handle NaN on VAX (*)
  c65d3c7... analyzer: add notes to write-to-const/string from access at (*)
  b6eaf90... analyzer: check for writes to consts via access attr [PR104 (*)
  708646d... analyzer: fix duplicates in check_for_tainted_size_arg (*)
  e671e48... ipa-cp: Avoid adjusting references through self-recursion ( (*)
  ee34ffa... tree-optimization/102943 - use tree form for sbr_sparse_bit (*)
  9467e73... ada/104861 - use target_noncanonial for Target_Name (*)
  83bc478... tree-optimization/102943 - avoid (re-)computing dominance b (*)
  cfaa2fa... libstdc++: Support VAX floats in std::strong_order (*)
  d563b0b... contrib: Fix non-portable shell commands in gcc-git-customi (*)
  3357878... [nvptx] Use no,yes for attribute predicable (*)
  f07178c... [nvptx] Disable warp sync in simt region (*)
  3e743d6... [nvptx] Handle unused result in nvptx_unisimt_handle_set (*)
  3ebcc05... [nvptx] Use bit-bucket operand for atom insns (*)
  248bbcb... [nvptx] Use atom.and.b64 instead of atom.b64.and (*)
  975e7ad... [nvptx] Add multilib mptx=3.1 (*)
  831ecdd... [nvptx] Restore default to sm_30 (*)
  7a5e036... [OpenACC privatization] Analyze 'lookup_decl'-translated DE (*)
  4487415... Add 'c-c++-common/goacc/kernels-decompose-pr104774-1.c' [PR (*)
  6870912... Add 'gfortran.dg/goacc-gomp/pr102330-{1,2,3}.f90' [PR102330 (*)
  1d9dc3d... Enhance further testcases to verify handling of OpenACC pri (*)
  6f8abf2... rs6000: Fix up __SIZEOF_{FLOAT,IBM}128__ defines [PR99708] (*)
  ff060ef... contrib: Fix up git-descr.sh regression [PR102664] (*)
  bae1041... PR c++/95999: Improved error recovery in enumeration lists. (*)
  2185c97... PR c++/39751: ICE-on-invalid parsing regression. (*)
  8cc4f9c... Daily bump. (*)
  65857ca... libstdc++: Avoid implicit narrowing from uint128_t [PR10485 (*)
  4ea128d... c: Revert C2x changes to function type compatibility (*)
  22015e7... Fortran: improve error recovery on invalid array section (*)
  e2607d7... toplevel: Makefile.def: Make configure-sim depend on all-re (*)
  4505265... GCN: Implement __atomic_compare_exchange_{1,2} in libgcc [P (*)
  bded0d5... Restore INDIRECT_REF asm operand heuristic with MEM_REF (*)
  caa6c33... x86: Define LIBGCC2_UNWIND_ATTRIBUTE on ia32 [PR104781] (*)
  ec0f53a... c++: non-constant non-dependent decltype folding [PR104823] (*)
  e32869a... c++: detecting copy-init context during CTAD [PR102137] (*)
  fe548eb... c++: merge default targs for function templates [PR65396] (*)
  4470e81... testsuite/104759 - adjust gcc.dg/vect/vect-multitypes-12.c (*)
  ba3ff5e... middle-end/104786 - ICE with asm and VLA (*)
  1c7b110... vect: fix out-of-bound access in supports_vec_convert_optab (*)
  a5c9b7c... Fortran: Fix CLASS handling in SIZEOF intrinsic (*)
  d765111... c, c++, c-family: -Wshift-negative-value and -Wshift-overfl (*)
  7ca24ae... simplify-rtx: Fix up SUBREG_PROMOTED_SET arguments [PR10483 (*)
  2ab70a4... mips: avoid signed overflow in LUI_OPERAND [PR104842] (*)
  17bffa0... contrib: Fix non-portable sed commands in gcc-descr [PR1026 (*)
  8d038a8... Daily bump. (*)
  e52af9c... PR c++/96440: ICE-on-invalid-code error recovery. (*)
  48777d9... Fortran: Fix gfc_conv_gfc_desc_to_cfi_desc with NULL [PR104 (*)
  3093f8a... PR c++/96437: ICE-on-invalid-code error recovery. (*)
  8ab72ec... PR c++/96329: ICE-on-invalid-code error recovery. (*)
  d54ce46... c++: Wrong error with alias template in class tmpl [PR10410 (*)
  2858e2a... compiler: ignore function type result name in export data (*)
  6f748bc... c++: Attribute deprecated/unavailable divergence (*)
  e3e369d... Fortran: do not frontend-optimize MINLOC/MAXLOC for charact (*)
  e480c3c... c++: Don't suggest cdtor or conversion op identifiers in sp (*)
  768956c... arm: Remove unused variable arm_binop_none_none_unone_quali (*)
  34b45cc... Darwin: Address a translation comment [PR104552]. (*)
  b7175f3... analyzer: more test coverage of leak detection [PR99771] (*)
  e1133c0... rtl: ICE with thread_local and inline asm  [PR104777] (*)
  23ed4df... x86: Disallow unsupported EH return (*)
  796f522... arm: MVE: Relax addressing modes for full loads and stores (*)
  6319391... Fix typo in gcc/params.opt. (*)
  10ecf51... contrib: Fix gcc-descr script [PR102664] (*)
  058d19b... tree-optimization/84201 - add --param vect-induction-float (*)
  7cce7b1... libstdc++: Remove incorrect copyright notice from header (*)
  5f07095... vect: disable bitmask tests on sparc (*)
  da2667c... params: Remove repeated word "that" in parameter descriptio (*)
  dc46350... tree-optimization/104825 - guard modref query (*)
  b1a741a... Optimize v4si broadcast for noavx512vl. (*)
  e6533e2... Daily bump. (*)
  03e0c80... c++: tweak to (*(fn))() patch [PR104618] (*)
  b7dbe87... Update gcc fr.po, sv.po (*)
  c0134b7... Fortran: Fix gfc_maybe_dereference_var [PR104430][PR99585] (*)

(*) 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:[~2022-03-11 10:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-11 10:33 [gcc/devel/c++-coroutines] (85 commits) Merge master r12-7609 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).