public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc/devel/sphinx] (71 commits) Merge branch 'master' into devel/sphinx
@ 2022-10-26 10:59 Martin Liska
  0 siblings, 0 replies; 2+ messages in thread
From: Martin Liska @ 2022-10-26 10:59 UTC (permalink / raw)
  To: gcc-cvs

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

 62e475bad0d... Merge branch 'master' into devel/sphinx

It previously pointed to:

 5776a5ffab3... Merge branch 'master' into devel/sphinx

Diff:

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

  62e475b... Merge branch 'master' into devel/sphinx
  d80b774... i386: add reset_cpu_feature (*)
  4329d11... RISC-V: Fix epilogue generation for barrier. (*)
  7e924ba... RISC-V: ADJUST_NUNITS according to -march. (*)
  f556cd8... RISC-V: Support load/store in mov<mode> pattern for RVV mod (*)
  86654b2... RISC-V: Recognized Svinval and Svnapot extensions (*)
  0ef04aa... RISC-V: Adjust table indentation in commnet for riscv-modes (*)
  ba2030b... gcc/configure: regenerate (*)
  82866f4... Convert flag_finite_math_only uses in frange to HONOR_*. (*)
  978ec48... rs6000: cannot_force_const_mem for HIGH code rtx[PR106460] (*)
  0cd11d3... RISC-V: Add h extension support (*)
  a9f339d... Don't force DWARF4 for AutoFDO tests (*)
  e73ca78... Daily bump. (*)
  65f5fa2... Start using discriminators in AutoFDO. (*)
  43e654a... c++: Adjust synthetic template parm creation (*)
  fe1e1ae... c++: remove use_default_args parm of coerce_template_parms (*)
  4a54873... c++: correct fold_operand change (*)
  15d67c1... c++ modules: enum TYPE_MIN/MAX_VALUE streaming [PR106848] (*)
  1c64aba... Always use TYPE_MODE instead of DECL_MODE for vector field (*)
  e6a29aa... c++: constexpr-evaluate more assumes (*)
  ac8f92c... c++: improve failed constexpr assume diagnostic (*)
  4ba3902... rs6000: Add CCANY; replace <un>signed by <mode:CCANY> (*)
  4c5b116... tree-optimization/107176 - SCEV analysis association issue (*)
  cb21297... Relax assertion in profiler (*)
  3ee6757... Move NOP stripping in SCEV analysis (*)
  d931715... Remove znver4 instruction reservations (*)
  619e4ca... gimplify: Fix comment typos (*)
  44e18da... gimplify: Call gimple_boolify on IFN_ASSUME argument [PR107 (*)
  5936320... MIPS: add builtime option for -mcompact-branches (*)
  4479f1d... MIPS: Not trigger error for pre-R6 and -mcompact-branches=a (*)
  7d88853... gimplify: Don't add GIMPLE_ASSUME if errors were seen [PR10 (*)
  354c97e... MIPS: fix building on multiarch platform (*)
  19295e8... tree-optimization/100756 - niter analysis and folding (*)
  321f89e... rs6000/test: Support vect_long_long effective target (*)
  958014f... vect: Fix wrong shift_n after widening on BE [PR107338] (*)
  5a20a47... riscv: fix cross compiler (*)
  f3f000b... i386: fix pedantic warning (*)
  4e939ae... Daily bump. (*)
  687d11f... analyzer: fix ICE on va_copy [PR107349] (*)
  2e8a055... diagnostics: fix ICE in sarif output with NULL filename [PR (*)
  18faaeb... analyzer: handle (NULL == &VAR) [PR107345] (*)
  53881c4... analyzer: simplify sm_state_map lookup (*)
  792f039... analyzer: handle "pipe" and "pipe2" [PR106300] (*)
  244021b... tree: add build_string_literal overloads (*)
  2055388... libgomp/nvptx: Prepare for reverse-offload callback handlin (*)
  f751bf4... x86: fix VENDOR_MAX enum value (*)
  f7d8ccf... c++: ICE with invalid structured bindings [PR107276] (*)
  65e3274... c, c++: Fix up excess precision handling of scalar_to_vecto (*)
  131d18e... libgomp/nvptx: Prepare for reverse-offload callback handlin (*)
  a096036... [AArch64] Improve immediate expansion [PR106583] (*)
  da8c362... c++: Fix up constexpr handling of char/signed char/short pr (*)
  f44575c... c-family: Implicitly return zero from main even on freestan (*)
  5bcd92d... [PR tree-optimization/107355] Handle NANs in abs range-op e (*)
  178ac53... OpenMP: Fix reverse offload GOMP_TARGET_REV IFN corner case (*)
  97d1ed6... RISC-V: Support --target-help for -mcpu/-mtune (*)
  1e9d9ed... Check HONOR_NANS instead of flag_finite_math_only in frange (*)
  47db37e... lto: Always quote path to touch (*)
  6bfea64... RISC-V: Support (set (mem) (const_poly_int)) (*)
  f84e4fb... RISC-V: Replace CONSTEXPR with constexpr (*)
  3eea8c6... RISC-V: Remove unused TI/TF vector modes. (*)
  65908ac... RISC-V: Fix REG_CLASS_CONTENTS. (*)
  00716b7... Daily bump. (*)
  0e37fd4... libgcc: Update 'gthr-mcf.h' to include a dedicated header f (*)
  e396245... Daily bump. (*)
  fef16c4... Fix uninitialized variable warnings. (*)
  423df44... Update selftest such that [-Inf, +Inf] is always VARYING fo (*)
  e0927d7... xtensa: Make register A0 allocable for the CALL0 ABI (*)
  1043971... Daily bump. (*)
  4cfdaeb... Fortran: Add missing TKR initialization to class variables  (*)
  5792208... i386: Fix up BFmode comparisons in conditional moves [PR107 (*)
  2cc4160... c++: Don't shortcut TREE_CONSTANT vector type CONSTRUCTORs  (*)

(*) 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] 2+ messages in thread

* [gcc/devel/sphinx] (71 commits) Merge branch 'master' into devel/sphinx
@ 2022-03-10  9:42 Martin Liska
  0 siblings, 0 replies; 2+ messages in thread
From: Martin Liska @ 2022-03-10  9:42 UTC (permalink / raw)
  To: gcc-cvs

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

 604bf5da515... Merge branch 'master' into devel/sphinx

It previously pointed to:

 1a576b7ac60... Merge branch 'master' into devel/sphinx

Diff:

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

  604bf5d... Merge branch 'master' into devel/sphinx
  6f8abf2... rs6000: Fix up __SIZEOF_{FLOAT,IBM}128__ defines [PR99708] (*)
  ff060ef... contrib: Fix up git-descr.sh regression [PR102664] (*)
  bae1041... PR c++/95999: Improved error recovery in enumeration lists. (*)
  2185c97... PR c++/39751: ICE-on-invalid parsing regression. (*)
  8cc4f9c... Daily bump. (*)
  65857ca... libstdc++: Avoid implicit narrowing from uint128_t [PR10485 (*)
  4ea128d... c: Revert C2x changes to function type compatibility (*)
  22015e7... Fortran: improve error recovery on invalid array section (*)
  e2607d7... toplevel: Makefile.def: Make configure-sim depend on all-re (*)
  4505265... GCN: Implement __atomic_compare_exchange_{1,2} in libgcc [P (*)
  bded0d5... Restore INDIRECT_REF asm operand heuristic with MEM_REF (*)
  caa6c33... x86: Define LIBGCC2_UNWIND_ATTRIBUTE on ia32 [PR104781] (*)
  ec0f53a... c++: non-constant non-dependent decltype folding [PR104823] (*)
  e32869a... c++: detecting copy-init context during CTAD [PR102137] (*)
  fe548eb... c++: merge default targs for function templates [PR65396] (*)
  4470e81... testsuite/104759 - adjust gcc.dg/vect/vect-multitypes-12.c (*)
  ba3ff5e... middle-end/104786 - ICE with asm and VLA (*)
  1c7b110... vect: fix out-of-bound access in supports_vec_convert_optab (*)
  a5c9b7c... Fortran: Fix CLASS handling in SIZEOF intrinsic (*)
  d765111... c, c++, c-family: -Wshift-negative-value and -Wshift-overfl (*)
  7ca24ae... simplify-rtx: Fix up SUBREG_PROMOTED_SET arguments [PR10483 (*)
  2ab70a4... mips: avoid signed overflow in LUI_OPERAND [PR104842] (*)
  17bffa0... contrib: Fix non-portable sed commands in gcc-descr [PR1026 (*)
  8d038a8... Daily bump. (*)
  e52af9c... PR c++/96440: ICE-on-invalid-code error recovery. (*)
  48777d9... Fortran: Fix gfc_conv_gfc_desc_to_cfi_desc with NULL [PR104 (*)
  3093f8a... PR c++/96437: ICE-on-invalid-code error recovery. (*)
  8ab72ec... PR c++/96329: ICE-on-invalid-code error recovery. (*)
  d54ce46... c++: Wrong error with alias template in class tmpl [PR10410 (*)
  2858e2a... compiler: ignore function type result name in export data (*)
  6f748bc... c++: Attribute deprecated/unavailable divergence (*)
  e3e369d... Fortran: do not frontend-optimize MINLOC/MAXLOC for charact (*)
  e480c3c... c++: Don't suggest cdtor or conversion op identifiers in sp (*)
  768956c... arm: Remove unused variable arm_binop_none_none_unone_quali (*)
  34b45cc... Darwin: Address a translation comment [PR104552]. (*)
  b7175f3... analyzer: more test coverage of leak detection [PR99771] (*)
  e1133c0... rtl: ICE with thread_local and inline asm  [PR104777] (*)
  23ed4df... x86: Disallow unsupported EH return (*)
  796f522... arm: MVE: Relax addressing modes for full loads and stores (*)
  6319391... Fix typo in gcc/params.opt. (*)
  10ecf51... contrib: Fix gcc-descr script [PR102664] (*)
  058d19b... tree-optimization/84201 - add --param vect-induction-float (*)
  7cce7b1... libstdc++: Remove incorrect copyright notice from header (*)
  5f07095... vect: disable bitmask tests on sparc (*)
  da2667c... params: Remove repeated word "that" in parameter descriptio (*)
  dc46350... tree-optimization/104825 - guard modref query (*)
  b1a741a... Optimize v4si broadcast for noavx512vl. (*)
  e6533e2... Daily bump. (*)
  03e0c80... c++: tweak to (*(fn))() patch [PR104618] (*)
  b7dbe87... Update gcc fr.po, sv.po (*)
  c0134b7... Fortran: Fix gfc_maybe_dereference_var [PR104430][PR99585] (*)
  0af37ad... analyzer: fix leak suppression at end of 'main' [PR101983] (*)
  e3ca3e7... Fortran: Fix typos (*)
  a86ca83... doc: Remove redundant sentence about modules being in C++20 (*)
  4cb935c... libstdc++: Use visibility pragmas instead of attributes [PR (*)
  1117545... opts: fix -gtoggle + optimize attribute (*)
  02b7dd7... Add missing space in various string literals (*)
  027e304... Fix up duplicated duplicated words in comments (*)
  b1d8198... arm: add missing space to error. (*)
  5db1d7f... tree-optimization/104782 - adjust PR101636 fix (*)
  40c1d4a... MSP430: fix error message. (*)
  fcc48d2... arm: fix option quoting in error messages. (*)
  cfb46c9... translation: reuse string and use switch for codes (*)
  2472dca... s390: Fix up *cmp_and_trap_unsigned_int<mode> constraints [ (*)
  93ecb25... translation: small fixes (*)
  d73ae7a... Fix translation strings. (*)
  024bdd2... rx: Fix translation string. (*)
  3bd11f7... i386: Fix up cond_{and,ior,xor,mul}* [PR104779] (*)
  0f0b428... libstdc++: vxworks: remove stray <iostream> include (*)
  aad3d93... Daily bump. (*)

(*) 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] 2+ messages in thread

end of thread, other threads:[~2022-10-26 10:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-26 10:59 [gcc/devel/sphinx] (71 commits) Merge branch 'master' into devel/sphinx Martin Liska
  -- strict thread matches above, loose matches on Subject: below --
2022-03-10  9:42 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).