public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc/redhat/heads/gcc-11-branch] (238 commits) Merge commit 'r11-9754-g5f587c81bc558942d2988f5e2965a72471f
@ 2022-04-01 17:16 Jakub Jelinek
  0 siblings, 0 replies; only message in thread
From: Jakub Jelinek @ 2022-04-01 17:16 UTC (permalink / raw)
  To: gcc-cvs

The branch 'redhat/heads/gcc-11-branch' was updated to point to:

 f0191923ac7... Merge commit 'r11-9754-g5f587c81bc558942d2988f5e2965a72471f

It previously pointed to:

 2fa6e5c54e7... Merge commit 'r11-9517-g779d428cefe03381304c52f4ff491ef90b5

Diff:

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

  f019192... Merge commit 'r11-9754-g5f587c81bc558942d2988f5e2965a72471f
  5f587c8... [PR105032] LRA: modify loop condition to find reload insns  (*)
  a7d52df... Daily bump. (*)
  b909641... Daily bump. (*)
  511e8b6... c-family: ICE with -Wconversion and A ?: B [PR101030] (*)
  00d12a4... x86: Also use Yw in *ssse3_pshufbv8qi3 clobber (*)
  f41871d... RISC-V: Fixing -misa-spec [PR/target 104853] (*)
  330aff0... RISC-V: Handle zi* extension correctly for arch-canonicaliz (*)
  6fccb62... RISC-V: Fix register class subset checks for CLASS_MAX_NREG (*)
  a765fe3... RISC-V: Fix wrong zifencei handling in riscv_subset_list::t (*)
  3f4fe39... RISC-V: jal cannot refer to a default visibility symbol for (*)
  7a35044... RISC-V: Fix use-after-free error in `parse_multiletter_ext' (*)
  d29f5d6... RISC-V: Do not emit zcisr and zifencei if i-ext is 2.0 (*)
  97b4af5... RISC-V: Fix detection of zifencei support for binutils (*)
  76a8ab5... ubsan: Fix ICE due to -fsanitize=object-size [PR105093] (*)
  5c47676... store-merging: Avoid ICEs on roughly ~0ULL/8 sized stores [ (*)
  71aa6e9... LTO: bump bytecode version (*)
  7b5a2b6... c++: Fox template-introduction tentative parsing in class b (*)
  461ecdb... Daily bump. (*)
  1b3252b... c++: Fix up __builtin_{bit_cast,convertvector} parsing (*)
  cb2520d... fold-const: Handle C++ dependent COMPONENT_REFs in operand_ (*)
  51b5fa6... c++: extern thread_local declarations in constexpr [PR10499 (*)
  be64c34... i386: Don't emit pushf;pop for __builtin_ia32_readeflags_u* (*)
  f70464e... c-family: Fix up ICE during pretty-printing of PMF related  (*)
  91f7d7e... Allow (void *) 0xdeadbeef accesses without warnings [PR9957 (*)
  18f5bc8... c++: Fix up constexpr evaluation of new with zero sized typ (*)
  1861b9a... libatomic: Improve 16-byte atomics on Intel AVX [PR104688] (*)
  9c3225c... aarch64: Fix up RTL sharing bug in aarch64_load_symref_appr (*)
  17de662... ifcvt: Punt if not onlyjump_p for find_if_case_{1,2} [PR104 (*)
  ddc0d25... c, c++, c-family: -Wshift-negative-value and -Wshift-overfl (*)
  b7c0962... c++: Don't suggest cdtor or conversion op identifiers in sp (*)
  2ef4d28... s390: Fix up *cmp_and_trap_unsigned_int<mode> constraints [ (*)
  7737259... cfgrtl: Fix up -g vs. -g0 code generation -flto differences (*)
  1a2772a... match.pd: Further complex simplification fixes [PR104675] (*)
  b59d293... rs6000: Use rs6000_emit_move in movmisalign<mode> expander  (*)
  acb9ea4... i386: Use a new temp slot kind for splitter to floatdi<mode (*)
  1305c28... match.pd: Don't create BIT_NOT_EXPRs for COMPLEX_TYPE [PR10 (*)
  d29a0b5... sccvn: Fix visit_reference_op_call value numbering of vdefs (*)
  4e04699... libiberty: Fix up debug.temp.o creation if *.o has 64K+ sec (*)
  92374fd... asan: Mark instrumented vars addressable [PR102656] (*)
  0fa9022... c: -Wmissing-field-initializers and designated inits [PR822 (*)
  fe641f6... c++: alignas and alignof void [PR104944] (*)
  2a2b944... c++: ICE with template code in constexpr [PR104284] (*)
  58e08fb... c++: Wrong error with alias template in class tmpl [PR10410 (*)
  6ba2a7e... c++: FIX_TRUNC_EXPR in tsubst [PR102990] (*)
  da47a84... c++: constexpr array reference and value-initialization [PR (*)
  983211c... Daily bump. (*)
  450e827... c++: TTP in member alias template [PR104107] (*)
  3bf2e1b... c++: ICE with alias in pack expansion [PR103769] (*)
  07d7e8b... c++: mangling union{1} in template [PR104847] (*)
  14146bb... c++: missing aggregate base ctor [PR102045] (*)
  97390a9... c++: member alias declaration [PR103968] (*)
  e952290... c++: CTAD and member alias template [PR102123] (*)
  10dcd13... c++: visibility of local extern [PR103291] (*)
  a374915... x86: Use Yw constraint on *ssse3_pshufbv8qi3 (*)
  40e9979... [PR/target 102957] Allow Z*-ext extension with only 2 char. (*)
  85568e5... i386: Fix up _mm_loadu_si{16,32} [PR99754] (*)
  6c28ab7... Daily bump. (*)
  dc84c78... Daily bump. (*)
  856efb4... x86: Use -msse2 on gcc.target/i386/pr95483-1.c (*)
  f0ed5f0... x86: Use x constraint on KL patterns (*)
  ee25401... x86: Use x constraint on SSSE3 patterns with MMX operands (*)
  2385292... Daily bump. (*)
  b3cc7e9... Daily bump. (*)
  4c649dc... Properly reset the port handle when closing (*)
  17f80c5... Daily bump. (*)
  893cb28... tree-optimization/101636 - CTOR vectorization ICE (*)
  d1f4dfd... tree-optimization/104931 - mitigate niter analysis issue (*)
  ea4f664... Daily bump. (*)
  f45603f... x86: Disable SSE in ISA2 for -mgeneral-regs-only (*)
  f407033... x86: Also check _SOFT_FLOAT in <x86gprintrin.h> (*)
  97949b7... c++: lambda in template default argument [PR103186] (*)
  76058a5... tree: move tree_vec_map_cache_hasher into header (*)
  b3411d7... c++: alias template and typename [PR103057] (*)
  cb12348... c++: assignment to temporary [PR59950] (*)
  0a63e3e... c++: fix tree_contains_struct for C++ types [PR101095] (*)
  09d0fc6... c++: initialized array of vla [PR58646] (*)
  2b2f575... c++: designated init and aggregate members [PR103337] (*)
  b94c95f... c++: designator and anon struct [PR101767] (*)
  00b787f... Daily bump. (*)
  d5a493b... x86: Properly check FEATURE_AESKLE (*)
  e6afd08... d: Fix internal compiler error: in build_complex, at tree.c (*)
  06143b5... Daily bump. (*)
  8fcc4a1... Daily bump. (*)
  d32402e... Fortran: Fix gfc_maybe_dereference_var [PR104430][PR99585] (*)
  66245c8... Daily bump. (*)
  114451a... rs6000: Fix invalid address passed to __builtin_mma_disasse (*)
  51a34fd... rs6000: Allow -mlong-double-64 after -mabi={ibm,ieee}longdo (*)
  67e70a1... x86: Correct march=sapphirerapids to base on icelake server (*)
  8dd4a98... Daily bump. (*)
  9baf563... Backport PR fortran/96983 patch to GCC 11. (*)
  d5be195... Daily bump. (*)
  9b1faeb... middle-end/100775 - updating the reg use in exit block for  (*)
  6a1150d... ada/104861 - use target_noncanonial for Target_Name (*)
  c4ac43f... middle-end/104786 - ICE with asm and VLA (*)
  d261855... tree-optimization/104511 - avoid FP to DFP conversion for V (*)
  070bb45... target/104453 - guard call folding with NULL LHS (*)
  cfc310f... middle-end/104402 - split out _Complex compares from COND_E (*)
  24ec11a... debug/104337 - avoid messing with the abstract origin chain (*)
  b695062... tree-optimization/103641 - improve vect_synth_mult_by_const (*)
  c54f95a... Daily bump. (*)
  17eda88... Daily bump. (*)
  bf4ba41... Daily bump. (*)
  47f89da... Fortran: do not frontend-optimize MINLOC/MAXLOC for charact (*)
  d84c583... Daily bump. (*)
  908e612... Daily bump. (*)
  6f581f9... Revert __SIZEOF__IBM128__ and __SIZEOF_FLOAT128__ patch. (*)
  2f79dcc... Daily bump. (*)
  d66c45f... rtl: ICE with thread_local and inline asm  [PR104777] (*)
  2d2705e... Daily bump. (*)
  e170b23... testsuite/104759 - adjust gcc.dg/vect/vect-multitypes-12.c (*)
  9871d39... RISC-V: Always pass -misa-spec to assembler [PR104219] (*)
  dae7273... Daily bump. (*)
  0430149... Daily bump. (*)
  661f7e7... Daily bump. (*)
  8b1953f... Daily bump. (*)
  fa944e8... Define __SIZEOF_FLOAT128__ and __SIZEOF_IBM128__. (*)
  a198470... Use correct names for __ibm128 if long double is IEEE 128-b (*)
  65b7fac... Daily bump. (*)
  1b291c9... Daily bump. (*)
  8eb36ce... vect: add vect_float to pr102819 tests (*)
  2d7ef2e... Daily bump. (*)
  fda5703... libphobos: Fix misspelling of msvcUsesUCRT (PR104659) (*)
  b2bd265... middle-end: Backport complex vect testsuite to GCC 11 (*)
  54c6ab3... middle-end: Handle difference between complex negations in  (*)
  eb2516d... Daily bump. (*)
  89cea57... c++: ICE with attribute on enumerator [PR104667] (*)
  8ded52d... Daily bump. (*)
  79fddac... Daily bump. (*)
  abd40fa... Daily bump. (*)
  b7be60c... AArch32: correct dot-product RTL patterns. (*)
  900ea59... AArch32: correct usdot-product RTL patterns. (*)
  7d713d5... AArch32: use canonical ordering for complex mul, fma and fm (*)
  6bb338e... AArch64: use canonical ordering for complex mul, fma and fm (*)
  876e7c7... vect: Simplify and extend the complex numbers validation ro (*)
  a97a7e2... Daily bump. (*)
  f9f1440... Daily bump. (*)
  d86949f... Fortran: skip compile-time shape check if constructor shape (*)
  aea8aaa... Daily bump. (*)
  cce998a... Daily bump. (*)
  f6895d2... Mark Power10 fusion option undocumented and remove sub-opti (*)
  590a3ea... Daily bump. (*)
  a5088b0... Fortran: try simplifications during reductions of array con (*)
  7e6f990... Daily bump. (*)
  3eecfec... valtrack: Avoid creating raw SUBREGs with VOIDmode argument (*)
  4dd2415... testsuite: Add testcase for already fixed PR [PR104448] (*)
  cdebe6f... combine: Fix up -fcompare-debug issue in the combiner [PR10 (*)
  3a543eb... c-family: Fix up shorten_compare for decimal vs. non-decima (*)
  a8dd74b... sanitizer: Use glibc _thread_db_sizeof_pthread symbol if pr (*)
  14f0b45... openmp: Make finalize_task_copyfn order reproduceable [PR10 (*)
  14f79ac... c++: Don't reject GOTO_EXPRs to cdtor_label in potential_co (*)
  8a97d7b... asan: Fix up address sanitizer instrumentation of __builtin (*)
  615419d... i386: Fix up cvtsd2ss splitter [PR104502] (*)
  784deb1... c++: Fix up constant expression __builtin_convertvector fol (*)
  25de6af... combine: Fix ICE with substitution of CONST_INT into PRE_DE (*)
  bc87b6d... rs6000: Fix up vspltis_shifted [PR102140] (*)
  312a10b... libgomp: Fix segfault with posthumous orphan tasks [PR10438 (*)
  7c442c8... libcpp: Fix up padding handling in funlike_invocation_p [PR (*)
  f62c23f... libcpp: Avoid PREV_WHITE and other random content on CPP_PA (*)
  c81d1a0... veclower: Fix up -fcompare-debug issue in expand_vector_com (*)
  73b30d1... store-merging: Fix up a -fcompare-debug bug in get_status_f (*)
  88ff2eb... cfgrtl: Fix up locus comparison in unique_locus_on_edge_bet (*)
  0520fb5... Daily bump. (*)
  8a1e92f... compiler: mark global variables whose address is taken (*)
  462900b... middle-end/100464 - avoid spurious TREE_ADDRESSABLE in fold (*)
  5568351... Daily bump. (*)
  d5b9b6f... Add missing target selector (*)
  973e0bc... libstdc++: missing constexpr for __[nm]iter_base [PR102358] (*)
  6d9c2ed... tree-optimization/102893 - properly DCE empty loops inside  (*)
  634c2bc... tree-optimization/45178 - DCE of dead control flow in infin (*)
  c08d426... tree-optimization/103864 - SLP reduction of reductions with (*)
  d1dc0f6... tree-optimization/103544 - SLP reduction chain as SLP reduc (*)
  d2f4753... tree-optimization/103361 - fix unroll-and-jam direction vec (*)
  6525b9f... middle-end/100786 - constant folding from incompatible alia (*)
  2b1b5b1... target/100784 - avoid ICE with folding __builtin_ia32_shufp (*)
  4a5feea... Daily bump. (*)
  3982a30... Fortran: improve error recovery on bad array section (*)
  9789564... x86: Generate INT3 for __builtin_eh_return (*)
  58a4e29... x86: Rename -harden-sls=indirect-branch to -harden-sls=indi (*)
  5d92874... x86: Add -mindirect-branch-cs-prefix (*)
  39d944c... x86: Add -mharden-sls=[none|all|return|indirect-branch] (*)
  c604b03... x86: Remove "%!" before ret (*)
  1688aeb... Daily bump. (*)
  2c9485a... rs6000: Move the hunk affecting VSX/ALTIVEC ahead [PR103627 (*)
  b1ca201... rs6000: Disable MMA if no VSX support [PR103627] (*)
  33878b0... Daily bump. (*)
  d5781e7... RISC-V: Add target machine headers as a dependency for risc (*)
  ae57aae... fortran: Fix deref of optional in gen. code. [PR100337, bac (*)
  680ee9c... Prevent malicious descriptor stacking for scalar components (*)
  8eee43d... Daily bump. (*)
  72b0526... [Ada] PR ada/98724: Alpha/Linux/libada: Use wraplf for Aux_ (*)
  e89144e... i386: Skip decimal float vector modes in type_natural_mode  (*)
  7bfdd9a... Daily bump. (*)
  b9e6e99... Daily bump. (*)
  3273e70... libstdc++: Back out some changes from P2325R3 backport [PR1 (*)
  c56c398... rs6000: Fix up flag_shrink_wrap handling in presence of -mr (*)
  4854985... testsuite: Fix check_effective_target_rop_ok [PR103556, PR1 (*)
  d607c83... rs6000: testsuite: Add rop_ok effective-target function (*)
  18b7cbb... libstdc++: invalid default init in _CachedPosition [PR10123 (*)
  fdc75c8... libstdc++: Sync __cpp_lib_ranges macro defined in ranges_cm (*)
  92d612c... libstdc++: Implement P2325 changes to default-constructibil (*)
  19d0e76... Daily bump. (*)
  0c30241... libstdc++: Strengthen memory order for atomic<T>::wait/noti (*)
  3c9a9ce... pr104458.c: Replace long with long long for -mx32 (*)
  3c12425... i386: Fix vec_unpacks_float_lo_v4si operand constraint [PR1 (*)
  f170724... Daily bump. (*)
  f8a496d... i386: -mno-xsave should disable all relevant ISA flags [PR1 (*)
  11fc7d9... i386: Force inputs to a register to avoid lowpart_subreg fa (*)
  5669a60... libstdc++: Fix deadlock in atomic wait [PR104442] (*)
  ec01f11... ICE: QImode(not SImode) operand should be passed to gen_vec (*)
  9582b35... Daily bump. (*)
  411db3b... c++: satisfaction value of type const bool [PR104410] (*)
  ed35d42... Range on entry should only check dominators for non-null. (*)
  a2cad46... Daily bump. (*)
  7d636a3... Daily bump. (*)
  202be9f... Daily bump. (*)
  7a0fab4... Fortran: reject simplifying TRANSFER for MOLD with storage  (*)
  fcea38e... Daily bump. (*)
  731f4bf... i386: Do not use %ecx DRAP for functions that use __builtin (*)
  54b825c... Daily bump. (*)
  f4aa5a3... Fortran: error recovery when simplifying EOSHIFT (*)
  3cb53c1... powerpc: Fix asm machine directive for some CPUs (*)
  fb812e0... lto: fix error handling for -Wl,-plugin-opt=debug (*)
  f9b49f9... IBM Z: fix `section type conflict` with -mindirect-branch-t (*)
  8799006... fold-const: do not fold NaN result from non-NaN operands [P (*)
  dcf567a... Daily bump. (*)
  f034339... Strengthen memory order for atomic<T>::wait/notify (*)
  518697a... Daily bump. (*)
  56f2ef3... Daily bump. (*)
  a6adc7a... Daily bump. (*)
  9794cf7... Daily bump. (*)
  08f5944... tree-optimization/103596 - fix missed propagation into swit (*)
  2c7d8ca... tree-optimization/103489 - fix ICE when bool pattern recog  (*)
  0d87092... Fix wrong operator for universal_integer operands in instan (*)
  cfcf645... c++: nested catch in ctor fn-try-block [PR61611] (*)
  2aa4400... c++: when delegating constructor throws [PR103711] (*)
  06f179b... Daily bump. (*)
  5e6dd70... Sync git aliases from master. (*)

(*) This commit already exists in another branch.
    Because the reference `refs/vendors/redhat/heads/gcc-11-branch' 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-04-01 17:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-01 17:16 [gcc/redhat/heads/gcc-11-branch] (238 commits) Merge commit 'r11-9754-g5f587c81bc558942d2988f5e2965a72471f Jakub Jelinek

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