public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc/aoliva/heads/testbase] (242 commits) Fortran: check POS and LEN arguments simplifying bit intrin
@ 2022-06-21  0:07 Alexandre Oliva
  0 siblings, 0 replies; only message in thread
From: Alexandre Oliva @ 2022-06-21  0:07 UTC (permalink / raw)
  To: gcc-cvs

The branch 'aoliva/heads/testbase' was updated to point to:

 856a9b8fc2b... Fortran: check POS and LEN arguments simplifying bit intrin

It previously pointed to:

 2d546ff6945... libgcc: Align __EH_FRAME_BEGIN__ to pointer size

Diff:

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

  856a9b8... Fortran: check POS and LEN arguments simplifying bit intrin (*)
  2c7cfc7... ubsan: Add -fsanitize-trap= support (*)
  ef66212... varasm: Fix up ICE in narrowing_initializer_constant_valid_ (*)
  9991d84... PR tree-optimization/105835: Two narrowing patterns for mat (*)
  479b6f4... xtensa: Defer storing integer constants into litpool until  (*)
  5a66d7d... Daily bump. (*)
  7f195a2... libgo: permit loff_t and off_t to be macros (*)
  a284fad... c++: Use fold_non_dependent_expr rather than maybe_constant (*)
  cc378e6... alpha: Introduce target specific store_data_bypass_p functi (*)
  1f8278b... i386: Fix assert in ix86_function_arg [PR105970] (*)
  1d6044c... i386: Fix VPMOV splitter [PR105993] (*)
  06a1b04... rs6000: Fix some error messages for invalid conversions (*)
  d6b4238... RISC-V: Supress warning for comparison of integer expressio (*)
  040f822... arm: fix checking ICE in arm_print_operand [PR106004] (*)
  0f96ac4... libstdc++: Add missing #include <string> to new test (*)
  c524d86... docs: add missing table header (*)
  94018fd... arm: mve: Don't force trivial vector literals to the pool (*)
  bc7e9f7... Daily bump. (*)
  6ab98d8... gimple-ssa-warn-access.cc: add missing auto_diagnostic_grou (*)
  d3e0da5... c-decl: fix "inform" grouping and conditionalization (*)
  f0da5f0... analyzer: associate -Wanalyzer-va-arg-type-mismatch with CW (*)
  f443024... analyzer: associate -Wanalyzer-va-list-exhausted with CWE-6 (*)
  065d191... analyzer: associate -Wanalyzer-double-fclose with CWE-1341 (*)
  753aaa9... opts: fix opts_set->x_flag_sanitize (*)
  d89e64d... flags: add comment (*)
  b2aaa44... compiler: don't generate stubs for ambiguous direct interfa (*)
  98a0d72... libstdc++: Support constexpr global std::string for size <  (*)
  51309d1... libstdc++: Apply r13-1096-g6abe341558abec change to vstring (*)
  9ca05d5... c++: Elide inactive initializer fns from init array (*)
  6c849e2... Clear invariant bit for inferred ranges. (*)
  5b1594d... Propagator should call value_of_stmt. (*)
  9642d07... match.pd: Improve y == MIN || x < y optimization [PR105983] (*)
  74e6a40... match.pd: Fix up __builtin_mul_overflow_p signed type optim (*)
  6a27c43... expand: Fix up IFN_ATOMIC_{BIT*,*CMP_0} expansion [PR105951 (*)
  8d1c6e7... rs6000: add V1TI into vector comparison expand [PR103316] (*)
  4285832... clang: fix -Wunused-parameter warning (*)
  4a0aad8... gengtype: do not skip char after escape sequnce (*)
  ab66fd0... opts: improve option suggestion (*)
  b18e5d7... RISC-V/testsuite: Fix pr105666.c under rv32 (*)
  1089d08... Simplify (B * v + C) * D -> BD* v + CD when B,C,D are all I (*)
  499b9c5... Daily bump. (*)
  ce3867d... xtensa: Eliminate [DS]Cmode hard register clobber that is i (*)
  cfad485... xtensa: Eliminate unwanted reg-reg moves during DFmode inpu (*)
  c95e307... xtensa: Add some dedicated patterns that correspond to GIMP (*)
  43b0c56... xtensa: Add support for sibling call optimization (*)
  96518f7... xtensa: Document new -mextra-l32r-costs= Xtensa-specific op (*)
  63c0731... analyzer: fix up paths for inlining (PR analyzer/105962) (*)
  b06b84d... value-relation.h: add 'final' and 'override' to relation_or (*)
  c540077... analyzer: show saved diagnostics as nodes in .eg.dot dumps (*)
  44681d4... analyzer: add more uninit test coverage (*)
  90f2a11... d: Add `@no_sanitize' attribute to compiler and library. (*)
  dc9b92f... libstdc++: [_Hashtable] Insert range of types convertible t (*)
  636b01a... d: Add `@visibility' and `@hidden' attributes. (*)
  49d14a8... testsuite: AIX operator new (*)
  9d2fe6d... Revert recent internal-fn changes [PR105975] (*)
  8aaa948... arm: big-endian issue in gen_cpymem_ldrd_strd [PR105981] (*)
  052d895... c++: Use better module partition naming (*)
  dc8071d... arm: fix thinko in arm_bfi_1_p() [PR105974] (*)
  57b2ada... d: Set TYPE_ARTIFICIAL on internal TypeInfo types (*)
  8c2733e... tree-optimization/105971 - less surprising refs_may_alias_p (*)
  edb9330... tree-optimization/105969 - FPE with array diagnostics (*)
  f4c3ce3... d: Delay completing aggregate and enum types until after at (*)
  2636660... aarch64: Revert bogus fix for PR105254 (*)
  183a4f3... gen: Allow unspec numbers in .md attributes (*)
  7bfb3f4... openmp: Fix up get-mapped-ptr-1.{c,f90} tests (*)
  acb1e6f... Fold truncations of left shifts in match.pd (*)
  4b1a827... Fix ICE in extract_insn, at recog.cc:2791 (*)
  4adc535... Daily bump. (*)
  cf79b11... syscall: gofmt (*)
  6abe341... libstdc++: Check lengths first in operator== for basic_stri (*)
  1b65779... libstdc++: Inline all basic_string::compare overloads [PR59 (*)
  29da017... libstdc++: Fix indentation in allocator base classes (*)
  0a9af7b... libstdc++: Check for size overflow in constexpr allocation  (*)
  3e16b43... regrename: Fix -fcompare-debug issue in check_new_reg_p [PR (*)
  e0e3ce6... rs6000: Delete VS_scalar (*)
  e860976... c++: Elide calls to NOP module initializers (*)
  8f6c317... Fix ipa-cp wrt volatile loads (*)
  0247ad3... RISC-V: Split slli+sh[123]add.uw opportunities to avoid zex (*)
  4bf0dcb... RISC-V: add consecutive_bits_operand predicate (*)
  e07a876... tree-optimization/105946 - avoid accessing excess args from (*)
  90467f0... middle-end/105965 - add missing v_c_e <{ el }> simplificati (*)
  be66762... Restore bootstrap on ARM (*)
  f907cf4... vect: Move suggested_unroll_factor applying [PR105940] (*)
  0774389... xtensa: Optimize bitwise AND operation with some specific f (*)
  70ce04c... xtensa: Make use of BALL/BNALL instructions (*)
  e1b193c... xtensa: Simplify conditional branch/move insn patterns (*)
  1c68ec1... xtensa: Improve shift operations more (*)
  c364227... Daily bump. (*)
  4f19e07... libphobos: Check in missing core.sync package module (*)
  2c11662... ubsan: -Wreturn-type and ubsan trap-on-error (*)
  72b1851... RISC-V: Reset the length to the default of 4 for FP compari (*)
  751f306... x86: Require AVX for F16C and VAES (*)
  254e88b... libstdc++: Rename __null_terminated to avoid collision with (*)
  30cc1b6... libstdc++: Use type_identity_t for non-deducible std::atomi (*)
  b3dd7d8... i386: Return true for (SUBREG (MEM....)) in register_no_eli (*)
  77718f3... d: Match function declarations of gcc built-ins from any mo (*)
  f8baf40... Add a general mapping from internal fns to target insns (*)
  1d205db... Factor out common internal-fn idiom (*)
  e55eda2... d: Improve TypeInfo errors when compiling in -fno-rtti mode (*)
  1158fe4... openmp: Conforming device numbers and omp_{initial,invalid} (*)
  3b59884... Introduce -finstrument-functions-once (*)
  cb1ecf3... Do not erase warning data in gimple_set_location (*)
  6303eee... c++: Separate late stage module writing (*)
  ec486b7... d: Merge upstream dmd 821ed393d, druntime 454471d8, phobos  (*)
  13ea4a6... i386: Fix up *<dwi>3_doubleword_mask [PR105911] (*)
  033e5ee... testsuite: Add -mtune=generic to dg-options for two testcas (*)
  fd1fcd4... Daily bump. (*)
  add1ada... Darwin: Truncate kernel-provided version to OS major for Da (*)
  6725f18... Darwin: Future-proof -mmacosx-version-min (*)
  ff500e1... gcc: xtensa: fix pr95571 test for call0 ABI (*)
  494bec0... PR96463: Optimise svld1rq from vectors for little endian AA (*)
  cbd8427... Daily bump. (*)
  cd02f15... xtensa: Improve constant synthesis for both integer and flo (*)
  ccd02e7... xtensa: Improve instruction cost estimation and suggestion (*)
  fddf0e1... xtensa: Consider the Loop Option when setmemsi is expanded  (*)
  9489a1a... xtensa: Tweak some widen multiplications (*)
  fddb7f6... Disable generating load/store vector pairs for block copies (*)
  ef1e4d8... Daily bump. (*)
  343d83c... c++: improve TYPENAME_TYPE hashing [PR65328] (*)
  f9b5a8e... c++: optimize specialization of templated member functions (*)
  cb7fd1e... c++: optimize specialization of nested templated classes (*)
  e6d369b... c++: Add a late-writing step for modules (*)
  1eff487... openmp: Call dlopen with "libmemkind.so.0" rather than "lib (*)
  c08ba00... c++: Adjust module initializer calling emission (*)
  1459b55... libgomp nvptx plugin: Remove '--with-cuda-driver=[...]' etc (*)
  671970a... libstdc++: Make std::lcm and std::gcd detect overflow [PR10 (*)
  1e65f2e... libstdc++: Fix lifetime bugs for non-TLS eh_globals [PR1058 (*)
  1753a71... PR rtl-optimization/7061: Complex number arguments on x86_6 (*)
  b370ed0... libstdc++: Make std::hash<basic_string<>> allocator-agnosti (*)
  5940b4e... libgccjit: Support getting the size of a float [PR105829] (*)
  e3bba42... Daily bump. (*)
  29dc90a... xtensa: Add clrsbsi2 insn pattern (*)
  e44e7fa... xtensa: Optimize '(~x & y)' to '((x & y) ^ y)' (*)
  9777d44... xtensa: Make one_cmplsi2 optimizer-friendly (*)
  2fcc69d... xtensa: Implement bswaphi2 insn pattern (*)
  6458486... Update gcc sv.po (*)
  a05aac0... rs6000: Delete FP_ISA3 (*)
  699e9a0... openmp: Fix up include of the generic allocator.c (*)
  4c334e0... c++: Fix up ICE on __builtin_shufflevector constexpr evalua (*)
  702a11a... RISC-V: Use a tab rather than space with FSFLAGS (*)
  97b81fb... c++: Better module initializer code (*)
  209de00... OpenMP: Handle ancestor:1 with discover_declare_target (*)
  2dc19a1... doc: Fix up -Waddress documentation (*)
  17f52a1... openmp: Add support for HBW or large capacity or interleave (*)
  269edf4... Update {skylake,icelake,alderlake}_cost to add a bit prefer (*)
  2fc6e3d... This patch replaces shift and ior insns with one rotate and (*)
  02b4e2d... Daily bump. (*)
  e8ed26c... c++: non-templated friends [PR105852] (*)
  7d87790... c++: redeclared hidden friend take 2 [PR105852] (*)
  b6e1373... PR middle-end/105874: Use EXPAND_MEMORY to fix ada bootstra (*)
  e94c6db... gcc: xtensa: fix PR target/105879 (*)
  90a6c3b... c++: Reimplement static init/fini generation (*)
  d8c2580... [Committed] Add -mno-avx2 to recent gcc.target/i386/xop-vpc (*)
  5e5deac... OpenMP: Fortran - fix ancestor's requires reverse_offload c (*)
  ef5cc6b... arm: Add star-mc1 cpu (*)
  75df159... libgccjit: allow common objects in $(EXTRA_GCC_OBJS) and $( (*)
  5e00539... Disparages SSE_REGS alternatives sligntly with ?v instead o (*)
  e4bdeab... Adjust testcase to avoid compile failure under -m32. (*)
  445ba59... Daily bump. (*)
  2005b9b... arm: Improve code generation for BFI and BFC [PR105090] (*)
  cd22395... Fix insn does not satisfy its constraints: sse2_lshrv1ti3 (*)
  c00e1e3... PR middle-end/105853: Call store_constructor directly from  (*)
  cef3f69... Revert "configure: arrange to use appropriate objcopy" (*)
  03b7140... openmp: Add support for OpenMP 5.2 linear clause syntax for (*)
  6bb0776... x86: harmonize __builtin_ia32_psadbw*() types (*)
  76e3d60... x86-64: make "length_vex" also account for VEX.B use by reg (*)
  6dd194e... PR c++/96442: Improved error recovery in enumerations. (*)
  c4320bd... Recognize vpcmov in combine with -mxop on x86. (*)
  63eab5d... Update document for VECTOR_MODES_WITH_PREFIX (*)
  70e2ffb... Daily bump. (*)
  733a792... c++: function NTTP argument considered unused [PR53164, PR1 (*)
  36bd6ea... arm: reinstate HAVE_GAS_ARM_EXTENDED_ARCH (*)
  df68ed4... Daily bump. (*)
  ad69193... Daily bump. (*)
  aec8685... c++: Allow mixing GNU/std-style attributes [PR69585] (*)
  ed6fd2a... PR middle-end/95126: Expand small const structs as immediat (*)
  5371831... i386: Fix up *_doubleword_mask [PR105825] (*)
  58b6714... Daily bump. (*)
  891d647... c++: more-specialized test (*)
  0ecb6b9... c++: value-dep but not type-dep decltype expr [PR105756] (*)
  284ae8b... c++: redeclared hidden friend [PR105761] (*)
  44a5bd6... c++: cv-quals of dummy obj for non-dep memfn call [PR105637 (*)
  6a098f4... gfortran.dg/gomp/scope-6.f90: Add \\ to scan-tree-dump (*)
  ff35a75... OpenMP/Fortran: Add support for firstprivate and allocate c (*)
  43c013d... c++: don't substitute TEMPLATE_PARM_CONSTRAINTS [PR100374] (*)
  df4f95d... c++: find_template_parameters and PARM_DECLs [PR105797] (*)
  1982fe2... match.pd: Optimize __builtin_mul_overflow_p (x, cst, (stype (*)
  0fd3c70... Misc range temporary fixes. (*)
  f4fa81b... Remove unneeded vrange_traits. (*)
  89b0276... Flesh out unsupported_range. (*)
  a9058b0... Implement vrange::supports_type_p. (*)
  6124f42... configure: arrange to use appropriate objcopy (*)
  d4630b6... x86: {,v}psadbw have commutative source operands (*)
  be2861f... [PR105665] ivopts: check defs of names in base for undefs (*)
  39ab2e4... libcody: fix nonportable shell code in revision.stamp build (*)
  b168441... Daily bump. (*)
  2423f65... c++: new-expression is potentially constant in C++20 (*)
  7b98910... c++: ICE with template NEW_EXPR [PR105803] (*)
  6cf276d... diagnostics: add SARIF output format (*)
  5ab7317... Add -fdiagnostics-format={json-stderr|json-file} (*)
  4f9ad0b... json: fix escaping of '\' (*)
  4e72cca... RISC-V: bitmanip: improve constant-loading for (1ULL << 31) (*)
  d19b434... c++: more constexpr empty base [PR105795] (*)
  db4243b... c++: constexpr empty aggr [PR105795] (*)
  37e4e7f... PR target/105791: Add V1TI to V_128_256 for xop_pcmov_v1ti  (*)
  72c605e... testsuite: Also test swapped arguments of __builtin_mul_ove (*)
  cdfc6e9... [Ada] Update copyright notices (*)
  d6d9f53... [Ada] Remove left-overs of front-end SJLJ processing (*)
  134758e... [Ada] Fix record layout warnings not being tagged (*)
  dee55c1... [Ada] Disable -flto when building the shared libgnat (*)
  59a6274... [Ada] Couple of small preparatory adjustments (*)
  bbb9c47... [Ada] Restore full generation of static dispatch tables wit (*)
  da7cd04... [Ada] Never make symbols for thunks public (*)
  b05a31e... [Ada] Remove redundant checks for missing lists (*)
  89e037d... [Ada] Get rid of secondary stack for most calls returning t (*)
  c7c1d59... [Ada] Fix references to old variables that have been refact (*)
  2b376b5... [Ada] Rename GNATprove annotate pragma for termination to A (*)
  2a466ee... [Ada] Make the functional Maps and Sets unbounded (*)
  4c13223... [Ada] Fix spurious use of trampolines with interface types (*)
  8575c72... [Ada] Add precise subprogram identification to -fdiagnostic (*)
  615682b... [Ada] Refine previous changes on making symbols public/priv (*)
  017f486... [Ada] Fix spurious errors on ghost code in generics (*)
  a9f5f2c... [Ada] Move registering code for predefined primitives to Ex (*)
  5a06e88... [Ada] Build static dispatch tables always at the end of dec (*)
  57b522c... [Ada] vx7r2-arm/aarch64 - Support Atomic Primitives True (*)
  e5a850a... [Ada] Update documentation of GNAT.Dynamic_Tables (*)
  b25912a... [Ada] Fix detection of deferred constants for freezing erro (*)
  cfd2262... [Ada] Fix preconditions of Interfaces.C.Strings (*)
  5987f43... [Ada] Issue errors on wrong context for ghost entities (*)
  d276374... [Ada] Complete contracts of Interfaces.C.Strings subprogram (*)
  2689914... [Ada] Removal of dead code Analyze_Label_Entity (*)
  dc94991... [Ada] Propagate Has_Inherit{able,ed}_Invariants to base typ (*)
  d1ae373... [Ada] Combine system.ads files - arm and aarch64 linux (*)
  e3adb80... [Ada] Combine system.ads file - vxworks7 rtp constants (*)
  68eb05a... [Ada] Gnatbind crash during checksum calculation (*)
  878043a... [Ada] Fix iteration on formal vectors (*)
  f03f48a... [Ada] Add contracts to System.Address_To_Access_Conversions (*)
  f0b7fdd... [Ada] Add contracts to Interfaces.C.Strings (*)
  dcfdd28... i386: Optimize away shift count masking of shifts/rotates s (*)
  08afab6... tree-optimization/101668 - relax SLP of existing vectors (*)
  4a6b8d9... tree-optimization/105802 - another unswitching type issue (*)
  3164de6... Daily bump. (*)

(*) This commit already exists in another branch.
    Because the reference `refs/users/aoliva/heads/testbase' 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-06-21  0:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-21  0:07 [gcc/aoliva/heads/testbase] (242 commits) Fortran: check POS and LEN arguments simplifying bit intrin Alexandre Oliva

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