public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc/devel/sphinx] (316 commits) Merge branch 'master' into devel/sphinx
@ 2021-07-12  9:41 Martin Liska
  0 siblings, 0 replies; only message in thread
From: Martin Liska @ 2021-07-12  9:41 UTC (permalink / raw)
  To: gcc-cvs

The branch 'devel/sphinx' was updated to point to:

 993a6fb652c... Merge branch 'master' into devel/sphinx

It previously pointed to:

 7445abec5d3... Merge branch 'master' into devel/sphinx

Diff:

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

  993a6fb... Merge branch 'master' into devel/sphinx
  9b8b37d... offloading: fix -foffload hinting (*)
  1e72c24... arm/98435: Missed optimization in expanding vector construc (*)
  5f5fbb5... PR tree-optimization/101403: Incorrect folding of ((T)bswap (*)
  d55eee2... Daily bump. (*)
  269256f... Daily bump. (*)
  7466a0a... Require target lra for tests using asm goto (*)
  1798cac... runtime: remove direct assignments to memory locations (*)
  b9119ed... c++: 'new T[N]' and SFINAE [PR82110] (*)
  ef2ace6... Daily bump. (*)
  506f337... libffi/x86: Always check __x86_64__ for x86 hosts (*)
  ddd25bd... c++: concepts TS and explicit specialization [PR101098] (*)
  d5b1bb0... coroutines: Factor code. Match original source location in  (*)
  5904527... Improvement to signed division of integer constant on x86_6 (*)
  0d5db79... coroutines: Fix a typo in rewriting the function. (*)
  41bd1b1... Darwin, X86: Adjust call clobbers to allow for lazy-binding (*)
  54258e2... Darwin, config: Revise host config fragment. (*)
  511cec0... Missing piece in earlier change (*)
  37e6564... testsuite/101269: fix testcase when used with -m32 (*)
  2c699fd... c++: requires-expr with dependent extra args [PR101181] (*)
  f53e660... c++: find_template_parameters and TEMPLATE_DECLs [PR101247] (*)
  2e345e4... libstdc++: Only use __gthread_yield if gthreads is availabl (*)
  7802ee7... [Ada] Fix style in expansion of attribute Put_Image (*)
  d35d546... [Ada] par-ch6: do not mark subprogram as missing "is" if im (*)
  f377685... [Ada] Fix crash on type extensions with discriminants (*)
  bb66a10... [Ada] Add missed OS constant values (*)
  d206399... [Ada] Improve performance of Ada.Containers.Doubly_Linked_L (*)
  66d4366... [Ada] Crash on expansion of BIP construct in -gnatf mode (*)
  79b87fc... [Ada] Typo corrections and minor reformatting (*)
  e4de29f... [Ada] Add -gnatX support for casing on discriminated values (*)
  765ca22... [Ada] Crash on inlined separate subprogram (*)
  175c2f9... [Ada] Declare time_t uniformly based on a system parameter (*)
  fbc72d0... [Ada] Add source file name to gnat bug box (*)
  021cf76... [Ada] Fix layout of contracts (*)
  2390451... [Ada] Fix invalid JSON for derived variant record with -gna (*)
  06fd120... [Ada] Fix typo in comment related to derived discriminated  (*)
  90635a3... [Ada] Fix index range violations in krunch (*)
  e4a6acd... [Ada] Code cleanups in a-strfix.adb (*)
  2a847e8... [Ada] Add paragraph about representation changes and Scalar (*)
  f1b4b3d... [Ada] aarch64-rtems6: use wraplf variant for a-nallfl (*)
  1f72ec8... [Ada] Initialize local variables related to static expressi (*)
  e347e6c... [Ada] Inconsistency between declaration and body of predica (*)
  9b1647a... [Ada] Incremental patch for restriction No_Dynamic_Accessib (*)
  d80c733... [Ada] Update internal documentation of debugging informatio (*)
  81956c0... [Ada] Reorder preanalysis of static expression functions (*)
  e40f4ab... [Ada] Decouple analysis of static expression functions from (*)
  640ba4c... [Ada] Avoid repeated computing of type of expression functi (*)
  e437dd4... [Ada] Fix comment related to analysis of expression functio (*)
  8a13a00... [Ada] Avoid repeated calls in analysis of expression functi (*)
  8bab88b... [Ada] Refine types of local variables in analysis of expres (*)
  48096ca... [Ada] Remove an unnecessary local constant (*)
  7e12d49... [Ada] Avoid unnecessary call in preanalysis without freezin (*)
  e37e175... Fix build failure on Windows with older binutils (*)
  10722fb... i386: Fix *udivmodsi4_pow2_zext_? patterns (*)
  840fabd... docs: don't split @smallexample in multiple @groups (*)
  b5405ba... docs: add missing 'see' word (*)
  5f2d3ff... Improve early simplify and match for phiopt (*)
  3b33b11... testsuite: mips: use noinline attribute instead of -fno-inl (*)
  82625a4... mips: check MSA support for vector modes [PR100760,PR100761 (*)
  062c762... rs6000: Support [u]mod<mode>3 for vector modulo insns (*)
  df85baa... test/rs6000: Add case to cover vector division (*)
  c3d1aa8... test/rs6000: Add cases to cover vector multiply (*)
  fdc4d2a... Daily bump. (*)
  79d3378... Move warning suppression to the ultimate callee. (*)
  68b938f... testsuite: Remove an xfail. (*)
  c232f07... Adjust expected output for LP32 [PR100451]. (*)
  c68cac9... Avoid including <new> to make cross-compiler testing easy. (*)
  dee00bf... c++: Fix noexcept with unevaluated operand [PR101087] (*)
  b14ac7b... Further improvements to H8 variable shift patterns (*)
  763121c... ipa-sra: Fix thinko when overriding safe_to_import_accesses (*)
  9bf9f27... Use Object Size Type zero for -Warray-bounds [PR101374]. (*)
  1ca642d... testsuite: Add arm_arch_v7a_ok effective-target to pr57351. (*)
  43931c9... [Ada] Tune detection of illegal occurrences of target_name (*)
  d45ee63... [Ada] Diagnose properly illegal uses of Target_Name (*)
  8de68eb... [Ada] Remove Unknown_ functions (*)
  4d74323... [Ada] Use encoded names only with -fgnat-encodings=all (*)
  7c09296... [Ada] Transient scope cleanup (*)
  6e8b502... [Ada] Rename sigtramp-vxworks-target.inc to sigtramp-vxwork (*)
  d75dde1... [Ada] Duplicated D lines in ali files (*)
  99d6c1f... [Ada] Spurious style message on missing overriding indicato (*)
  3c18e32... [Ada] AI12-0156 Use subtype indication in generalized itera (*)
  629c82d... [Ada] Spurious warning in generic instance (*)
  a9c3a49... [Ada] Fix violation of No_Implicit_Loops restriction for en (*)
  73f841c... [Ada] Simplify redundant checks for non-empty lists (*)
  e959418... [Ada] Remove redundant condition for listing compilation un (*)
  e581fbe... [Ada] Restore context on failure in loading of renamed chil (*)
  df0783f... [Ada] Replace low-level condition with a high-level call (*)
  3711c2e... [Ada] Fix style in comments and code related to compilation (*)
  62aae31... [Ada] Prevent infinite recursion when there is no expected  (*)
  6105ebb... [Ada] Fix use of single question mark in error message (*)
  6cb2bcb... [Ada] Skip types in error for test to compute array size (*)
  cd4341e... [Ada] Prevent crash on inspection point for unfrozen entity (*)
  242c0f4... [Ada] Fix on computation of packed array size in case of er (*)
  36fcfed... [Ada] Compute sizes when possible for packed array with Com (*)
  5478d8a... [Ada] Unsynchronized concurrent access to a Boolean variabl (*)
  076c1a9... [Ada] Add No_Tasking restriction is system.ads for bootstra (*)
  b927d93... [Ada] Incorrect iteration over hashed containers after mult (*)
  c5b1e8e... [Ada] Make runtime code compatible with No_Dynamic_Accessib (*)
  a2f91a5... [Ada] Revert meaning of -gnatd_b (*)
  3cb3205... [Ada] Make tools compatible with No_Dynamic_Accessibility_C (*)
  79a8b14... [Ada] Avoid linear search when ensuring dependency on Syste (*)
  999a2dd... [Ada] Simplify string manipulation related to preprocessing (*)
  2e9ef39... vect: Remove always-true condition (*)
  298b0db... match.pd: Relax rule to include POLY_INT_CSTs (*)
  4c61913... PR tree-optimization/40210: Fold (bswap(X)>>C1)&C2 to (X>>C (*)
  663a014... i386: Add pack/unpack patterns for 32bit vectors [PR100637] (*)
  852b11d... Generate 128-bit int divide/modulus on power10. (*)
  c24a970... Daily bump. (*)
  48e8a7a... analyzer: remove add_any_constraints_from_ssa_def_stmt (*)
  a110855... Correct handling of variable offset minus constant in -Warr (*)
  6278065... rs6000: Harden mma_init_builtins (*)
  a5b5c7c... [Ada] Remove unused define (*)
  2c03e97... [Ada] Assertion errors on concurrent types with -gnatc and  (*)
  cce4622... [Ada] Stronger assertion about flag for checking static exp (*)
  18b267a... [Ada] Front-end inlining and instantiations of UC (*)
  125bb16... [Ada] Keepalive control on Windows (*)
  29d3965... [Ada] Optimize away certain elaboration checks (*)
  e1eb444... [Ada] Simplify code by reusing Remove on list of primitive  (*)
  9e76a06... [Ada] Minor code cleanup (*)
  347d939... [Ada] Code cleanups in System.Atomic_Counters (*)
  14212dc... [Ada] Implement new legality checks specified by AI12-0412 (*)
  e5be1e4... [Ada] Fix location of errors about volatile compatibility (*)
  768f696... [Ada] Use bounded string buffer in Get_Unit_Name (*)
  d1d2bbc... [Ada] Replace obsolete calls that use global name buffer (*)
  a547eea... [Ada] Fix bugs in Value_Size clauses and refactor (*)
  2d71668... [Ada] Improve interactions between DSA and Put_Image routin (*)
  4fa7097... [Ada] Timeout correction on Get_Socket_Option (*)
  ebef978... [Ada] Unchecked_Convert_To: set Parent (*)
  a7f6640... [Ada] Simplify handling of sure errors in GNATprove mode (*)
  f78c17d... [Ada] Reduce scope of local variables (*)
  a7bb690... [Ada] Simplify code by reusing List_Length (*)
  131c9af... [Ada] Replace low-level membership tests with Is_Private_Ty (*)
  1945679... [Ada] Linker_Section_Pragma cleanup (*)
  d557a5f... [Ada] Fix precondition of Cot for code analyzers (*)
  6dcf894... [Ada] Replace chopped string copy with renaming (*)
  0543560... [Ada] Simplify handling of Generate_Code flag for compilati (*)
  f3ff729... [Ada] Add socket options to control keepalive on TCP connec (*)
  f8776ee... [Ada] Tune discovery of No_Elaboration_Code restriction (*)
  6feab95... [Ada] Simplify iteration over pending instantiations (*)
  738a0e8... [Ada] Transient scope cleanup (*)
  0dbe0e1... [Ada] Unsynchronized access to a Boolean in tasking state (*)
  0635707... aarch64: Remove a vestigial %K [PR101363] (*)
  e8073c0... testsuite: gcc.dg/debug/btf/btf-bitfields-3.c remove -fno-s (*)
  005f31a... tree-optimization/34195 - testcase for fixed vectorization (*)
  9f34b78... tree-optimization/99728 - improve LIM for loops with aggreg (*)
  98bfd84... Add avx512 tests for MADDSUB and FMSUBADD SLP vectorization (*)
  6fba0ee... Daily bump. (*)
  d9e9532... BTF testsuite: Remove explicit check on btm_type (*)
  97bcacf... CTF testsuite: Remove explicit check on ctv_typeidx (*)
  e8db5f7... Add test for [PR55881]. (*)
  ee9a0e9... Add test for [PR86650]. (*)
  151b423... dwarf2ctf: the unit of sou field location is bits [PR101283 (*)
  4f6e181... Remove support for %G and %K. (*)
  62e4358... Improve warning suppression for inlined functions. (*)
  6d3bab5... Improve warning suppression for inlined functions. (*)
  03b634c... fixincludes: AIX socket.h. (*)
  f658781... i386: Add variable vec_set for 32bit vectors [PR97194] (*)
  6b096c1... MAINTAINERS: Add myself for write after approval and DCO. (*)
  73c49ff... Use H8 nop moves as tst insns (*)
  5db3ea9... [Ada] Initialize Current_Error_Node (*)
  0976815... [Ada] Enable Ada 2020 Put_Image and Image support for tagge (*)
  4206000... [Ada] Fix old typo in comment (*)
  fb632ef... [Ada] Implement missing constraint checks for default strea (*)
  8ff47b3... [Ada] Warn on statically known empty loop caused by constra (*)
  d8870b1... [Ada] Handle malformed command line on Win32 (*)
  435e79c... [Ada] Simplify code by removing local constant (*)
  b1c4989... [Ada] Replace a question mark comment with assertion (*)
  ddbe733... [Ada] Simplify returning from Enclosing_Comp_Unit_Node (*)
  ca290f1... [Ada] Simplify unit loading with membership tests (*)
  3751af1... [Ada] Simplify dependency on System (*)
  c6d8890... [Ada] Fix bug in casing on composite values with -gnatX (*)
  6dff0d2... [Ada] Return_when_statement not working for non identifier  (*)
  e11a245... [Ada] Regression on overloaded prefixed calls related to pr (*)
  0547a12... [Ada] Reformatting, typo corrections, and minor rewording o (*)
  160a6c3... [Ada] Spurious initialization of element iterators in "for  (*)
  3a7961c... [Ada] Crash on use of 'Img on record type in expression (*)
  cb33845... [Ada] Missing space in error message for pattern matching (*)
  82a7944... [Ada] Tbuild cleanup (*)
  06a5fb6... [Ada] Removal of various ??? comments plus related code cha (*)
  c7959e4... [Ada] Return when not working for procedures (*)
  f037632... [Ada] Transient scope cleanup (*)
  f506369... [Ada] Make parent of N_Exception_Declaration be N_Declarati (*)
  f55784f... [Ada] Improper predicate check on view conversion (*)
  68c27b2... [Ada] Add assertions on tampering counts (*)
  885efc5... [Ada] Unix Epochalypse (s-osprim.adb) (*)
  e9559de... [Ada] Add Void_Or_Type_Kind and Exception_Or_Object_Kind (*)
  2e1f3a5... [Ada] Support for Object.Op subprogram-call notation for un (*)
  daf9bc6... [Ada] Spurious conformance error on expression function (*)
  0b2e951... [Ada] Add GNAT RM text regarding Ada 2022 default Put_Image (*)
  f99f6eb... X86: Provide a CTOR for stringop_algs [PR100246]. (*)
  7d81064... Add FMADDSUB and FMSUBADD SLP vectorization patterns and op (*)
  9f489a5... add -fmove-loop-stores option to control GIMPLE loop store- (*)
  b019b28... Documentation : Describe --with-dsymutil configure option. (*)
  51abfb6... Fix 101256: Wrong code due to range incorrect from PHI-OPT (*)
  d7e3855... Do not replace variable op variable in I/O implied DO loop  (*)
  c64d152... i386: Disable param ira-consider-dup-in-all-alts [PR100328] (*)
  8ffe25e... ira: Support more matching constraint forms with param [PR1 (*)
  a3543b5... CTF,BTF testsuite: Use -gdwarf-4 for restrict type qualifie (*)
  6d53e6f... Daily bump. (*)
  1562c79... Remove redundant compare in shift loop on H8 (*)
  7d69791... Port most of the A CMP 0 ? A : -A to match (*)
  a50cecb... Try inverted comparison for match_simplify in phiopt (*)
  cd48e55... Allow match-and-simplified phiopt to run in early phiopt (*)
  3c44b41... Fix PR 101237: Remove element_type call when used with the  (*)
  3b5e8ee... Darwin, configury : Allow for specification and detection o (*)
  be8749f... i386: Implement 4-byte vector (V4QI/V2HI) constant permutat (*)
  8e0b382... [Ada] Regenerate *.texi files with Sphinx 4.0.2 (*)
  59748b7... [Ada] Reject overlays in Global/Depends/Initializes contrac (*)
  fdb5c20... [Ada] Add Reference and Constant_Reference functions to for (*)
  902d707... [Ada] Adapt SPARK RM rule on non-effectively volatile abstr (*)
  796b616... [Ada] Use runtime from base compiler during stage1 #2 (*)
  77630ba... [Ada] Fix some "current instance" bugs (*)
  6cf7cc8... [Ada] Simplify and reuse Is_Concurrent_Interface (*)
  0700922... [Ada] Fix missing error messages when returning limited typ (*)
  7e73972... [Ada] Remove Ada.Strings.Text_Output and child units (*)
  1d1e91f... [Ada] Fix excessive check for alignment of overlaying objec (*)
  63b4353... [Ada] The Unix Epochalyse of 2038 - OS_Time comparison (*)
  cee7317... [Ada] The Unix Epochalypse of 2038 (Warn about time_t in th (*)
  2644eaa... [Ada] Fix missing minus sign in literal translation (*)
  74895b6... [Ada] Temporarily disable Ada 2022 Image and Put_Image supp (*)
  bcb8c3b... [Ada] INOX: prototype alternative accessibility model (*)
  35d721c... [Ada] The Unix Epochalypse of 2038 - Use OS_Time (*)
  a0bdd4b... [Ada] The Unix Epochalyse of 2038 - OS_Time (*)
  e7b17be... [Ada] Move overriding rename error message from declaration (*)
  f7b2ce2... [Ada] Adapt SPARK checking after change in rules regarding  (*)
  36d4f97... [Ada] Turn GNAT_Annotate into its own pragma (*)
  22c0e0c... [Ada] Fix comment about the debug flag for strict alignment (*)
  5c3bbe1... [Ada] Cleanup checking for compatible alignment (*)
  0b88804... [Ada] Spurious error in instantiation with aggregate and pr (*)
  243573f... [Ada] Print JSON continuation messages as separate messages (*)
  b4b023c... [Ada] Add Ada 2022 Image and Put_Image support for tagged t (*)
  b9713be... [Ada] Fix crash when printing error message (*)
  7c4f326... [Ada] Clean up Get_Index_Bounds (*)
  8926c29... [Ada] Refactoring related to Returns_By_Ref (*)
  767f9cb... [Ada] Fix overriding subprogram being incorrectly seen as r (*)
  afe5959... [Ada] Do not catch 'N rem -1' in CodePeer_Mode (*)
  0ea4785... testsuite: gcc.dg/debug/btf/btf-bitfields-3.c requires -fno (*)
  88ada5c... Do not set both LOOP_C_INFINITE and LOOP_C_FINITE on vector (*)
  38872c6... middle-end/101291 - set loop copy of versioned loop (*)
  ccb4e07... testsuite/101299 - add missing vect_double requires to bb-s (*)
  9c6ce6b... Remove xfail for pr92658-avx512vl.c (*)
  65b8273... Daily bump. (*)
  d07092a... Darwin, config : Adjust X86 biarch definitions ordering [PR (*)
  e6f3adc... Daily bump. (*)
  981351e... testsuite: Disable BTF and CTF testsuite on AIX. (*)
  52c3fdf... Don't use vec_duplicate on vector in CTOR expansion (*)
  152f4d0... d: Missed RVO optimization with non-POD structs (*)
  7a60a6e... Daily bump. (*)
  c772308... d: RHS value lost when a target_expr modifies LHS in a cond (*)
  6feb628... Improve warning suppression for inlined functions [PR98512] (*)
  9984f63... openmp: Initial support for OpenMP directives expressed as  (*)
  2ca8939... openmp: Reject #pragma omp atomic update, [PR101297] (*)
  e3528ce... c++: unqualified member template in constraint [PR101247] (*)
  42a9e4e... rs6000: Add MMA __builtin_vsx_lxvp and __builtin_vsx_stxvp  (*)
  7aa5fb1... Use shift instructions to eliminate redundant compare/test  (*)
  84f7bab... Fix build_gt and build_lt for signed 1 bit values. (*)
  18d0fad... BTF: Support for BTF_KIND_FLOAT (*)
  b60761b... Preparing to use shifts to eliminate redundant test/compare (*)
  8501743... Darwin, CTF, BTF: Do not run the DWARF debug link for BTF/C (*)
  eb817f2... Darwin, BTF: Provide a suitable section name for BTF [PR101 (*)
  f6aa1c3... Fix m32r target specific fallout from recent int->bool chan (*)
  ef9cc43... Fix frv target specific fallout from recent int->bool chang (*)
  021d6d5... Add description of how testsuite parallelization works (*)
  a6fef2e... Fix xstormy16 target specific fallout from recent int->bool (*)
  4546f42... tree-optimization/101293 - further enhance LIMs ref canonic (*)
  bc8f0ed... libstdc++: Revert changes to std::unique_ptr<T[]>::operator (*)
  496e1d6... Change EH pointer encodings to PC relative on Windows (*)
  f7cad1a... i386: Punt on broadcasts from TImode integers [PR101286] (*)
  c4804ff... tree-optimization/101280 - re-revise interchange fix for PR (*)
  1aeefa5... Clear odata for aes(enc|dec)(wide)?kl intrinsics when ZF is (*)
  01d402c... Update gen_autofdo_event.py and gcc-auto-profile. (*)
  7349440... Fix typo in standard pattern name of trunc<mode><pmov_dst_4 (*)
  bea7c16... Daily bump. (*)
  1a4b222... soft-fp: Update soft-fp from glibc (*)
  b544c34... input.c: move file caching globals to a new file_cache clas (*)
  58b735b... Fortran: set version field in CFI_cdesc_t to CFI_VERSION (*)
  b97486f... Add IEEE 128-bit fp conditional move on PowerPC. (*)
  f2ce64b... libstdc++: Improvements to Doxygen markup (*)
  a3d8860... Improve packed record layout support with -fdump-ada-spec (*)
  506c68e... Fix duplicate name issues in output of -fdump-ada-spec #2 (*)
  cdf4576... Use intermediate integer type with proper signedness (*)
  cc84530... Darwin: Define a suitable section name for CTF [PR101283] (*)
  51c3022... x86: Add vec_duplicate<mode> expander (*)
  edafb35... x86: Convert CONST_WIDE_INT/CONST_VECTOR to broadcast (*)
  d634548... i386: Return true/false instead of 1/0 from predicates. (*)
  cfeffe9... Return true/false instead of 1/0 from generic predicates. (*)
  a86b345... Change the type of predicates to bool. (*)
  0a77c07... tree-optimization/101280 - revise interchange fix for PR101 (*)
  09a7b00... MAINTAINERS - Add myself for write after approval (*)
  4a87605... tree-optimization/101278 - handle self-use in DSE analysis (*)
  a3aaba6... tree-optimization/100778 - fix placement of trapping vector (*)
  9f6aeb8... i386: Add integer nabs instructions [PR101044] (*)
  7d82116... tree-optimization/101178 - handle VEC_PERM in SLP permute p (*)
  b0ab968... dwarf2out: Handle COMPOUND_LITERAL_EXPR in loc_list_from_tr (*)
  91c771e... openmp - Fix up && and || reductions [PR94366] (*)
  a688c28... c++: cxx_eval_array_reference and empty elem type [PR101194 (*)
  613497a... c++: Extend the PR96204 fix to variable templates too (*)
  25b6bfe... Daily bump. (*)
  6963c3b... libstdc++: Improve Doxygen documentation groups [PR 101258] (*)
  36adced... libstdc++: Make <experimental/simd> depend on C++17 (*)
  996be6b... libstdc++: Suppress redundant definitions of static members (*)
  aa31ae6... testsuite: Add missing dg-add-options to CTF testcase ctf-s (*)
  13eaeff... libiberty: No longer use /usr/tmp (*)
  730d021... Fix IEEE 128-bit min/max test. (*)
  c28e1d2... c++: Fix push_access_scope and introduce RAII wrapper for i (*)
  b5bb7f3... [amdgcn] Add hook for DWARF address spaces. (*)
  22f201e... [amdgcn] Use frame pointer for CFA expressions. (*)
  251697a... [amdgcn] Update CFI configuration (*)
  e66d0b7... c++: DR2397 - auto specifier for * and & to arrays [PR10097 (*)
  a075350... tree-optimization/101267 - fix SLP vect with masked operati (*)
  e61ffa2... analyzer: eliminate enum binding_key [PR95006] (*)
  63fe82d... gcc.c: Add -foffload= to display_help (*)
  f6bc9d9... [testsuite]: Add missing dg-add-options float16 to gcc.dg/d (*)
  a3ce7d7... gcc.c's check_offload_target_name: Fixes to inform hints (*)
  0a9d038... arm/66791: Gate comparison in vca intrinsics on __FAST_MATH (*)
  39da8a7... tree-optimization/101264 - rework SLP "any" permute forward (*)

(*) This commit already exists in another branch.
    Because the reference `refs/heads/devel/sphinx' 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-07-12  9:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-12  9:41 [gcc/devel/sphinx] (316 commits) Merge branch 'master' into devel/sphinx Martin Liska

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