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

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

 73e285412a4... Merge master r12-6268.

It previously pointed to:

 24d7992c8a3... Merge master r12-6159.

Diff:

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

  73e2854... Merge master r12-6268.
  85a3442... Fortran: Fix ICE caused by missing error for untyped symbol (*)
  6aa0859... libstdc++: Fix overconstrained std::string constructor [PR1 (*)
  3633cc5... libstdc++: Implement P1328 "Making std::type_info::operator (*)
  096228d... libstdc++: Improvements to standard error category objects  (*)
  1918067... libstdc++: Fix std::error_code pretty printer for versioned (*)
  7a2f2d9... libstdc++: Add pretty printer for std::regex internals (*)
  749ee73... libstdc++: Fix comments in std::forward_list tests (*)
  76a4593... libstdc++: Avoid -Wzero-as-null-pointer-constant warning [P (*)
  917c7b1... libstdc++: Simplify std::allocator_traits<allocator<void>>: (*)
  cebe875... libstdc++: Fix example preprocessor command in FAQ [PR10387 (*)
  e093667... libstdc++: Reduce template instantiations in <regex> (*)
  9a2451c... libstdc++: Compare match_results for failed regex_match (*)
  260a533... libstdc++: Improve std::regex_error::what() strings (*)
  b1e701d... [c++] Adjust mark used member in instantiated class scope (*)
  f2da9e2... Fix diagnostic recursion ICE (*)
  77e7161... DCO Entry (*)
  5e51d85... [Ada] Improve support for casing on types with controlled p (*)
  a7b4fbd... [Ada] Simplify detection of alphabetic characters with memb (*)
  2af751b... [Ada] Expand controlling function wrapper into expression f (*)
  3531f20... [Ada] Expand controlling functions wrappers in GNATprove mo (*)
  48b8a56... [Ada] Use Add_Char_To_Name_Buffer for 1-character strings (*)
  ad2fd23... [Ada] Simplify calls to Name_Find with known string paramet (*)
  f3799ac... [Ada] Compiler crash with -gnatR2 and with of child (*)
  76cc077... [Ada] Remove obsolete s-sopco* and s-strops units (*)
  3077fc4... [Ada] Remove extra whitespace in declarations and parameter (*)
  31593d2... [Ada] Remove explicit "in" in internal parameter associatio (*)
  17b7c44... [Ada] Align arrows in parameter associations (*)
  0861312... [Ada] Remove extra space in parameter associations (*)
  82faa04... [Ada] Fix layout of parameters in calls to Predef_Spec_Or_B (*)
  e2642e2... [Ada] Fix condition to build subtype for discriminated type (*)
  bfcc4dd... [Ada] Add contracts for the proof of System.Arith_128 (*)
  7c58372... [Ada] Simplify handling of user-defined numeric literals (*)
  3814652... [Ada] Proof of runtime units for integer exponentiation (ch (*)
  1702fb6... [Ada] Remove unnecessary check for missing parameter specif (*)
  c239773... [Ada] Introduce expression functions for contract of Scan_E (*)
  a650593... [Ada] Prevent Get_Current_Value_Condition from returning th (*)
  54403a8... [Ada] Simplify making of null procedure wrappers (*)
  af28783... [Ada] Proof of runtime units for integer exponentiation (ch (*)
  8ec9fd4... [Ada] Remove redundant code related to instances with forma (*)
  a714d2b... [Ada] Fix sharing of formal parameters between wrapper spec (*)
  0f93c57... [Ada] Renamed_Entity should return Entity_Id (*)
  06faf92... [Ada] Deconstruct dead wrappers added for external axiomati (*)
  1a056c2... [Ada] Rename parameter-dependent constants in generic unit (*)
  50d8b10... [Ada] Fix lemma in generic unit System.Arith_Double (*)
  acdf2f0... [Ada] Remove Compiler_Unit[_Warning] pragmas (*)
  1fc9386... [Ada] Reduce runtime dependencies on stage1 (*)
  1021b72... tree-optimization/103816 - detect offset overflow in SLP gr (*)
  a4c2e62... gimple-fold: Remove incorrect folding of debug stmts [PR103 (*)
  4ce3bd7... testsuite: Fix gcc.target/i386/pr103895.c testcase [PR10389 (*)
  0fc60c1... ipa-inline: Add target info into fn summary [PR102059] (*)
  a0239f8... compiler: remove duplication of Named_object traversal (*)
  7d11b64... Daily bump. (*)
  5a431b6... Eenable -Winvalid-memory-order for C++ [PR99612]. (*)
  708b87d... i386: Introduce V2QImode vectorized logic [PR103861] (*)
  dd80200... c++: add begin/end to releasing_vec (*)
  71c5b8b... c++: add emacs c++-mode marker (*)
  0c9b04e... MAINTAINERS: Change of email address. (*)
  88e8616... tree-optimization/103800 - sanity check more PHI vectorizat (*)
  790854e... libgcc: Use _dl_find_object in _Unwind_Find_FDE (*)
  be66195... libgomp/testsuite: Improve omp_get_device_num() tests (*)
  ebc853d... tree-optimization/103690 - not up-to-date SSA and PRE DCE (*)
  beed3f8... nvptx: Transition nvptx backend to STORE_FLAG_VALUE = 1 (*)
  a54d117... Adjust VxWorks fixincludes hack for mkdir to work for C++ (*)
  48e2d9b... Register --sysroot in the driver switches table (*)
  fbb5924... libgomp: Fix GOMP_DEVICE_NUM_VAR stringification during off (*)
  1a15451... tree-optimization/103864 - SLP reduction of reductions with (*)
  801b2c8... shrink-wrapping: Don't call can_get_prologue unnecessarily  (*)
  4bd5297... x86: Update model value for Alderlake and Rocketlake (*)
  62c8b21... openmp: Fix ICE in gimplify_omp_affinity [PR103643] (*)
  05da968... Force_reg operand 1. (*)
  d4b710a... [COMMITTED] c++: [PR90782] Add testcase (*)
  4335914... tree-pretty-print: still indent unhandled codes (*)
  a4ae8c3... Daily bump. (*)
  bb93616... c-family: Have -Wformat-diag accept "decl-specifier" [PR103 (*)
  1096ab1... i386: Always enable mov<V_32:mode> patterns [PR103894] (*)
  122a754... c++: Avoid narrowing in make_char_string_pack (*)
  4003ecb... Revamp documentation for _Complex types extension (*)
  6447f6f... Fortran: Fix array copy-in/copy-out for BIND(C) functions [ (*)
  6362627... i386, fab: Optimize __atomic_{add,sub,and,or,xor}_fetch (x, (*)
  4911609... middle-end/103851 - ensure SSA names are released during OM (*)
  91031bf... symtab: Fold &a == &b to 0 if folding_initializer [PR94716] (*)
  814c221... testsuite: fix ASAN errors in i386.exp tests (*)
  b043d4f... testsuite: fix vect.exp ASAN errors (*)
  c43b590... d: Merge upstream dmd 001bfd97b, druntime 759e6023, phobos  (*)
  bd5b0fc... docs: Use ; for function declarations. (*)
  134442b... c++: Support &typeid(x) == &typeid(y) and typeid(x) == type (*)
  cd83fd9... tree-optimization/66502 - add testcase (*)
  7adcbaf... Update copyright years. (*)
  5d5db19... Add University of Illinois as external author (*)
  877e3c2... Update Copyright in ChangeLog files (*)
  abc1ac2... Update copyright dates. (*)
  6123f29... Rotate ChangeLog files - step 2 - remove 2021 entries from  (*)
  d04ae83... Rotate ChangeLog files - part 1 - add ChangeLog-2021. (*)
  660e583... Add testcase for PR103615 (*)
  5da23a1... Daily bump. (*)
  9ff206d... i386: Introduce V2QImode vectorized arithmetic [PR103861] (*)
  6bec6e3... Adjust shadd-2 and shadd-3 scan counts. (*)
  ee4e234... Skip gcc.dg/guality/example.c on hppa-linux. (*)
  c743614... c++: fix array cleanup with throwing temp dtor (*)
  092e60f... c++: don't wrap cleanups that can't throw (*)
  4620531... Generate illegal instruction fault if LWS syscall returns - (*)
  4759c16... Use optab_libfunc to access sync_lock_test_and_set libfunc  (*)
  62eb530... Daily bump. (*)
  4f3b1a0... Fixincludes: Handle __FLT_EVAL_METHOD__ == 16 on darwin (*)
  5fa4f98... Committed: Add testcases for a few PRs (*)
  7918d82... testsuite: Adjust gcc.misc-tests/godump-1.c testcase (*)
  222dbeb... objc: Fix handling of break stmt inside of switch inside of (*)
  f17d267... Daily bump. (*)
  cb48166... Fortran: Fix test on targets without REAL128 (*)

(*) 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-01-05 19:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-05 19:54 [gcc/devel/c++-coroutines] (110 commits) Merge master r12-6268 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).