public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc/devel/modula-2] (225 commits) Merge branch 'master' into devel/modula-2.
@ 2022-03-16 20:33 Gaius Mulley
  0 siblings, 0 replies; only message in thread
From: Gaius Mulley @ 2022-03-16 20:33 UTC (permalink / raw)
  To: gcc-cvs

The branch 'devel/modula-2' was updated to point to:

 5e1d6d85ef7... Merge branch 'master' into devel/modula-2.

It previously pointed to:

 cecd72c6eb7... Corrected documentation concerning scaffold file name (-fma

Diff:

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

  5e1d6d8... Merge branch 'master' into devel/modula-2.
  beb12c6... tree-optimization/104941: Actually assign the conversion re (*)
  be093b8... OpenMP, Fortran: Bugfix for omp_set_num_teams. (*)
  3117ffc... x86: Also check _SOFT_FLOAT in <x86gprintrin.h> (*)
  2a5fabe... RISC-V: Add version info for zk, zkn and zks (*)
  eb4f83d... RISC-V: Handle combine extension in canonical ordering. (*)
  f6fb661... tree-optimization/102008 - restore if-conversion of adjacen (*)
  5809bb4... c++: further lookup_member simplification (*)
  e55c5e2... c++: fold calls to std::move/forward [PR96780] (*)
  818e305... tree-optimization/104942: Retain sizetype conversions till  (*)
  9521556... aarch64: Fix up RTL sharing bug in aarch64_load_symref_appr (*)
  6aef670... Performance/size improvement to single_use when matching GI (*)
  7690bee... Some minor HONOR_NANS improvements to match.pd (*)
  ab46fc7... OpenACC privatization diagnostics vs. 'assert' [PR102841] (*)
  570d5bf... Don't fold __builtin_ia32_blendvpd w/o sse4.2. (*)
  088a51a... MAINTAINERS: Add myself to DCO section (*)
  14d2ac8... Daily bump. (*)
  d1d9584... analyzer: add test coverage for PR 95000 (*)
  a58e342... analyzer: presize m_cluster_map in store copy ctor (*)
  b5baf56... rs6000: Fix invalid address passed to __builtin_mma_disasse (*)
  ffe9c0a... c++: extraneous access error with ambiguous lookup [PR10317 (*)
  98afdc3... riscv: Allow -Wno-psabi to turn off ABI warnings [PR91229] (*)
  da24fce... i386: Use no-mmx,no-sse for LIBGCC2_UNWIND_ATTRIBUTE [PR104 (*)
  49fb0af... PR tree-optimization/101895: Fold VEC_PERM to help recogniz (*)
  efd1582... c++: Fix up cp_parser_skip_to_pragma_eol [PR104623] (*)
  a2645cd... ifcvt: Punt if not onlyjump_p for find_if_case_{1,2} [PR104 (*)
  373a2dc... Avoid -Wdangling-pointer for by-transparent-reference argum (*)
  510613e... Daily bump. (*)
  c6f7a9f... Update gcc de.po, fr.po, sv.po (*)
  6abc4e4... Fix libitm.c/memset-1.c test fails with new peephole2s. (*)
  344e6f9... Enable libsanitizer build on mips64 (*)
  a60a3a9... libsanitizer: cherry-pick db7bca28638e from upstream (*)
  77eb046... lra: Fix up debug_p handling in lra_substitute_pseudo [PR10 (*)
  8f7b7c1... libstdc++: Fix reading UTF-8 characters for 16-bit targets  (*)
  67a1cb2... top-level: Fix comment about --enable-libstdcxx in configur (*)
  c879b92... c++: Reject __builtin_clear_padding on non-trivially-copyab (*)
  a010954... i386: Fix up _mm_loadu_si{16,32} [PR99754] (*)
  b424467... Spelling fix - cannott -> cannot [PR104899] (*)
  823b3b7... Don't fold builtin into gimple when isa mismatches. (*)
  b9756c0... Daily bump. (*)
  7e28750... d: Merge upstream dmd 02a3fafc6, druntime 26b58167, phobos  (*)
  1b85638... texi + c-target.def: Fix typos (*)
  57eeedd... Daily bump. (*)
  d3b0dc6... c++: naming a dependently-scoped template for CTAD [PR10464 (*)
  03c83cf... c++: ICE with bad conversion shortcutting [PR104622] (*)
  9413bb5... c++: return-type-req in constraint using only outer tparms  (*)
  ab71d3f... c++: ICE with non-constant satisfaction value [PR98644] (*)
  28750ac... c++: give fold expressions a location (*)
  80fcc4b... rs6000: Do not use rs6000_cpu for .machine ppc and ppc64 (P (*)
  a07b8f4... OpenACC 'kernels' decomposition: resolve wrong-code cases u (*)
  535afbd... OpenACC 'kernels' decomposition: wrong-code cases unless ma (*)
  2e53fa7... Enhance further testcases to verify handling of OpenACC pri (*)
  337ed33... OpenACC 'kernels' decomposition: Mark variables used in 'pr (*)
  9781ae3... Add 'c-c++-common/goacc/kernels-decompose-pr104086-1.c' [PR (*)
  828335b... Add 'gcc/tree.cc:user_omp_clause_code_name' [PR65095] (*)
  72c2430... PR middle-end/98420: Don't fold x - x to 0.0 with -froundin (*)
  3cb27b8... Fix DImode to TImode sign extend issue (*)
  b00f976... Daily bump. (*)
  42d9ff3... d: Cache generated import declarations in a hash_map (*)
  7a6ba7c... d: Fix mistakes in strings to be translated [PR104552] (*)
  251ea6d... PR tree-optimization/98335: New peephole2 xorl;movb -> movz (*)
  c5288df... PR tree-optimization/98335: Improvements to DSE's compute_t (*)
  098c538... [Committed] Update g++.dg/other/pr84964.C for ia32 (and sim (*)
  eb5edcf... tree-optimization/104880 - update-address-taken and cmpxchg (*)
  69619ac... target/104762 - vectorization costs of CONSTRUCTORs (*)
  db494fd... lto-plugin: Honor link_output_name for -foffload-objects fi (*)
  1375e2b... libphobos: Enable on Solaris/SPARC or with /bin/as [PR 1035 (*)
  41bda00... Fortran: OpenMP/OpenACC avoid uninit access in size calc fo (*)
  5e28be8... Daily bump. (*)
  a717376... PR c++/84964: Middle-end patch to expand_call for ICE after (*)
  a8db9b9... libstdc++: Do not use fast_float for 16-bit size_t [PR10487 (*)
  d016dd7... analyzer: fix ICE with -fanalyzer-transitivity [PR104863] (*)
  d8e5fff... [PR103074] LRA: Check new conflicts when splitting hard reg (*)
  b5417a0... libstdc++: Move closing brace outside #endif [PR104866] (*)
  7c2ac3c... Fix multiple issue in the testcase allocate-1.f90. (*)
  4602a49... c++: ->template and implicit typedef [PR104608] (*)
  97f76b5... c++: Don't allow type-constraint auto(x) [PR104752] (*)
  ac8310d... c++: ICE with operator delete [PR104846] (*)
  e46843f... c++: allow variadic operator[] for C++23 [PR103460] (*)
  73f3b8a... libstdc++: Fix std::strong_order to handle NaN on VAX (*)
  c65d3c7... analyzer: add notes to write-to-const/string from access at (*)
  b6eaf90... analyzer: check for writes to consts via access attr [PR104 (*)
  708646d... analyzer: fix duplicates in check_for_tainted_size_arg (*)
  e671e48... ipa-cp: Avoid adjusting references through self-recursion ( (*)
  ee34ffa... tree-optimization/102943 - use tree form for sbr_sparse_bit (*)
  9467e73... ada/104861 - use target_noncanonial for Target_Name (*)
  83bc478... tree-optimization/102943 - avoid (re-)computing dominance b (*)
  cfaa2fa... libstdc++: Support VAX floats in std::strong_order (*)
  d563b0b... contrib: Fix non-portable shell commands in gcc-git-customi (*)
  3357878... [nvptx] Use no,yes for attribute predicable (*)
  f07178c... [nvptx] Disable warp sync in simt region (*)
  3e743d6... [nvptx] Handle unused result in nvptx_unisimt_handle_set (*)
  3ebcc05... [nvptx] Use bit-bucket operand for atom insns (*)
  248bbcb... [nvptx] Use atom.and.b64 instead of atom.b64.and (*)
  975e7ad... [nvptx] Add multilib mptx=3.1 (*)
  831ecdd... [nvptx] Restore default to sm_30 (*)
  7a5e036... [OpenACC privatization] Analyze 'lookup_decl'-translated DE (*)
  4487415... Add 'c-c++-common/goacc/kernels-decompose-pr104774-1.c' [PR (*)
  6870912... Add 'gfortran.dg/goacc-gomp/pr102330-{1,2,3}.f90' [PR102330 (*)
  1d9dc3d... Enhance further testcases to verify handling of OpenACC pri (*)
  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. (*)
  98cd717... [Committed] Update gcc.dg/lower-subreg-1.c on ia32. (*)
  762181c... Daily bump. (*)
  d3a757a... libstdc++: Ensure __glibcxx_assert_fail has default visibil (*)
  dab41c9... waccess: Remove visited bitmap and stop on EDGE_ABNORMAL (*)
  8ea4a34... PR 104732: Simplify/fix DI mode logic expansion/splitting o (*)
  1301d7f... Optimize signed DImode -> TImode on power10. (*)
  8d96e14... Daily bump. (*)
  93557e6... Update gcc de.po (*)
  77eccbf... rs6000: Improve .machine (*)
  0e5d9ae... Update .po files (*)
  591d213... c++: Standard mangling abbreviations & modules (*)
  14dfbb5... Fix 'libgomp.oacc-c-c++-common/kernels-decompose-1.c' expec (*)
  458ad38... analyzer: reduce svalue depth limit from 13 to 12 [PR103521 (*)
  c340248... mkruntimeinc: skip _FILE (*)
  e710795... libgo: move golang.org/x/sync/semaphore to gotool packages (*)
  6be8281... libgo: fix AIX build for the Go1.18 update (*)
  2558747... Darwin: Fix a type mismatch warning for a non-GCC bootstrap (*)
  c18ddb0... Darwin, libgcc: Fix build errors on powerpc-darwin8. (*)
  074d283... c++: Add testcase for already fixed PR [PR103443] (*)
  73baba1... c++: New module mangling ABI (*)
  f1b3e38... LRA, rs6000, Darwin: Revise lo_sum use for forced constants (*)
  cb16bc3... rs6000: Allow -mlong-double-64 after -mabi={ibm,ieee}longdo (*)
  e28eb86... Test 'libgomp.oacc-*/kernels-private-vars-*' with '--param= (*)
  c85aaf2... gimplify: Clear TREE_READONLY on automatic vars being store (*)
  07395f1... Test '-fopt-info-omp-all' in 'libgomp.oacc-*/kernels-privat (*)
  8935589... OMP lowering: Regimplify 'OMP_CLAUSE_MAP_DECL_MAKE_ADDRESSA (*)
  de6e81e... OpenACC 'kernels' decomposition: Move 'TREE_ADDRESSABLE' se (*)
  e5ae22c... Add diagnostic: "note: OpenACC 'kernels' decomposition: var (*)
  c14ea6a... Catch 'GIMPLE_DEBUG' misbehavior in OpenACC 'kernels' decom (*)
  e085900... Add 'c-c++-common/goacc/kernels-decompose-pr104133-1.c' [PR (*)
  741859b... Add 'c-c++-common/goacc/kernels-decompose-pr104132-1.c' [PR (*)
  fda0b0e... Update 'c-c++-common/goacc/classify-*', 'gfortran.dg/goacc/ (*)
  289f65d... libstdc++: Fix -Wunused-local-typedefs warning in <compare> (*)
  49bc9c6... tree: Fix up warn_deprecated_use [PR104627] (*)
  609e8c4... x86: Always return pseudo register in ix86_gen_scratch_sse_ (*)
  fc03ebd... Daily bump. (*)
  5706a5d... libstdc++: Use non-debug vector in constexpr test [PR104748 (*)
  64cdf49... libstdc++: Fix test failure on AIX (*)
  9805965... libstdc++: Implement std::strong_order for floating-point t (*)
  51149a0... Call mark_dfs_back_edges before testing EDGE_DFS_BACK [PR10 (*)
  c083e65... configure: use linker plug-in by default for ld.mold (*)
  e81cbab... configure: enable plugin support for ld.mold (*)
  88c4d85... openmp, fortran: Check that the type of an event handle in  (*)
  5b5e456... [nvptx] Build libraries with mptx=3.1 (*)
  07667c9... [nvptx] Build libraries with misa=sm_30 (*)
  12fa764... [nvptx] Use --no-verify for sm_30 (*)
  5065d69... [nvptx] Add -mptx=_ in gcc.target/nvptx/smxx.c (*)
  431414b... openmp: Disable SSA form during gimplification on OMP_SIMD  (*)
  e6e6e0a... calls: When bypassing emit_push_insn for 0 sized arg, emit  (*)
  ea4911c... Daily bump. (*)
  12463f1... Fortran: error recovery after invalid assumed type declarat (*)
  38c1731... testsuite: Add -Wno-psabi to pr104505.c (*)
  8977f4b... d: Merge upstream dmd 423f19b41, druntime 100a608c, phobos  (*)
  12f8dc0... Undo multi-word optional reloads correctly (*)
  dbaabd0... Don't emit switch-unreachable warnings for -ftrivial-auto-v (*)

(*) This commit already exists in another branch.
    Because the reference `refs/heads/devel/modula-2' 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-03-16 20:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-16 20:33 [gcc/devel/modula-2] (225 commits) Merge branch 'master' into devel/modula-2 Gaius Mulley

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