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

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

 f5a02fa669b... Merge branch 'master' into devel/modula-2.

It previously pointed to:

 22ba1fbcceb... Refactored some rules in Make-lang.in and portfix calcpath.

Diff:

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

  f5a02fa... Merge branch 'master' into devel/modula-2.
  c539768... Daily bump. (*)
  9df4ffe... Daily bump. (*)
  62ecd2b... c++: Add fixed test [PR81952] (*)
  dd7813f... compiler: always sort interface parse methods (*)
  d75d429... Improved V1TI (and V2DI) mode equality/inequality on x86_64 (*)
  14e678a... rs6000: Remove a few needless 'lp64' contraints. (*)
  eccbd7f... rs6000: Move g++.dg powerpc PR tests to g++.target (*)
  1fe04c4... PR tree-optimization/83907: Improved memset handling in str (*)
  16f7fca... RISC-V: Implement C[LT]Z_DEFINED_VALUE_AT_ZERO (*)
  7f40ac3... libstdc++: Make std::thread::_State private (*)
  8659bcd... libstdc++: Add noexcept to std::launch operators (*)
  c829b04... libstdc++: Allow std::swap to find overload for std::except (*)
  c470f3e... libstdc++: Make std::rethrow_if_nested work without RTTI (*)
  e97e992... Check operand for type, not LHS. (*)
  70d624f... libgomp.fortran/target-nowait-array-section.f90: Fix typo (*)
  a46d626... OpenMP/Fortran: Use firstprivat not alloc for ptr attach fo (*)
  bc25483... [AArch64] add barriers to ool __sync builtins (*)
  010af10... testsuite: btf: Fix btf-datasec-1.c for RISC-V (*)
  dc32901... testsuite: opt: Fix const7.C for RISC-V. (*)
  ade5531... Move VREL values to their own enumerated type. (*)
  f3204ce... Return a bool result for union, and add performance improve (*)
  1d3d7e8... Add a return value to intersect and speed it up. (*)
  98e475a... Fix return value in ranger_cache::get_global_range. (*)
  b0ad41c... MAINTAINERS: Add myself to write after approval (*)
  cf2141a... Add relation between op1 & op2 to lhs_opN_relation API. (*)
  0ee9a62... c++: Local symbols do not get module manglings (*)
  af34279... Export global ranges during the VRP block walk. (*)
  602a316... Clear killing defs when resetting the path in path_oracle. (*)
  6b15604... Make range_from_dom more effective. (*)
  b584cbd... libstdc++: Improve doxygen docs for <mutex> (*)
  a278402... libstdc++: Improve doxygen docs for some of <memory> (*)
  c29c2a0... libstdc++: Improve doxygen docs for <thread> and <future> (*)
  e614925... libstdc++: Improve doxygen docs for algorithms and more (*)
  171f41f... libstdc++: Improve doxygen docs for std::allocator (*)
  1b01963... libstdc++: Improve doxygen docs for <regex> (*)
  1566ca0... libstdc++: Improve doxygen docs for <atomic> (*)
  20b917e... libstdc++: Improve doxygen docs for <system_error> (*)
  757146f... libstdc++: Improve doxygen docs for std::pointer_traits (*)
  e4905f1... libstdc++: Add macros for the inline namespace std::_V2 (*)
  4163b0b... libstdc++: Fix typo in doxygen @headerfile command (*)
  9c3a8fe... libstdc++: Disable Doxygen GROUP_NESTED_COMPOUNDS config op (*)
  1f89e48... libgomp nvptx plugin: Only consider '--with-cuda-driver=[.. (*)
  04c0a88... Avoid visiting newly-created blocks in harden-conditionals (*)
  6aaa1d5... ada: gcc-if: build proper String_Pointer for Get_External_N (*)
  9a79854... Introduce tests for hardbool Machine_Attribute for Ada (*)
  6a11672... arm: correctly handle misaligned MEMs on MVE [PR105463] (*)
  485a0ae... arm: fix some issues in mve_vector_mem_operand (*)
  112447f... xtensa: Reflect the 32-bit Integer Divide Option (*)
  d543bac... xtensa: Rename deprecated extv/extzv insn patterns to extvs (*)
  7b84420... Fix wrong SRA with VIEW_CONVERT_EXPR and reverse SSO (*)
  c77e487... [Ada] Fix incorrect call to inherited function with limited (*)
  ba75fee... [Ada] Storage_Model_Object fails to return object entity (*)
  d663778... [Ada] Compiler crash on -gnata -O2 (*)
  78e2638... [Ada] Only use alternate stack when needed (*)
  8150f29... [Ada] Extend hardcfr testing (documentation) (*)
  a2cff9e... [Ada] CUDA: use binder to generate kernel-registration code (*)
  e358460... [Ada] Fix iterated component association for array aggregat (*)
  4c9a818... [Ada] Simplify helper units for formal hashed sets/maps (*)
  f8e12e7... [Ada] Adapt body of formal sets and maps for SPARK (*)
  2e2f53d... [Ada] Remove dependency on tampering checks and controlled  (*)
  6d22fb1... [Ada] Ada ABI change when building with assertions (*)
  17a89d8... [Ada] Take into account GNSA_ROOT env var for prefix (*)
  b77029f... [Ada] Implement late initialization rules for type extensio (*)
  7b6fa64... [Ada] Handle IN iterator for class-wide derived object of i (*)
  3fe35ab... [Ada] Facilitate proof of Overwrite in bounded strings libr (*)
  9e5b1b0... [Ada] Fix code example on representation clause (*)
  85df624... [Ada] Do not overwrite limited view of result type (*)
  18e2787... [Ada] Wrong address for class-wide interface access convers (*)
  fafccfb... [Ada] Crash in task body reference to discriminant (*)
  6a28d40... [Ada] Improve expected type error messages (*)
  cf54619... [Ada] Document control flow redundancy (*)
  0145570... [Ada] Fix compiler crash on FOR iteration scheme over conta (*)
  83bacaa... [Ada] Remove obsolete uses of Unchecked_Conversion from Ada (*)
  cb50998... [Ada] Remove obsolete uses of Unchecked_Deallocation from A (*)
  84f2013... [Ada] Fix the Ada 2022 iterated component association RM re (*)
  9bea1bd... [Ada] Fix typo on "that" (*)
  fa45988... [Ada] Spurious access error in function returning type with (*)
  74ce1d5... [Ada] Accept effectively volatile components in actuals (*)
  7427e67... [Ada] Remove redundant guard in checks for volatile actuals (*)
  8a8366d... [Ada] Ineffective use type clause warnings cause compile ti (*)
  bac63f1... testsuite: Make AArch64 attributes_7.c generate unique repo (*)
  ba20688... Make gimple_build main workers more flexible (*)
  90a8eab... [PR105455] Set edge probabilities when hardening conditiona (*)
  8ab4b48... Strip of a vector load which is only used partially. (*)
  49ace83... Daily bump. (*)
  3e948d6... c++: tighten TMPL_ARGS_LEVEL macro (*)
  995060a... testsuite: PPC vector double requires VSX (*)
  a0080f0... libstdc++: Remove whitespace before preprocessor directives (*)
  dcc2667... Refactor '-ldl' handling for libgomp proper and plugins (*)
  dfda40f... rtl-optimization/105577 - RTL DSE and non-call EH (*)
  c4471a4... [Ada] Skip postponed validation checks with compilation err (*)
  605095a... [Ada] Fix URL in doc (*)
  0b46066... [Ada] Restore double quotes in debug printouts (*)
  e280641... [Ada] Reuse collective subtype for comparison operators whe (*)
  0c1ec8a... [Ada] Remove unreferenced Is_Selector_Name routine (*)
  09c7e31... [Ada] Add more dummy names in Sem_Warn.Has_Junk_Name (*)
  ec0f9f7... [Ada] Fix warning about generic subprograms withed but not  (*)
  3707c8f... [Ada] Fix warning about generic subprograms withed but not  (*)
  dff98f7... [Ada] Remove useless pragma Warnings Off from runtime units (*)
  cc508db... [Ada] Do not issue a warning on a postcondition of True or  (*)
  ce19ac1... [Ada] Remove front-end SJLJ processing (*)
  3b4ae9b... [Ada] Make debug printouts more robust (*)
  86c7b16... [Ada] Add ghost code to facilitate proof with SPARK (*)
  bbb4320... [Ada] Remove use of use-clauses in loaded runtime units (*)
  6655b15... [Ada] Fix support for ISO-8859-15 and IBM CP 850 encoding (*)
  f7fc84d... [Ada] Remove redundant guard against Any_String (*)
  c97014c... [Ada] Accept raise expressions as operands of boolean opera (*)
  9da379f... [Ada] Plug loophole in Possible_Type_For_Conditional_Expres (*)
  bcbf83e... [Ada] Adapt CodePeer analysis of GNAT to changes in depende (*)
  49a31a1... [Ada] Revamp analysis of conditional expressions (*)
  91d6876... [Ada] Proof of 'Image support for signed integers (*)
  a4f6f9f... [Ada] Rewrite Sem_Ch4.Find_Boolean_Types (*)
  d4fc83c... [Ada] Introduce hardbool Machine_Attribute for Ada (*)
  bb1c939... [Ada] Fix scope of block in expanded protected entry body (*)
  7a60ba4... [Ada] Fix typo in comment (*)
  7a4892d... [Ada] Fix style checking rule for square brackets in Ada 20 (*)
  b9cff88... [Ada] Fix remaining asymmetry in Specific_Type (*)
  e845160... [Ada] Fix typos in syntax for implementation-defined pragma (*)
  d889e40... [Ada] Reuse generic string hash for invocation signatures (*)
  e3e51e7... [Ada] Document Aggregate_Individually_Assign as a configura (*)
  cd644ce... libgomp nvptx plugin: Split 'PLUGIN_NVPTX_DYNAMIC' into 'PL (*)
  edbd2b1... libgomp plugins: Don't 'AC_SUBST' and 'AC_DEFINE_UNQUOTED'  (*)
  94b8a37... tree-optimization/105562 - avoid uninit diagnostic with bet (*)
  78c8b0b... c++: Support module language-decl semantics (*)
  3c9364f... i386: Add combine splitter to transform pxor/pcmpeqb/pmovms (*)

(*) 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-05-15 22:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-15 22:44 [gcc/devel/modula-2] (126 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).