public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc/microsoft/heads/main] (352 commits) Merge remote-tracking branch 'origin/merge-master-1af78e731
@ 2021-10-23  0:10 Eugene Rozenfeld
  0 siblings, 0 replies; only message in thread
From: Eugene Rozenfeld @ 2021-10-23  0:10 UTC (permalink / raw)
  To: gcc-cvs

The branch 'microsoft/heads/main' was updated to point to:

 d1e6e47a6ff... Merge remote-tracking branch 'origin/merge-master-1af78e731

It previously pointed to:

 1129fdc2de5... Fix checkout command.

Diff:

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

  d1e6e47... Merge remote-tracking branch 'origin/merge-master-1af78e731
  30dc466... Merge commit '1af78e731feb9327a17c99ebaa19a4cca1125caf' int
  98abe02... Update xfail with new failures
  1af78e7... Fortran: Fixes and additional tests for shape/ubound/size [ (*)
  1556e44... libstdc++: Implement LWG 3595 changes to common_iterator (*)
  2d3ac60... libstdc++: Implement LWG 3590-3592 changes to split_view/la (*)
  6667274... libstdc++: Implement LWG 3535 changes to ranges::join_view (*)
  a2c2dcc... libstdc++: Implement LWG 3481 change to ranges::viewable_ra (*)
  0fac85a... libstdc++: Remove constraints from std::optional monadic op (*)
  674dda6... Daily bump. (*)
  1c69016... c++: tweak parsing of invalid types (*)
  788483f... calls.c: Remove some dead code and target hooks (*)
  4ba4b05... libstdc++: Add missing test for std::optional::transform(F& (*)
  154c6d4... doc: Fix documentation around 'asm' keyword in C++ (*)
  885f9b4... doc: Remove broken link to old.html docs (*)
  3db4440... AArch64: Combine cmeq 0 + not into cmtst (*)
  52da40f... AArch64: Add pattern xtn+xtn2 to uzp1 (*)
  ea464fd... AArch64: Add pattern for sshr to cmlt (*)
  41812e5... AArch64: Add combine patterns for narrowing shift of half t (*)
  e33aef1... aarch64: Add combine patterns for right shift and narrow (*)
  d98626b... openmp: in_reduction support for Fortran (*)
  90454a9... libffi: Update ChangeLog.libffi for libffi 3.4.2 (*)
  39175be... Revert "target: support spaces in target attribute." (*)
  85d7543... Revert "target: Support whitespaces in target attr/pragma." (*)
  fe8ddf8... libffi: Add LOCAL_PATCHES (*)
  9c751b8... AArch64: Tune case-values-threshold (*)
  c437d33... AArch64: Enable fast shifts on Neoverse V1/N2 (*)
  16ce822... AArch64: Add support for __builtin_roundeven[f] (PR100966) (*)
  4824ed4... libffi: Integrate testsuite with GCC testsuite (*)
  5be7b66... libffi: Integrate build with GCC (*)
  92456a4... libffi: Sync with libffi 3.4.2 (*)
  d738405... libffi: Add HOWTO_MERGE, autogen.sh and merge.sh (*)
  7113f1b... Rename asm_out_file function arguments. (*)
  25ab851... gcc-changelog: Add libffi/ to ignored_prefixes (*)
  ad44c6a... [Patch][GCC][AArch64] - Lower store and load neon builtins  (*)
  914045d... [Patch][GCC][middle-end] - Generate FRINTZ for (double)(int (*)
  ac5e465... tree-optimization/102853 - avoid trapping types in split_co (*)
  6fca176... Remove unused back_threader destructor. (*)
  8b7f9c4... Remove superflous debugging messages from the threading reg (*)
  18606d7... [Ada] Remove unnecessary call to No_Uint_To_0 (*)
  4afb464... [Ada] Never treat intrinsic subprograms as nested (*)
  bd2560b... [Ada] Proof of the runtime support for attribute 'Width (*)
  c5742a0... [Ada] Provide dummy body for big integers library used in r (*)
  723d09e... [Ada] Fix problematic conversion of real literal in static  (*)
  f6f8b3f... [Ada] Delete unused runtime files (*)
  60440d3... [Ada] Factor out machine rounding operations (*)
  931d481... [Ada] Define __wrs_rtp_base in linker spec (*)
  6cf01c9... [Ada] Reject boxes in delta record aggregates (*)
  50cdd66... [Ada] Missing accessibility check when returning discrimina (*)
  9267014... [Ada] Crash on object of protected type with defaulted acce (*)
  0f074aa... [Ada] Add ghost code version of Ada.Numerics.Big_Numbers.Bi (*)
  2aa814c... [Ada] Refine type of a counter function for record delta ag (*)
  36e3802... [Ada] tech debt: Clean up Uint fields, such as Esize (*)
  749e01a... [Ada] Warning on nonmatching subtypes in fully conforming s (*)
  ff27467... [Ada] Prevent use of an uninitialized AST field with univer (*)
  d24e576... [Ada] Expose and use type-generic GCC atomic builtins (*)
  abb540a... [Ada] Rewrite tests on Convention_Intrinsic (*)
  4b39bab... [Ada] Small cleanup in Eval_Integer_Literal (*)
  0a8dcff... [Ada] Get rid of Frontend_Exceptions refs (*)
  8c73de6... [Ada] Issue warning on unused quantified expression (*)
  d9fe0e5... [Ada] Fix type conversion handling in validity checks (*)
  b47b543... Remove unused back_threader_registry::m_threaded_paths. (*)
  82cd78f... Restore --param=max-fsm-thread-length (*)
  972ee84... Fix PR middle-end/102764 (*)
  8fe93cc... Avoid exception propagation during bootstrap (*)
  c7abdf4... openmp: Fix up struct gomp_work_share handling [PR102838] (*)
  d4044db... gfortran.dg/bind-c-contiguous-5.c: Big-endian fix (*)
  4249452... c++: Fix up push_local_extern_decl_alias error recovery [PR (*)
  d8edfad... Disallow loop rotation and loop header crossing in jump thr (*)
  f36240f... Trivial fix to gil-1.c when analyzer is not enabled (*)
  9fbb6fa... tree-object-size: Make unknown a computation (*)
  3c8d8c0... Adjust testcase for O2 vectorization. (*)
  19472fc... Daily bump. (*)
  5566f3c... libstdc++: Implement LWG 3580 change to ranges::iota_view (*)
  bed1892... libstdc++: Implement LWG 3568 change to ranges::basic_istre (*)
  98af6b8... libstdc++: Implement LWG 3470 change to ranges::subrange (*)
  861440a... libstdc++: Implement LWG 3523 changes to ranges::iota_view (*)
  53b1c38... libstdc++: Implement LWG 3549 changes to ranges::enable_vie (*)
  c6a1fdd... doc: Fix typo in name of PowerPC __builtin_cpu_supports bui (*)
  58f339f... libstdc++: Implement std::random_device::entropy() for othe (*)
  3cfbe5d... rs6000: Guard some x86 intrinsics implementations (*)
  ce8add4... rs6000: Add nmmintrin.h to extra_headers (*)
  04d392e... libstdc++: Fix doxygen generation to work with relative pat (*)
  ff0eec9... Fortran: Fix 'fn spec' for deferred character length (*)
  7ef0cc4... Make file utf8 valid input. (*)
  93bd021... Refactor vect_supportable_dr_alignment (*)
  5a8832b... libstdc++: Change std::variant union member to empty struct (*)
  c4ecb11... libstdc++: Fix std::stack deduction guide (*)
  82b2e4f... libstdc++: Implement monadic operations for std::optional ( (*)
  6920d5a... Fortran: Fix "str" to scalar descriptor conversion [PR92482 (*)
  e3ef92e... aix: ensure reference to __tls_get_addr is in text section. (*)
  6b34f5c... target: Support whitespaces in target attr/pragma. (*)
  5f5baf7... MAINTAINERS: Add myself for write after approval (*)
  793d254... Refactor load/store costing (*)
  9890b12... libstdc++: Fix mem-initializer in std::move_only_function [ (*)
  476ca5a... Compute negative offset in get_load_store_type (*)
  d996799... tree-optimization/102827 - avoid stmts in preheader (*)
  f98359b... PR target/102785: Correct addsub/subadd patterns on bfin. (*)
  0910c51... rs6000: Remove unspecs for vec_mrghl[bhw] (*)
  d2161ca... Change threading comment before pass_ccp pass. (*)
  91419ba... Optimize the builtin vec_xl_sext (*)
  6b4c18b... [sve] PR93183 - Add support for conditional neg. (*)
  d19d902... Add misalignment output parameter to get_load_store_type (*)
  f45610a... c++: Don't reject calls through PMF during constant evaluat (*)
  caab013... Remove check_aligned parameter from vect_supportable_dr_ali (*)
  df59281... target: support spaces in target attribute. (*)
  38f6ee6... AVX512FP16: Add *_set1_pch intrinsics. (*)
  ce4d1f6... Daily bump. (*)
  4d92a69... Process EH edges again and call get_tree_range on non gimpl (*)
  3873323... openmp: Add additional tests for declare variant in Fortran (*)
  4abc0c1... i386: Fix ICE in ix86_print_opreand_address [PR 102761] (*)
  582d43a... c++: improve template/crash90.C (*)
  1257aad... Apply TLC to vect_supportable_dr_alignment (*)
  30d6ff3... tree-object-size: Avoid unnecessary processing of __builtin (*)
  c9ff458... Reduce the number of aligned_access_p calls (*)
  b0ea7a8... Remove redundant alignment scheme recomputation (*)
  3adcf7e... openmp: Fix handling of numa_domains(1) (*)
  dece6ae... Clone correct pass in class pass_thread_jumps_full. (*)
  80d360f... 387-12.c: Require ia32 target instead of -m32 (*)
  247c407... Try placing RTL folded constants in the constant pool. (*)
  815f15d... gcov: return proper exit code when error happens (*)
  fecda57... bfin: Popcount-related improvements to machine description. (*)
  eb03289... tree-optimization/102788 - avoid spurious bool pattern fail (*)
  94dff03... Constant fold SS_NEG and SS_ABS in simplify-rtx.c (*)
  20dcda9... [sve] PR93183 - Add support for conditional neg. (*)
  85ce673... gcc-changelog: update error message location (*)
  47e4ab6... Strlen pass refactoring. (*)
  64f9623... Fortran: Fix Bind(C) Array-Descriptor Conversion (*)
  a5b1b2a... tree-optimization/102798 - avoid copying PTA info to old SS (*)
  724e270... Remove unused but set variables. (*)
  017665f... Fortran: Fix CLASS conversion check [PR102745] (*)
  f5b3743... Daily bump. (*)
  fb5b077... [PATCH] d-demangle: properly skip anonymous symbols (*)
  5d4d64f... Allow fully resolving backward jump threading passes. (*)
  7319539... Daily bump. (*)
  a9ef07f... gcc/configure: Check for powerpc64le*-*-freebsd* (*)
  7407f70... Change set_ptr_nonull to set_ptr_nonnull in comments (*)
  99b287b... Fix wrong code in ldost-strlen-1.c (*)
  93d183a... Daily bump. (*)
  e547d13... libstdc++: Fix error in filesystem::path with Clang (*)
  929abc7... libstdc++: Define std::basic_string::resize_and_overwrite f (*)
  79802c5... c++: array cv-quals and template specialization [PR101402] (*)
  1e819bd... Fortran: validate shape of arrays in constructors against d (*)
  4aef14b... Darwin: Update specs handling '-r'. (*)
  353cb29... Darwin: Revise handling of some driver opts. (*)
  730f52e... Allow early sets of SSE hard registers from standard_sse_co (*)
  2c564e8... libstdc++: Make non-propagating-cache fully constexpr [PR10 (*)
  ad820b0... libstdc++: Add missing constexpr to std::variant (P2231R1) (*)
  e27771e... libstdc++: Remove try/catch overhead in std::variant::empla (*)
  1ba7ada... libstdc++: Remove unused functions in std::variant implemen (*)
  a01704f... Darwin, D: Fix D bootstrap, include tm-dwarf2.h. (*)
  93ac832... Ranger : Do not process abnormal ssa-names. (*)
  a10794e... openmp: Improve testsuite/libgomp.c/affinity-1.c testcase (*)
  168761a... Consistently use "rG" constraint for copy instruction in mo (*)
  4a0fed0... openmp: Handle OpenMP 5.1 simplified OMP_PLACES syntax (*)
  c057ed9... openmp: Fix up strtoul and strtoull uses in libgomp (*)
  4764049... openmp: Fix up handling of OMP_PLACES=threads(1) (*)
  f3d6437... amdgcn: fix up offload debug linking with LLVM 13 (*)
  cbcba1e... tree-optimization/102752: Fix determining precission of red (*)
  914e917... Make signness explicit in tree-ssa/pr102736.c (*)
  e7ce32c... openmp: Add support for OMP_PLACES=numa_domains (*)
  5809be0... openmp: Add support for OMP_PLACES=ll_caches (*)
  7bfe7d6... Always default to DWARF2_DEBUG if not specified, warn about (*)
  17ffb7a... c/102763 - fix ICE with invalid input to GIMPLE FE (*)
  11a4714... ipa/102762 - fix ICE with invalid __builtin_va_arg_pack ()  (*)
  be072bf... AVX512FP16: Enhance vector shuffle builtins (*)
  147ed01... middle-end/102682 - avoid invalid subreg on the LHS (*)
  575191b... AVX512FP16: Fix ICE for 2 v4hf vector concat (*)
  f757152... AVX512FP16: Fix testcase for complex intrinsic (*)
  1595fe4... c++: instantiate less for constant folding (*)
  5bb1e51... Add target int128 to testcase. (*)
  5d5885c... Daily bump. (*)
  401aaa5... Add ability to use full resolving path solver in the backwa (*)
  0bd6879... Cleanup --params for backward threader. (*)
  d71e1be... Minor cleanups to backward threader. (*)
  4f87d4c... libstdc++: Simplify variant access functions (*)
  373acac... libstdc++: Make filesystem::path(path&&) always noexcept (*)
  04a9b8d... c-family: Support DFP printf/scanf formats for C2X (*)
  b7561b5... libgcc: Add a backchain fallback to _Unwind_Backtrace() on  (*)
  b47490c... Fortran: generate error message for negative elements in SH (*)
  1b115da... Fortran: fix order of checks for the SHAPE intrinsic (*)
  f0b7d4c... Simplification for right shift. (*)
  2c4666f... openmp: Mark declare variant directive in documentation as  (*)
  e19eea3... libiberty: d-demangle: Add test case for function literals (*)
  0555b86... libiberty: d-demangle: add test cases for simple special ma (*)
  724ee5a... openmp, fortran: Add support for OpenMP declare variant dir (*)
  73f34f4... rs6000: Fix memory leak in rs6000_density_test (*)
  1975395... arm: Remove add_stmt_cost hook (*)
  aa62b19... Add forgotten documentation of param ipa-cp-recursive-freq- (*)
  8ececf9... Fix mips testsuite fallout from vectorizer changes (*)
  5e3f888... libstdc++: Fix brainwrong in path::_S_convert(T) [PR102743] (*)
  3d95867... libstdc++: Use more descriptive feature test macro (*)
  62b505a... sve: optimize add reduction patterns (*)
  fecd145... Fix ICE in insert_access. (*)
  27dea0b... Add FIXME note to backward threader. (*)
  ebdf180... Fix predcom-3.c on arc-elf after vectorizer changes (*)
  9b2ad21... tree-optimization/102659 - really avoid undef overflow in i (*)
  4cb5298... Eliminate AUTODETECT_VALUE usage in options. (*)
  6779e9b... aarch64: Fix pointer parameter type in LD1 Neon intrinsics (*)
  a311163... Do not call range_on_path_entry for SSAs defined within the (*)
  d67b22e... Darwin: Update quotes in driver warning messages. (*)
  ff2b92d... ipa-cp: Propagation boost for recursion generated values (*)
  f837785... aarch64: Remove redundant flag_vect_cost_model test (*)
  3d0a727... Add debug helpers for auto_bitmap. (*)
  6e3bfd6... libstdc++: Fix test for feature test macro (*)
  476f305... libstdc++: Add missing constexpr to std::optional (P2231R1) (*)
  ee9fa8a... [Ada] reenable ada83 library unit renaming error (*)
  2f9529f... AVX512FP16: Adjust builtin for mask complex fma (*)
  bd440a8... Adjust testcase for O2 vectorization[Wuninitialized] (*)
  4728afb... Fix TARGET_SOFT_FLOAT patterns in pa.md (*)
  9eb28a0... Daily bump. (*)
  f874a13... libstdc++: Fix regression in memory use when constructing p (*)
  ce55693... libstdc++: Rename files with the wrong extensions (*)
  b83b810... libstdc++: Refactor filesystem::path encoding conversions (*)
  85b24e3... libstdc++: Fix dangling string_view in filesystem::path [PR (*)
  97c3200... x86_64: Some SUBREG related optimization tweaks to i386 bac (*)
  90582eb... ctfc: remove redundant comma in enumerator list (*)
  1456bd4... dwarf2ctf: fix typo in comment (*)
  54fa556... Check to see if null pointer is dereferenceable [PR102630]. (*)
  43ae43f... collect2: Fix missing cleanups. (*)
  5efeaa0... [arm] Fix MVE addressing modes for VLDR[BHW] and VSTR[BHW] (*)
  20995e6... Add support for 32-bit hppa targets in muldi3 expander (*)
  72e0c74... gcov: make profile merging smarter (*)
  489c8f2... Add GSI_LAST_NEW_STMT iterator update (*)
  e415bc4... Fix handling of flag_rename_registers by a target. (*)
  3c0194d... tree-optimization/102659 - avoid undefined overflow after i (*)
  77c7abe... Fortran: dump-parse-tree.c fixes for OpenMP (*)
  c1b6c36... libstdc++: Ensure language linkage of std::__terminate() (*)
  23cd18c... ipa/102714 - IPA SRA eliding volatile (*)
  78fff8a... dwarf2ctf: fix typo in comment (*)
  a124c1b... rs6000/test: Adjust test cases due to O2 vect [PR102658] (*)
  5205598... Daily bump. (*)
  bd6f2c6... c-family: Support format checking C2X %b, %B formats (*)
  76ba473... rs6000: Fix vec_cpsgn parameter order (PR101985) (*)
  4ca446a... Mark certain subdirectories as missing TAGS targets. (*)
  b37351e... i386: Improve workaround for PR82524 LRA limitation [PR8573 (*)
  640ae31... doc: Update MinGW and mingw-64 download links. (*)
  727137d... libstdc++: Fix test that fails for C++20 (*)
  7481021... libstdc++: Fix move construction of std::tuple with array e (*)
  d9dfd7a... libstdc++: Improve diagnostics for misuses of output iterat (*)
  8226f63... doc: Fix typos in alloc_size documentation (*)
  98c0ac7... [PATCH v2] libiberty: d-demangle: remove parenthesis where  (*)
  ccfcf08... libgomp: Release device lock on cbuf error path (*)
  d1dcaa3... tree-optimization/102696 - fix SLP discovery for failed BIT (*)
  9f12a45... tree-optimization/102572 - fix gathers with invariant mask (*)
  e36206c... sve: combine inverted masks into NOTs (*)
  a1a7d09... Fix PR target/102588 (*)
  f5a538e... Fortran version of libgomp.c-c++-common/icv-{3,4}.c (*)
  eb92cd5... Fortran: Various CLASS + assumed-rank fixed [PR102541] (*)
  8e1fe3f... openmp: Avoid calling clear_type_padding_in_mask in the com (*)
  4096bf8... openmp: Add documentation for omp_{get_max, set_num}_thread (*)
  de7fa70... openmp: Fix up warnings on libgomp.info build (*)
  88f5ad5... openmp: Add testsuite coverage for omp_{get_max,set_num}_th (*)
  342aedf... libgomp: alloc* test fixes [PR102628, PR102668] (*)
  fab2f61... vectorizer: Fix up -fsimd-cost-model= handling (*)
  73c535a... Support reduc_{plus,smax,smin,umax,umin}_scal_v4qi. (*)
  d61ce6a... Adjust testcase for O2 vectorization enabling (*)
  82bc935... rs6000: Correct several errant dg-require-effective-target (*)
  29fb1e8... rs6000: Support more SSE4 "cmp", "mul", "pack" intrinsics (*)
  285d75a... rs6000: Support SSE4.1 "cvt" intrinsics (*)
  1ec08ca... rs6000: Simplify some SSE4.1 "test" intrinsics (*)
  2be6f6d... rs6000: Support SSE4.1 "min" and "max" intrinsics (*)
  732d763... Daily bump. (*)
  30cce6f... Add obj-c++.srcman target to gcc/objcp/Makefile. (*)
  150493d... Revert accidental change in ipa-modref-tree.h (*)
  250ddf4... libstdc++: Add wrapper for internal uses of std::terminate (*)
  247bac5... libstdc++: Simplify std::basic_regex::assign (*)
  45ba542... libstdc++: Fix std::numeric_limits::lowest() test for stric (*)
  6b6788f... libstdc++: Add valid range assertions to std::basic_regex [ (*)
  84088dc... libstdc++: Fix std::match_results::end() for failed matches (*)
  008e739... Commonize ipa-pta constraint generation for calls (*)
  0de8c2f... c++: Add testcase for already-fixed PR [PR102643] (*)
  1c0a83e... doc: improve -fsanitize=undefined description (*)
  f858239... ChangeLog: Remove incorrect PR reference (*)
  3387256... middle-end/102683 - fix .DEFERRED_INIT expansion (*)
  09a0aff... middle-end/101480 - overloaded global new/delete (*)
  a40970c... [Ada] Fix problematic import of type-generic GCC atomic bui (*)
  4a0d6b7... [Ada] Tweak the warning about missing local raises (*)
  5ea133c... [Ada] Fix for atomic wrongly rejected on object of discrimi (*)
  92961bd... [Ada] Fix incorrect size for pathological pass-by-copy para (*)
  547513e... [Ada] Runtime transition: System.Threads (*)
  a59626c... [Ada] Remove redundant guard in expansion of dispatching ca (*)
  939047f... [Ada] Valid postconditions incorrectly rejected. (*)
  2ad5d5e... [Ada] Incorrect Dynamic_Predicate results for static argume (*)
  26a7b2a... [Ada] sigset_t is an unsigned long on RTEMS (*)
  0f07649... [Ada] RTEMS: use regular RTEMS API for minimum stack size c (*)
  ddbcda7... [Ada] Export No_Exception_Propagation_Active for use by gig (*)
  b89465c... [Ada] Warn about conversion with any predefined time types (*)
  945ec76... [Ada] Simplify membership tests with N_Generic_Declaration (*)
  35338c6... [Ada] Remove constant arguments (*)
  d64c67d... [Ada] Find an interpretation for membership test with a sin (*)
  9d615a4... [Ada] RTEMS: use hardware interrupts instead of signals for (*)
  cea8335... [Ada] Fix internal error on fixed-point divide, multiply an (*)
  939b3a2... [Ada] Reorder subprogram spec and bodies in alphabetical or (*)
  e0926f7... [Ada] Rewrite extended names in derived class-wide expressi (*)
  4075bdc... [Ada] Import binder globals as constant (*)
  736f9be... [Ada] Move rewriting of boxes in aggregates from resolution (*)
  1bafcab... [Ada] Simplify initialization of concurrent components (*)
  90084d7... [Ada] Simplify detection of delayed aggregates (*)
  b52e152... [Ada] Simplify detection of record components with default  (*)
  7dc58f3... [Ada] Remove redundant guard against an empty component lis (*)
  5a6c36a... [Ada] RTEMS: use default stack checking emulation package (*)
  4dc82cc... [Ada] Do not clear Analyzed flag in expand if already set b (*)
  6b1c091... [Ada] Simplify code for checks within an initialization pro (*)
  07118f4... [Ada] Fix crash on array component with Default_Value (*)
  3e10307... [Ada] Size of time_t in newer verions of VxWorks7 (*)
  177b800... opts: Remove AUTODETECT_VALUE usage. (*)
  6b7a246... Remove usage of IRA_REGION_AUTODETECT (*)
  f709779... libgomp: Add tests for omp_atv_serialized and deprecate omp (*)
  07dd3bc... openmp: Add omp_set_num_teams, omp_get_max_teams, omp_[gs]e (*)
  6e3c4bf... IBM Z: Provide rawmemchr{qi,hi,si} expander (*)
  6f966f0... ldist: Recognize strlen and rawmemchr like loops (*)
  9abf8c9... options: use cl_optimization_hash. (*)
  4e5bc4e... [PR/target 100316] Allow constant address for __builtin___c (*)
  6d97315... Adjust testcase for O2 vectorization enabling. (*)
  8cd172e... Daily bump. (*)
  74ccca3... Fortran: handle initialization of derived type parameter ar (*)
  9583b26... var-tracking: Fix a wrong-debug issue caused by my r10-7665 (*)
  882d806... tree-optimization: [PR102622]: wrong code due to signed one (*)
  c9db17b... Daily bump. (*)
  b2713e9... Fortran: accept both old and new-style relational operators (*)
  2b30143... testsuite: Add missing comment for some dg-warning (*)
  b4e81f6... Adjust more testcases for O2 vectorization enabling. (*)
  875124e... openmp: Add support for OpenMP 5.1 structured-block-sequenc (*)
  0d788c3... Refine movhfcc. (*)
  ce6eec3... Daily bump. (*)
  fec283b... libstdc++: Remove unnecessary uses of _GLIBCXX_USE_WCHAR_T  (*)
  9a89281... libstdc++: Define deleted wchar_t overloads unconditionally (*)
  3c9fbc2... libstdc++: Define std::wstring_convert unconditionally [PR  (*)
  4bdb9d6... libstdc++: Enable type traits for wchar_t unconditionally [ (*)
  4997c8b... libstdc++: Enable vstring for wchar_t unconditionally [PR98 (*)
  0afb9eb... libstdc++: Always define typedefs and hash functions for wi (*)
  cfeff09... libstdc++: Move test that depends on wchar_t I/O to wchar_t (*)
  43e2a44... libstdc++: Add missing _GLIBCXX_USE_WCHAR_T checks in tests (*)
  29a9de9... libstdc++: Replace uses of _GLIBCXX_USE_INT128 in testsuite (*)
  d87105d... libstdc++: Access std::pair members without tuple-like help (*)
  64acc43... libstdc++: Avoid instantiation of _Hash_node before it's ne (*)
  7afb610... Fortran: Add diagnostic for F2018:C839 (TS29113:C535c) (*)
  9046e0d... [PR102627] Use at least natural mode during splitting hard  (*)
  e6f6972... libstdc++: Detect miscompilation of src/c++11/limits.cc (*)
  946486a... Grow non_null_ref bitmap when num_ssa_names increases. (*)
  4d90703... Implement irange::debug() (*)
  a1fc407... libstdc++: Reduce header dependencies of <algorithm> in C++ (*)
  a23653c... libsanitizer: Add AM_CCASFLAGS to Makefile.am (*)
  0ee3dc6... loop: Fix profile updates after unrolling [PR102385] (*)
  816da49... opts: include missing header files. (*)
  00f3429... Come up with OPTION_SET_P macro. (*)
  82e3a82... libstdc++: Restore debug checks in uniform container erasur (*)
  fcc13d6... libstdc++: Implement ostream insertion for chrono::duration (*)
  db3d727... openmp: Fix up declare target handling for vars with DECL_L (*)
  90285ce... Tweak new test cases for -march=cascadelake strangeness. (*)
  f49e3d2... libgcc: use .init_stack for constructors if available (*)

(*) This commit already exists in another branch.
    Because the reference `refs/vendors/microsoft/heads/main' 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-10-23  0:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-23  0:10 [gcc/microsoft/heads/main] (352 commits) Merge remote-tracking branch 'origin/merge-master-1af78e731 Eugene Rozenfeld

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).