public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc/devel/c++-contracts] (106 commits) Merge remote-tracking branch 'origin/master' into devel/c++
@ 2022-11-01 11:42 Jason Merrill
  0 siblings, 0 replies; only message in thread
From: Jason Merrill @ 2022-11-01 11:42 UTC (permalink / raw)
  To: gcc-cvs

The branch 'devel/c++-contracts' was updated to point to:

 bfcb6e73730... Merge remote-tracking branch 'origin/master' into devel/c++

It previously pointed to:

 0cda8a7e836... Merge branch 'master' into devel/c++-contracts

Diff:

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

  bfcb6e7... Merge remote-tracking branch 'origin/master' into devel/c++
  2031dff... c++: more tidying
  af6d747... c++: pass std attributes to make_call_declarator (*)
  43c40f1... c++: set TREE_NOTHROW after genericize (*)
  6a1f27f... c++: formatting tweaks (*)
  1b9a5cc... Add attribute hot judgement for INLINE_HINT_known_hot hint. (*)
  9a8b868... Daily bump. (*)
  a3b58f2... RISC-V: Libitm add RISC-V support. (*)
  db55f1d... libstdc++-v3: <complex> support for extended floating point (*)
  8422861... btf: Add support to BTF_KIND_ENUM64 type (*)
  f5a360f... c++: don't add contracted fns to unparsed_funs.
  cbf5650... libstdc++: Small extended float support tweaks (*)
  1b07d37... RISC-V: Change constexpr back to CONSTEXPR (*)
  10aa035... amdgcn: add fmin/fmax patterns (*)
  f539029... amdgcn: multi-size vector reductions (*)
  12a1085... amdgcn: Silence unused parameter warning (*)
  7e06cfc... Update email address (*)
  27b9e11... Libvtv: Add loongarch support. (*)
  259a115... builtins: Add various complex builtins for _Float{16,32,64, (*)
  29490c2... builtins: Add __builtin_nextafterf16b builtin (*)
  7f94082... builtins: Add various __builtin_*f{16,32,64,128,32x,64x,128 (*)
  58685b9... Support Intel AVX-NE-CONVERT (*)
  87235f1... i386:: using __bf16 for AVX512BF16 intrinsics (*)
  6913cad... Enable V4BFmode and V2BFmode. (*)
  da5e884... Daily bump. (*)
  f36bba0... Daily bump. (*)
  7f06740... Repair --disable-sjlj-exceptions (*)
  96ba0c3... Restore RTL alias analysis for hard frame pointer (*)
  7e7ebe3... d: Merge upstream dmd, druntime e4f8919591, phobos 3ad507b5 (*)
  cfd8541... Better separate 'LTO' vs. 'LTODump' in 'gcc/lto/lang.opt' (*)
  eaa59f0... d: Make TARGET_D_MINFO_SECTION hooks in elfos.h the languag (*)
  ca652f8... d: Remove D-specific version definitions from target header (*)
  724d3f9... Fix signed vs unsigned issue in H8 port (*)
  3055829... Daily bump. (*)
  49237fe... libstdc++: Fix dangling reference in filesystem::path::file (*)
  b80f25a... libstdc++: Make placeholders inline when inline variables a (*)
  655271e... libstdc++: Don't use gstdint.h anymore (*)
  5080aec... c++: move duplicate_contracts to contracts.cc
  51c5fc2... c++: remove friend_attributes
  6f047a4... c++: build contract_violation object directly
  ce5faeb... c++: pass dg-options to module link
  a7a4a4e... c++: move contract_violation to std::experimental
  3a3e900... c++: comment tweaks
  e583c86... c++: -Wdangling-reference and system headers (*)
  38a628f... c++: apply friend attributes sooner (*)
  4fe34cd... c: tree: target: C2x (...) function prototypes and va_start (*)
  988dd22... libstdc++: Fix allocator propagation in regex algorithms [P (*)
  95decac... vect: Reject non-byte offsets for gather/scatters [PR107346 (*)
  031a400... tree-optimization/107407 - wrong code with DSE (*)
  1add363... tree-optimization/107447 - avoid hoisting returns-twice cal (*)
  0841285... tree-optimization/107435 - ICE with recurrence vectorizatio (*)
  89999f2... openmp: Allow optional comma after directive-specifier in C (*)
  826df6d... Adjust gcc.dg/vect/pr100756.c for V8SI and V16SI (*)
  11e811d... OpenACC: Don't gang-privatize artificial variables [PR90115 (*)
  0607307... Fix target selector syntax in 'gcc.dg/vect/bb-slp-cond-1.c' (*)
  3f9c071... docs: document sanitizers can trigger warnings (*)
  bd89173... lto-dump: modernize a bit (*)
  0c11265... Document 'distclean-stage[N]' (*)
  c6567d2... Change remaining flag_finite_math_only use in value-range.c (*)
  225f9c8... testsuite: Adjust vect-bitfield-read-* with vect_shift and  (*)
  e0997c1... c: C2x enums with fixed underlying type [PR61469] (*)
  96069d8... Daily bump. (*)
  0a2984d... runtime: use _libgo_off_t_type when calling C mmap (*)
  fc01cfa... Aarch64: Do not define DONT_USE_BUILTIN_SETJMP (*)
  0e36a9c... x86: Replace ne:CCC/ne:CCO with UNSPEC_CC_NE in neg pattern (*)
  1c2b53c... Use simple_dce_from_worklist with match_simplify_replacemen (*)
  a33d623... c++: Fix ICE on g++.dg/modules/adl-3_c.C [PR107379] (*)
  f7d1d77... c++: Templated lambda mangling (*)
  f95d3d5... aarch64: Reinstate some uses of CONSTEXPR (*)
  2b1fb72... [PR tree-optimization/107394] Canonicalize global franges a (*)
  9119431... options: Clarify 'Init' option property usage for streaming (*)
  be6c755... lto: do not load LTO stream for aliases [PR107418] (*)
  bfb7994... c++: Fix excess precision related ICE on invalid binop [PR1 (*)
  4e1d704... IRA: Make sure array is big enough (*)
  2706537... RISC-V: Add zhinx/zhinxmin testcases. (*)
  6b252dc... RISC-V: Limit regs use for z*inx extension. (*)
  ac96e90... RISC-V: Target support for z*inx extension. (*)
  e093357... RISC-V: Minimal support of z*inx extension. (*)
  486a503... Daily bump. (*)
  d7cb97b... c++: share code between [[assert]] and contracts
  57bbf3a... analyzer: fixes to file-descriptor handling (*)
  593254a... analyzer: add sm-fd.dot (*)
  f7d2881... Fortran: BOZ literal constants are not compatible to any ty (*)
  068baae... bpf: add preserve_field_info builtin (*)
  d2249cd... c++: Implement -Wdangling-reference [PR106393] (*)
  f896c13... xtensa: Fix out-of-bounds array access in the movdi pattern (*)
  82e629c... ipa-visibility: remove assert in TLS optimization [PR107353 (*)
  a87819b... Check if varying may also be non-negative. (*)
  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 (*)

(*) This commit already exists in another branch.
    Because the reference `refs/heads/devel/c++-contracts' 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-11-01 11:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-01 11:42 [gcc/devel/c++-contracts] (106 commits) Merge remote-tracking branch 'origin/master' into devel/c++ Jason Merrill

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