public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc/devel/modula-2] (269 commits) Manually merged Makefile.in.
@ 2021-09-22 14:55 Gaius Mulley
  0 siblings, 0 replies; only message in thread
From: Gaius Mulley @ 2021-09-22 14:55 UTC (permalink / raw)
  To: gcc-cvs

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

 37529f1a0ae... Manually merged Makefile.in.

It previously pointed to:

 85251cc0b11... M2GenGCC.mod tidyup and removal of unused parameters and va

Diff:

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

  37529f1... Manually merged Makefile.in.
  3087d1b... Set bound/cmp/control for until wrap loop. (*)
  fec75ab... Check for BB before calling register_outgoing_edges. (*)
  7e5e44b... path solver: Use range_on_path_entry instead of looking at  (*)
  6b0e0b2... AVX512FP16: Add permutation and mask blend intrinsics. (*)
  69dc9c5... AVX512FP16: Add complex conjugation intrinsic instructions. (*)
  f6afc92... AVX512FP16: Add reduce operators(add/mul/min/max). (*)
  6185b9a... AVX512FP16: Support load/store/abs intrinsics. (*)
  3ae5e6f... Small tweak to comments in range_cannot_be_superflat (*)
  e1223ea... IBM Z: TPF: Add cc clobber to profiling expanders (*)
  424a4a4... Fortran: Add gfc_simple_for_loop aux function (*)
  b032103... obstack.h __PTR_ALIGN vs. ubsan (*)
  a9b3c45... IBM Z: Fix PR102222 (*)
  c4432b2... openmp: Fix OpenMP expansion of scope with non-fallthrugh b (*)
  059b819... openmp: Add support for allocator and align modifiers on al (*)
  578b768... libgcc, X86: Adjust guard for Mach-O code. (*)
  b0ac84d... Support 64bit fma/fms/fnma/fnms under avx512vl. (*)
  0f4b73f... Adjust testcase. (*)
  0eeb8c8... AVX512FP16: Add expander for cstorehf4. (*)
  338abd0... AVX512FP16: Add expander for ceil/floor/trunc/roundeven. (*)
  59e9c4c... AVX512FP16: Add expander for sqrthf2. (*)
  8a5837c... AVX512FP16: Add testcases for vfcmaddcsh/vfmaddcsh/vfcmulcs (*)
  db3b96d... AVX512FP16: Add vfcmaddcsh/vfmaddcsh/vfcmulcsh/vfmulcsh. (*)
  ed643e9... AVX512FP16: Add testcases for vfcmaddcph/vfmaddcph/vfcmulcp (*)
  081070b... AVX512FP16: Add vfcmaddcph/vfmaddcph/vfcmulcph/vfmulcph (*)
  144c498... rs6000: Parameterize some const values for density test (*)
  72394d3... c++: fix template instantiation comparison in redeclaration (*)
  2c41dd8... Daily bump. (*)
  09e18d1... runtime: set runtime.GOROOT value at build time (*)
  97cfb54... path solver: Use ranger to solve unknowns. (*)
  e4249b1... path solver: Add related SSAs to solvable set. (*)
  062c872... path solver: Remove useless code. (*)
  f46d336... path solver: Add relation support. (*)
  198bc5e... Move postfold_gcond_edges into fur_source. (*)
  64b80b8... Do not query SCEV in range_of_phi unless dominators are ava (*)
  08f3925... Allocate non_null_ref tables at creation. (*)
  303b5d8... [Ada] Add some comments in init.c about the lynx178 signal  (*)
  e839168... [Ada] Rename "optional" node subtypes that allow Empty (*)
  7d9735b... [Ada] Spurious dynamic accessibility check on allocator (*)
  f6ccb78... [Ada] Regenerate gnat_ugn.texi (*)
  57fb9d3... [Ada] SCOs: generate 'P' decisions for [Type_]Invariant pra (*)
  bd41370... [Ada] Add "optional" node subtypes that allow Empty (*)
  0df911d... [Ada] bindgen: support additional features on targets suppr (*)
  618fff6... [Ada] Fix regression in ACATS bdd2006 and bdd2007 (*)
  900f9d9... [Ada] Set related expression for external DISCR symbols in  (*)
  13b5944... [Ada] Minor tweaks to System.Dwarf_Line (*)
  dbea36c... [Ada] Crash on build of Initialization procedure for derive (*)
  1d8617e... [Ada] Cleanup old VxWorks in Makefile.rtl (*)
  b6bb60b... [Ada] Add assertions to Uintp (UI_Is_In_Int_Range) (*)
  911b00f... [Ada] Remove if_expression (*)
  b12d18a... [Ada] Add assertions to Uintp (*)
  97a5ed2... [Ada] Small optimization to DWARF 5 mode in System.Dwarf_Li (*)
  97c5d52... [Ada] Follow-up tweaks to System.Dwarf_Line (*)
  cf7aa7d... [Ada] exp_pakd.adb: work around spurious Codepeer warnings (*)
  69a0ff3... [Ada] Fix ignored dynamic predicates specified through "pre (*)
  566b479... [Ada] rtems: add 128bit support for aarch64 (*)
  704d03a... [Ada] Presence of abstract operator function causes resolut (*)
  16e307b... [Ada] Interface behaves differently from abstract tagged nu (*)
  b23cdc0... [Ada] Clean up uses of Esize and RM_Size (*)
  e906896... [Ada] Enforce legality rule for Predicate_Failure aspect sp (*)
  3598c8d... [Ada] Refactor sort procedures of doubly linked list contai (*)
  2528d0c... [Ada] Update comment for Error_Msg_Internal (*)
  255279b... [Ada] Simplify iteration when printing error message spans (*)
  ea3789f... [Ada] Exception raised on empty file in GNATprove mode (*)
  c363320... [Ada] Refine patch for spurious link error involving discri (*)
  4d027ee... [Ada] Remove "with GNAT.OS_Lib;" from libgnat/a-stbufi.ads (*)
  e87789f... Evaluate 'random ()' to '0' in 'pass_omp_oacc_neuter_broadc (*)
  4e7a92c... arm: pass architecture extensions to assembler if supported (*)
  55b989d... tree-optimization/102421 - copy alignment info when splitti (*)
  6e6bf4c... Fix no_fsanitize_address effective target (*)
  417ea5c... Fortran: Fix -Wno-missing-include-dirs handling [PR55534] (*)
  63c6446... ipa-fnsummary: Remove inconsistent bp_pack_value (*)
  56c24f1... C++: add type checking for static local vector variable in  (*)
  6249802... Daily bump. (*)
  73cf73a... Use EDGE_EXECUTABLE in ranger and return UNDEFINED for thos (*)
  5d110fe... Make each def a new equivalency record. (*)
  b333c3a... MAINTAINERS: add myself as Fortran reviewer (*)
  1949d75... c-family: Add more predefined macros for math flags (*)
  71a4bda... [Ada] Remove redundant checks for non-empty list of aspects (*)
  3613473... [Ada] Fix shadowing in conditions for inlining (*)
  2175b50... [Ada] Present and No functions for type Uint (*)
  9613900... [Ada] Add SPARK_Mode => Off to System.File_Control_Block (*)
  c5049df... [Ada] Use OS_Time for interface to TZ functions. (*)
  a06c060... [Ada] Accept volatile expressions as non-scalar actual para (*)
  8e5a883... [Ada] Clean up Uint fields, remove unused routines (*)
  e97dd2a... [Ada] Cleanups related to building of dispatch tables (*)
  cf0813a... [Ada] Accept volatile properties on constant objects (*)
  6c5ca4c... [Ada] SPARK proof of the Ada.Strings.Fixed library (*)
  8582e5d... [Ada] Minor style fixes in Resolve_Aspect_Aggregate (*)
  4375ee5... [Ada] Adjust latest change for ELF platforms (*)
  aaddaf8... [Ada] Add support for PE-COFF PIE to System.Dwarf_Line (*)
  7a8e133... [Ada] Fix repeated generation of dispatch tables in CodePee (*)
  325443d... [Ada] Spurious link error with child unit and different Ass (*)
  535a706... [Ada] Clean up Uint fields (continued) (*)
  0c5c46a... [Ada] Refine types of local constants that store Etype resu (*)
  3450ded... [Ada] Implementation of Preelaborable_Initialization attrib (*)
  c83448a... [Ada] Fix condition in op interpretation resolution (*)
  2743363... [Ada] Don't examine all discriminants when looking for the  (*)
  b8d31eb... [Ada] Fix assertion in GNATprove_Mode (*)
  dae0df6... [Ada] Small cleanup in System.Dwarf_Line (*)
  0f5356c... [Ada] Only assign type to op if compatible (*)
  518cede... [Ada] Spurious accessibility error on allocator in generic  (*)
  66fa923... [Ada] Capitalize comment (*)
  8967ee5... [Ada] Refactor scan_backend_switch to share logic across ba (*)
  3afd536... [Ada] Work around CodePeer bug by declaring variable (*)
  2c5ed0d... [Ada] Move Build_And_Insert_Cuda_Initialization to Expand_C (*)
  5e86334... [Ada] usage.adb: make -gnatw.c description clearer (*)
  d41be87... [Ada] Remove inappropriate test from Is_By_Reference_Type (*)
  47ee6e6... Use the proper vectype (*)
  0de4184... Fortran/OpenMP: unconstrained/reproducible ordered modifier (*)
  24f9914... Avoid premature alignment setting in vect_duplicate_ssa_nam (*)
  f55c8db... vect alignmet enhance TLC (*)
  1055552... Obsolete hppa[12]*-*-hpux10* and hppa[12]*-*-hpux11* (*)
  9081759... testsuite: Remove .exe suffix in prune_gcc_output (*)
  7d79c3e... Don't record string concatenation data for 'RESERVED_LOCATI (*)
  f92901a... tree-optimization/65206 - dependence analysis on mixed poin (*)
  abdf63d... Driver: Fix bootstrap with DEFAULT_{ASSEMBLER,LINKER,DSYMUT (*)
  34fac9e... Daily bump. (*)
  825293d... Correct a function pre/postcondition [PR102403]. (*)
  c3895ef... Handle null cfun [PR102243]. (*)
  32731fa... libgcc, Darwin: Remove unused symlinks. (*)
  ea4e901... libgcc, X86, Darwin: Handle symbols for HF cases. (*)
  1297a40... libgcc, X86: Exclude rules for libgcc2 __{div,mul}hc3. (*)
  8738543... Darwin, crts: Build Darwin10 unwinder shim as a library. (*)
  f75b237... [committed] Make test names unique for a couple of goacc te (*)
  7e4ada5... Update the section on binutils version (*)
  68aace4... Fix PR bootstrap/102389: --with-build-config=bootstrap-lto  (*)
  08900f2... Minor cleanups to forward threader. (*)
  124c354... Jit, testsuite: Amend expect processing to tolerate more pl (*)
  8d42a27... Make dump_ranger routines externally visible. (*)
  5fee8a0... [PATCH] Factor out `find_a_program` helper around `find_a_f (*)
  16f9776... [PATCH] avr: Add atmega324pb MCU (*)
  e9e4686... PR middle-end/88173: More constant folding of NaN compariso (*)
  69337e7... [PATCH] Remove unused function make_unique_name. (*)
  767c098... Fix middle-end/102395: reg_class having only NO_REGS and AL (*)
  cf74e7b... Daily bump. (*)
  e9d8fca... openmp: Handle unconstrained and reproducible modifiers on  (*)
  e666a0a... Fix ICE in pass_rpad. (*)
  e5597f2... openmp: Allow private or firstprivate arguments to default  (*)
  d07c750... AVX512FP16: Add testcase for scalar FMA instructions. (*)
  3c9de0a... AVX512FP16: Add scalar fma instructions. (*)
  376d69f... AVX512FP16: Enable FP16 mask load/store. (*)
  ef6ab4a... AVX512FP16: Add testcase for fp16 bitwise operations. (*)
  75a97b5... AVX512FP16: Add scalar/vector bitwise operations, including (*)
  630a124... AVX512FP16: Add testcase for fma instructions (*)
  ede1820... AVX512FP16: Add FP16 fma instructions. (*)
  b6c24ea... AVX512FP16: Add testcase for vfmaddsub[132,213,231]ph/vfmsu (*)
  1e68508... AVX512FP16: Add vfmaddsub[132,213,231]ph/vfmsubadd[132,213, (*)
  7afcb53... Support embedded broadcast for AVX512FP16 instructions. (*)
  18b57c1... c++: improve lookup of member-qualified names (*)
  8618f9e... c++: fix comment typo (*)
  0a4cb43... Daily bump. (*)
  94c12ff... Factor predidacte analysis out of tree-ssa-uninit.c into it (*)
  51166eb... Fortran - (large) arrays in the main shall be static (*)
  42eff61... libstdc++: Add 'noexcept' to path::iterator members (*)
  1fa2c5a... libstdc++: Fix last std::tuple constructor missing 'constex (*)
  2961ac4... openacc: Remove unnecessary barriers (gimple worker partiti (*)
  2a3f9f6... openacc: Shared memory layout optimisation (*)
  82792cc... openacc: Turn off worker partitioning if num_workers==1 (*)
  8251f90... Add 'libgomp.oacc-c-c++-common/broadcast-many.c' (*)
  534c535... Provide a relation oracle for paths. (*)
  3674d8e... Virtualize relation oracle and various cleanups. (*)
  896fec2... testsuite: Fix gcc.target/i386/auto-init-* tests. (*)
  31e924c... Better handle MIN/MAX_EXPR of unrelated objects [PR102200]. (*)
  47e5052... rs6000: Support for vectorizing built-in functions (*)
  6cba7d1... rs6000: Handle some recent MMA builtin changes (*)
  41a34e2... rs6000: Handle gimple folding of target built-ins (*)
  89be17a... Fix 'hash_table::expand' to destruct stale Value objects (*)
  00b1324... Fortran: Use _Float128 rather than __float128 for c_float12 (*)
  2578a38... PR c/102245: Disable sign-changing optimization for shifts  (*)
  0a60524... rs6000: Move __builtin_mffsl to the [always] stanza (*)
  654187d... Fortran: Prefer GCC internal macros to float.h in ISO_Fortr (*)
  8593d2f... configure, jit: Allow for 'make check-gcc-jit'. (*)
  4703182... Revert no longer needed fix for PR95539 (*)
  749c31b... libstdc++: Rename tests with incorrect extension (*)
  4a7842b... libgomp: Spelling error fix in OpenMP 5.1 conformance secti (*)
  3a2bcff... openmp: Add support for OpenMP 5.1 atomics for C++ (*)
  48b3caf... x86: Add TARGET_SSE_PARTIAL_REG_[FP_]CONVERTS_DEPENDENCY (*)
  16cca18... x86: Properly handle USE_VECTOR_FP_CONVERTS/USE_VECTOR_CONV (*)
  c3a2437... x86: Update memcpy/memset inline strategies for -mtune=trem (*)
  61b03ad... x86: Update -mtune=tremont (*)
  687e30d... Fix PR rtl-optimization/102306 (*)
  a5873aa... AVX512FP16: Add intrinsics for casting between vector float (*)
  1ef291e... AVX512FP16: Add testcase for vcvtsh2sd/vcvtsh2ss/vcvtsd2sh/ (*)
  90429b9... AVX512FP16: Add vcvtsh2ss/vcvtsh2sd/vcvtss2sh/vcvtsd2sh. (*)
  23fe603... AVX512FP16: Add testcase for vcvtph2pd/vcvtph2psx/vcvtpd2ph (*)
  5a744e5... AVX512FP16: Add vcvtph2pd/vcvtph2psx/vcvtpd2ph/vcvtps2phx. (*)
  6babedb... AVX512FP16: Add vcvttsh2si/vcvttsh2usi. (*)
  8691efe... AVX512FP16: Add testcase for vcvttph2w/vcvttph2uw/vcvttph2d (*)
  c027acc... AVX512FP16: Add vcvttph2w/vcvttph2uw/vcvttph2dq/vcvttph2qq/ (*)
  babaa0e... AVX512FP16: Add testcase for vcvtsh2si/vcvtsh2usi/vcvtsi2sh (*)
  3069a2e... AVX512FP16: Add vcvtsh2si/vcvtsh2usi/vcvtsi2sh/vcvtusi2sh. (*)
  e19570d... Daily bump. (*)
  54866f7... libgo: update to go1.17.1 release (*)
  745781d... analyzer: Fix bootstrap with clang (*)
  fce4e12... libstdc++: Regenerate the src/debug Makefiles as needed (*)
  4337893... libstdc++: Increase timeout factor for slow pb_ds tests (*)
  bd0df30... libstdc++: Update documentation that only refers to c++98 a (*)
  cbe705a... libstdc++: Add noexcept to std::nullopt_t constructor (*)
  21c7605... libstdc++: Remove non-deducible parameter for std::advance  (*)
  734b2c2... libstdc++: Add missing 'constexpr' to std::tuple [PR102270] (*)
  e67917f... libstdc++: Add missing constraint to std::span deduction gu (*)
  2c351da... libstdc++: Fix recipes for C++11-compiled files in src/c++9 (*)
  9d813dd... libstdc++: Add noexcept to std::to_string overloads that do (*)
  869107c... libstdc++: Add noexcept to unique_ptr accessors (*)
  f9f1a6e... libstdc++: Fix UB in atomic_ref/wait_notify.cc [PR101761] (*)
  93b5a66... rs6000: Handle overloads during program parsing (*)
  2e2e65a... c++: constrained variable template issues [PR98486] (*)
  cfea7b8... Fortran - fix handling of optional allocatable DT arguments (*)
  db1a65d... Fix PR 67102: Add libstdc++ dependancy to libffi (*)
  d7071e4... [i386] Change ix86_decompose_address return type to bool. (*)
  acd7e7b... PowerPC: Fix rs6000-gen-builtins with build != host [PR1023 (*)
  371848a... cgraph: Do not warn about caller count mismatches of remove (*)
  ab08859... coroutines: Small cleanups to await_statement_walker [NFC]. (*)
  8d6b12b... middle-end/102360 - adjust .DEFERRED_INIT expansion (*)
  275a076... sparc: Add scheduling information for LEON5 (*)
  a053dab... sparc: Add NOP in stack_protect_set32 if sparc_fix_b2bst en (*)
  d4aa166... sparc: Prevent atomic instructions in beginning of function (*)
  6d0c97b... sparc: Skip all empty assembly statements (*)
  b4bbb37... sparc: Treat more instructions as load or store in errata w (*)
  b7e0dd6... sparc: Print out bit names for LEON and LEON3 with -mdebug (*)
  8e2c293... testsuite: Support single-precision in g++.dg/eh/arm-vfp-un (*)
  8137be3... mips: Fix macro typo (*)
  a26ff83... Check mask type when doing cond_op related gimple simplific (*)
  a73d590... AVX512FP16: Add testcase for vcvtw2ph/vcvtuw2ph/vcvtdq2ph/v (*)
  be0e4c3... AVX512FP16: Add vcvtuw2ph/vcvtw2ph/vcvtdq2ph/vcvtudq2ph/vcv (*)
  038afce... AVX512FP16: Add testcase for vcvtph2w/vcvtph2uw/vcvtph2dq/v (*)
  bd610db... AVX512FP16: Add vcvtph2dq/vcvtph2qq/vcvtph2w/vcvtph2uw/vcvt (*)
  6d45f45... AVX512FP16: Add testcase for vmovsh/vmovw. (*)
  c4d423c... AVX512FP16: Add vmovw/vmovsh. (*)
  8d97081... c++: Small location tweak (*)
  e0c0914... rs6000: Remove useless toc-fusion option (*)
  9e85da8... Daily bump. (*)
  2280606... c++: shortcut bad convs during overload resolution, part 2  (*)
  f5ae644... rs6000: fix xcoff section encoding (*)
  30e0253... c++: add parsing_function_declarator predicate (*)
  e5d1af8... c++: Fix handling of decls with flexible array members init (*)
  2ab5c3d... c++: default ctor that's also a list ctor [PR102050] (*)
  2709337... zero-call-used-regs attr for ada (*)
  7bdf515... i386: port vxworks to TARGET_CPU_P macro (*)
  4320a4b... c++: don't warn about internal interference sizes (*)
  adddfc8... rs6000: fix symtab_node::get == NULL issue (*)
  a37d7d6... gcc-changelog: Add FIXME note. (*)
  e0fcdc4... gcc-changelog: check git commit email address (*)
  26d4ba0... target/102348 - fix powerpc-lynxos build (*)
  7fc4d60... Optimize for V{8,16,32}HFmode vec_set/extract/init. (*)
  feebc22... Maintain (mis-)alignment info in the first element of a gro (*)
  e4d3643... AVX512FP16: Adjust builtin name for FP16 builtins to match  (*)
  b6d8fa6... tree-optimization/102318 - reduction epilogue re-use (*)
  cc1e288... libstdc++: Check for TLS support on mingw cross-compilers (*)
  243e0a5... Output vextract{i,f}{32x4,64x2} for (vec_select:(reg:Vmode) (*)
  8b69c48... Add OpenACC 'host_data' testing to 'gfortran.dg/goacc/unexp (*)
  947332a... Remove support for vax-openbsd (*)
  40c9541... Remove m68k-openbsd support (*)
  a53781c... c++: don't predeclare std::type_info [PR48396] (*)
  ba9b07d... c++: correct object scope handling (*)
  f53a89f... c++: tweak C++20 destructor template-id rule (*)
  4633d62... gcc: xtensa: fix PR target/102336 (*)
  52ac72a... Daily bump. (*)
  b305ec9... Fortran - fix ICE during error recovery checking entry char (*)
  c89d805... c++tools : Add a simple handler for ModuleCompiledRequest. (*)
  f80b9be... rs6000: Disable optimizing multiple xxsetaccz instructions  (*)
  fb32372... configure: Avoid unnecessary constraints on executables for (*)
  70ee703... coroutines: Make proxy vars for the function arg copies. (*)
  c5a735f... coroutines: Expose implementation state to the debugger. (*)
  de07cff... c++: empty union member activation during constexpr [PR1021 (*)
  818c505... c++: Update DECL_*SIZE for objects with flexible array memb (*)
  f008fd3... c++: Fix __is_*constructible/assignable for templates [PR10 (*)
  33fdbbe... Fortran: Add missing ST_OMP_END_SCOPE handling [PR102313] (*)

(*) 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:[~2021-09-22 14:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-22 14:55 [gcc/devel/modula-2] (269 commits) Manually merged Makefile.in 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).