public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc/devel/modula-2] (193 commits) Merge branch 'master' into devel/modula-2.
@ 2022-10-22  1:58 Gaius Mulley
  0 siblings, 0 replies; 2+ messages in thread
From: Gaius Mulley @ 2022-10-22  1:58 UTC (permalink / raw)
  To: gcc-cvs

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

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

It previously pointed to:

 f7b2d2d0ab2... gcc/m2/tools-src/def2doc.py rewritten to use argparse

Diff:

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

  a2bb2bc... Merge branch 'master' into devel/modula-2.
  1c4163f... gcc/configure reverted prior to a merge
  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  (*)
  bf3b532... Enable AMD znver4 support and add instruction reservations (*)
  88b3466... libstdc++: respect with-{headers, newlib} for default hoste (*)
  33de0ff... libstdc++: Fix std::move_only_function for incomplete param (*)
  a9de836... Restore 'libgomp.oacc-c-c++-common/nvptx-sese-1.c' SESE reg (*)
  436c4a2... Add 'gcc.dg/tree-ssa/pr107195-3.c' [PR107195] (*)
  09f9814... tree-optimization/107323 - loop distribution partition orde (*)
  bdac4b4... RISC-V: Add type attribute for atomic instructions. (*)
  fa553ff... match.pd: Fix up gcc.dg/pr54346.c on i686-linux [PR54346] (*)
  5f9fac6... c++: Fix up mangling ICE with void{} [PR106863] (*)
  36ba985... Don't build readline/libreadline.a, when --with-system-read (*)
  f56d48b... RISC-V: Add RVV vsetvl/vsetvlmax intrinsics and tests. (*)
  cbd5057... RISC-V: Add RVV intrinsic basic framework. (*)
  4e7ec7d... i386: Auto vectorize sdot_prod, udot_prod with VNNIINT8 ins (*)
  4066759... Support Intel AVX-VNNI-INT8 (*)
  825d004... Support Intel AVX-IFMA (*)
  47a6ae5... Daily bump. (*)
  ecb20df... Fortran: error recovery with references of bad array constr (*)
  d155442... [PR c++/106654] Handle non-irange ranges in get_range_globa (*)
  2e158ea... Add op[12]_range for UNORDERED_LT entries in range-op. (*)
  ecaa9ca... testsuite: Sanitize fails for SP FPU on Arm (*)
  14272ae... c++: constraint matching, TEMPLATE_ID_EXPR, current inst (*)
  1d561e1... ipa-visibility: Optimize TLS access [PR99619] (*)
  3dfdc0d... A false UNORDERED_<cond> means neither operand can be a NAN (*)
  9a8b37f... c++ modules: handle CONCEPT_DECL in node_template_info [PR1 (*)
  e10ca95... vect: Fix vectype when widening container type in bitfield  (*)
  7bf3a4d... libstdc++: Redefine __from_chars_alnum_to_val's table (*)
  f4fda3e... Do not set NAN flags for VARYING ranges when !HONOR_NANS. (*)
  be43d5d... Replace finite_operands_p with maybe_isnan. (*)
  c75ee0b... testsuite: Add some missing -Wno-psabi options (*)
  f468fe1... passes: Fix a comment typo (*)
  12d9f5a... libgomp: Add offload_device_gcn check, add requires-4a.c te (*)
  5362b5c... Avoid PHI - PHI recurrence in vectorization (*)
  c7ebee2... Add 'libgomp.oacc-c-c++-common/private-big-1.c' [PR105421] (*)
  7c55755... amdgcn: Use FLAT addressing for all functions with pointer  (*)
  25861cf... Make 'autoreconf' work for 'gcc', 'libobjc' (*)
  df99e9e... aarch64: Commonise some folding code (*)
  7bca721... aarch64: Use using directives to inherit constructors (*)
  9482a5e... aarch64: Replace CONSTEXPR with constexpr (*)
  57675c7... aarch64: Prevent generation of /M BRKAS and BRKBS (*)
  6bec666... aarch64: Fix matching of BRKNS (*)
  8e2b5cf... c/107305 - avoid ICEing with invalid GIMPLE input to the GI (*)
  5d6e834... vect: Simplify first for shifted value generation [PR107240 (*)
  a2e2838... Add C++ library interface data (*)
  53e6d7a... Add assume support to VRP. (*)
  87f9c4a... Daily bump. (*)
  5e1538c... c: C2x %wN, %wfN format checking (*)
  f006827... Always check result from build_<COND> in range-op-float.cc (*)
  ebe87ed... analyzer: fix ICE on __builtin_ms_va_copy [PR105765] (*)
  fb4db9b... libstdc++: Implement remaining P2474R2 changes to views::ta (*)
  b3c98d6... c++: Mitigate -Wuseless-cast with classes [PR85043] (*)
  79d38dd... testsuite: Default make check-g++ vs. tests for newest C++  (*)
  a10d6b5... libstdc++: Fix typo in stride_view's operator- [PR107313] (*)
  a01eae6... testsuite: Fix up c2x-enum-1.c for 32-bit arches [PR107311] (*)
  69a2336... Use Value_Range when applying inferred ranges. (*)
  47684e5... libstdc++/thread: Implement `_GLIBCXX_NPROCS` for Windows (*)
  d329698... [PR tree-optimization/107312] Make range_true_and_false wor (*)
  f036d75... gcc: Add 'mcf' thread model support from mcfgthread (*)
  f3b957e... pch: Fix streaming of strings with embedded null bytes (*)
  09fed44... avr: remove useless @tie{} directives (*)
  f6c168f... SRA: Limit replacement creation for accesses propagated fro (*)
  cb994ac... IBM zSystems: Fix function_ok_for_sibcall [PR106355] (*)
  4f3f029... xtensa: Prepare the transition from Reload to LRA (*)
  95c5cff... s390: Fix bootstrap error with checking and -m31. (*)
  65b98fc... expr: Fix ICE on BFmode -> SFmode conversion of constant [P (*)
  07cc4c1... match.pd: Add 2 TYPE_OVERFLOW_SANITIZED checks [PR106990] (*)
  ba281da... libstdc++-v3: Implement {,b}float16_t nextafter and some fi (*)
  8f7df33... i386: Fix up __bf16 handling on ia32 (*)
  32ab923... tree-optimization/106781 - adjust cgraph lhs removal (*)
  75f7ff1... libsanitizer: regenerate configure (*)
  1442e20... Canonicalize vec_perm index to make the first index come fr (*)
  21de009... Daily bump. (*)
  f5f1d92... c: Diagnose "enum tag;" after definition [PR107164] (*)
  cc694f4... testsuite: Only run -fcf-protection test on i?86/x86_64 [PR (*)
  885b666... libiberty: Fix C89-isms in configure tests (*)
  6be2672... libsanitizer: Avoid implicit function declaration in config (*)
  0101137... c++ modules: stream non-trailing default targs [PR105045] (*)
  c70b44f... libstdc++: Implement ranges::stride_view from P1899R3 (*)
  3b3083a... c: C2x enums wider than int [PR36113] (*)
  656b233... ipa-cp: Better representation of aggregate values in call c (*)
  e0403e9... ipa-cp: Better representation of aggregate values we clone  (*)
  e73fe9e... libgcc: Quote variable in Makefile.in (*)
  92ef782... tree-optimization/107302 - fix vec_perm placement for recur (*)
  aae016f... ifcvt: Do not lower bitfields if we can't analyze dr's [PR1 (*)
  a23225f... libstdc++: Partial library support for std::float{16,32,64, (*)
  4dda30e... middle-end IFN_ASSUME support [PR106654] (*)
  5ad3cc1... tree-optimization/107301 - check if we can duplicate block  (*)
  3510638... Move scanning pass of forwprop-19.c to dse1 for r13-3212-gb (*)
  0205fbb... Merge partial relation precisions properly (*)
  6237663... Daily bump. (*)
  4374c42... Fix bogus RTL on the H8. (*)
  19859bd... More infrastructure to avoid bogus RTL on H8. (*)
  f6e93b7... Remove accidential commits (*)
  566c5f1... Enable REE for H8 (*)
  43ee3f6... Add missing splitter for H8 (*)
  9072db9... x86: Check corrupted return address when unwinding stack (*)
  84807af... Fortran: NULL pointer dereference in gfc_simplify_image_ind (*)
  c9b840d... Make sure exported range for SSA post-dominates the DEF in  (*)
  d45af5c... Fortran: handle bad array ctors with typespec [PR93483, PR1 (*)
  34cecde... Fortran: check type of operands of logical operations, comp (*)
  8950288... Fortran: Fixes for kind=4 characters strings [PR107266] (*)
  3bd5d9a... c++ modules: streaming constexpr_fundef [PR101449] (*)
  01d7d45... [PR tree-optimization/105820] Add test. (*)
  cb1edef... Do not test for -Inf when flag_finite_math_only. (*)
  7896a31... Add 3 floating NAN tests. (*)
  b565ac1... Add relation_trio class for range-ops. (*)
  04874fe... Fix nan updating in range-ops. (*)
  fca5295... Don't set useless relations. (*)
  612de72... GCN: Restore build with GCC 4.8 (*)
  aeb1e2b... Tag 'gcc/gimple-expr.cc:mark_addressable_2' as 'static' (*)
  b617966... Fix nvptx-specific '-foffload-options' syntax in 'libgomp.c (*)
  46a8e01... Vectorization of first-order recurrences (*)
  acdb241... libgcc: Move cfa_how into potential padding in struct frame (*)
  0f48155... libstdc++: Fix value of __cpp_lib_constexpr_charconv (*)
  59af5e0... RISC-V: Fix format[NFC] (*)
  0ea578e... RISC-V: Reorganize mangle_builtin_type.[NFC] (*)
  f10b9f6... elf: ELF toolchain --without-{headers, newlib} should provi (*)
  fd206f0... Initial Meteorlake Support (*)
  470a065... Initial Raptorlake Support (*)
  aedf7eb... Daily bump. (*)
  6366e3e... Add new constraints for upcoming autoinc fixes (*)
  709b216... Rename "z" constraint to "Zz" on the H8/300 (*)
  6c3da5c... Fix bug in register move costing on H8/300 (*)
  8f605de... Daily bump. (*)
  030a08c... libstdc++: Fix -Wunused-function warning in src/c++11/debug (*)
  378a0f1... libstdc++: Implement constexpr std::to_chars for C++23 (P22 (*)
  e24b430... libstdc++: Fix uses_allocator_construction args for cv pair (*)
  baeec7c... Daily bump. (*)
  36d20fa... preprocessor: C2x identifier rules (*)
  89f20c9... Fortran: fix check of polymorphic elements in data transfer (*)
  b4a4c63... Implement distinction between HONOR_SIGNED_ZEROS and MODE_H (*)
  8efc383... Implement range-op entry for __builtin_copysign. (*)
  3760dd5... gfortran.dg/c-interop/deferred-character-2.f90: Fix dg-do (*)
  3dfeda0... Check rvc_normal in real_isdenormal. (*)
  0dd9dd1... libstdc++: Disable all emergency EH pool code if obj-count  (*)
  cf0b7e9... libstdc++: Simplify print_raw function for debug assertions (*)
  823e909... Replace CFN_BUILTIN_SIGNBIT* cases with CASE_FLT_FN. (*)
  464f050... Normalize ranges over the range for both bounds when -ffini (*)
  2e252f5... Drop -0.0 in frange::set() for !HONOR_SIGNED_ZEROS. (*)
  d6a488f... c++ modules: ICE with dynamic_cast [PR106304] (*)
  a75e9be... Add cases for CFN_BUILT_IN_SIGNBIT[FL]. (*)
  9ed4a84... tree-optimization/107254 - check and support live lanes fro (*)
  e39b170... Fix PR target/107248 (*)
  6e8ce5d... libstdc++: Use markdown in Doxygen comment (*)
  98fef35... gcov: test line count for label in then/else block (*)
  4b04292... gcov: test switch/break line counts (*)
  c2565a3... middle-end, c++, i386, libgcc: std::bfloat16_t and __bf16 a (*)
  16ec267... c++: Excess precision for ? int : float or int == float [PR (*)
  98e3411... c++: Implement excess precision support for C++ [PR107097,  (*)
  1898163... c: C2x storage class specifiers in compound literals (*)
  621a911... Daily bump. (*)
  c26d335... Fix bogus -Wstringop-overflow warning (*)
  537e08c... c++: trivial formatting cleanups (*)
  99da523... analyzer: fix ICE introduced in r13-3168 [PR107210] (*)
  ab8477a... libgomp: Add Fortran testcases for omp_in_explicit_task (*)
  c853d65... Fix emit_group_store regression on big-endian (*)
  fc748d4... use proper DECL_INITIAL for VTV (*)
  6cc3394... propagate partial equivs in the cache. (*)
  d75be7e... Add partial equivalence recognition to cast and bitwise and (*)
  aa05838... Add equivalence iterator to relation oracle. (*)
  b556341... Add partial equivalence support to the relation oracle. (*)
  3130e70... c++: ICE with VEC_INIT_EXPR and defarg [PR106925] (*)
  e5139d1... tree-optimization/107247 - reduce SLP reduction accumulator (*)
  4b79661... machmode: Introduce GET_MODE_NEXT_MODE with previous GET_MO (*)
  1cccf64... [AArch64] Improve bit tests [PR105773] (*)
  5cbaf84... tree-optimization/107160 - avoid reusing multiple accumulat (*)
  5364b42... Add op1_op2_relation for float operands. (*)
  786e4c0... diagnose return statement in match.pd (with { ... } express (*)
  9f0d4ad... ifcvt: Fix bitpos calculation in bitfield lowering [PR10722 (*)
  6f653a2... LoongArch: implement count_{leading,trailing}_zeros (*)
  7f9a746... vect: Don't pattern match BITFIELD_REF's of non-integrals [ (*)
  7c05988... LoongArch: Fixed a bug in the loongarch architecture of lib (*)
  e867f6b... c: Do not use *_IS_IEC_60559 == 2 (*)
  781f477... Daily bump. (*)
  ddb7f0a... preprocessor: Fix tracking of system header state [PR60014, (*)
  f77281b... libstdc++: Add __gnu_debug::basic_string<>::compare overloa (*)
  bc0d700... c++: Remove maybe-rvalue OR in implicit move (*)
  a0c1a05... Add range-op entry for floating point NEGATE_EXPR. (*)
  7858368... Fortran: check types of operands of arithmetic binary opera (*)
  caf9db5... libgomp: Fix up OpenMP 5.2 feature bullet (*)
  0ec4e93... libgomp: Add omp_in_explicit_task support (*)
  a58a965... libgomp: Fix up creation of artificial teams (*)
  9bf7408... c++: defer all consteval in default args [DR2631] (*)
  bfcd9f8... libstdc++: Implement ranges::repeat_view from P2474R2 (*)
  fbf4233... RISC-V: Remove TUPLE size macro define. [NFC] (*)
  0af2b2f... RISC-V: Apply clang-format for riscv-vector-builtins.* [NFC (*)
  ef0d797... RISC-V: Refine register_builtin_types function. [NFC] (*)
  fcb94f5... RISC-V: Move function place to make it looks better. [NFC] (*)

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

* [gcc/devel/modula-2] (193 commits) Merge branch 'master' into devel/modula-2.
@ 2021-12-19  1:18 Gaius Mulley
  0 siblings, 0 replies; 2+ messages in thread
From: Gaius Mulley @ 2021-12-19  1:18 UTC (permalink / raw)
  To: gcc-cvs

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

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

It previously pointed to:

 fd948137c55... Bug fixes for error scope announcement and error recovery.

Diff:

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

  c9afa63... Merge branch 'master' into devel/modula-2.
  ca8c040... Daily bump. (*)
  fd74a2e... Fortran: reject BOZ type argument to SIZEOF(). (*)
  3104801... x86: PR target/103611: Splitter for DST:DI = (HI:SI<<32)|LO (*)
  e742722... PR target/32803: Add -Oz option for improved clang compatib (*)
  cc032ec... tree-optimization/103759: Use sizetype everywhere for objec (*)
  21423a1... Fortran: Cast arguments of <ctype.h> functions to unsigned  (*)
  f18cbc1... Darwin: Future-proof and homogeneize detection of darwin ve (*)
  2554e2d... Daily bump. (*)
  6afb8a6... attribs: Fix wrong error with -Wno-attribute=A::b [PR103649 (*)
  00ea158... testsuite: update expected results for ilp32. (*)
  d7ca2a7... Add -mdejagnu-cpu=power7 to dg-options for pr97142.c (*)
  fae0168... c++: Improve diagnostic for class tmpl/class redecl [PR1037 (*)
  87ae8d7... rs6000: Update darn testcases (*)
  7194397... rs6000: Redo darn (PR103624) (*)
  2466a8d... coroutines: Handle initial awaiters with non-void returns [ (*)
  921942a... coroutines: Pass lvalues to user-defined operator new [PR 1 (*)
  39d2ec4... coroutines, c++: Add test for PR 96517. (*)
  dfedfc3... rs6000: Fix fake vec_promote overload (*)
  9315f02... testsuite: pragma-optimize.c requires ifunc. (*)
  e781cb9... vect: Fix multi-vector SLP gather loads [PR103744] (*)
  7dca2ad... docs: fix option name reference (*)
  7fa2a20... docs: Fix spelling issues in -fipa-strict-aliasing. (*)
  411ac94... slp: check that the operation we're combing is a boolean op (*)
  574c09d... libgcc, Darwin: Add missing build dependencies. (*)
  80091f9... Sync config.sub: 2021-10-27 (*)
  ff56eea... Darwin, Driver: Avoid a link line for empty commands. (*)
  7c0ceae... Darwin, ppc: Additional change for r12-5974. (*)
  7444283... Revert "Fixed typo" (*)
  456b536... Add combine splitter to transform vpternlogd/vpcmpeqd/vpxor (*)
  79a8910... __builtin_dynamic_object_size: Recognize builtin (*)
  422f9eb... tree-object-size: Use trees and support negative offsets (*)
  871504b... c++: tweak comment (*)
  a37e8ce... c++: layout of aggregate base with DMI [PR103681] (*)
  774269a... Daily bump. (*)
  840a22e... Testsuite: Tweak gcc.dg/20021029-1.c for nios2. (*)
  06041b2... c++: delayed noexcept in member function template [PR99980] (*)
  93faac7... Check for class type before assuming a type is one [PR10370 (*)
  f91814c... Fix member alignment for all targets [PR103751]. (*)
  bb2a7f8... c++: two-stage name lookup for overloaded operators [PR5157 (*)
  271e36d... i386: Enable VxHF vector modes lower ABI levels [PR103571] (*)
  06cd44b... Fixed typo (*)
  54e6d3e... opts: do not do sanity check when an error is seen (*)
  5b8f5a5... pragma: respect pragma in lambda functions (*)
  c14f38d... Fix FLUSH IOSTAT value (*)
  3f624a6... Fix timezone handling near year boundaries (*)
  41cc284... docs: add missing leading dash for option. (*)
  ab3f5b7... rs6000: Refactor altivec_build_resolved_builtin (*)
  0a68862... aarch64: fix: ls64 tests fail on aarch64_be [PR103729] (*)
  2c1ac0b... For -foffload= suggest also 'disable' and 'default' [PR1036 (*)
  ab18659... Revert "Sync with binutils: GCC: Pass --plugin to AR and RA (*)
  e1f8c14... Verbose support in analyze_brprob_spec (*)
  8a89c39... Daily bump. (*)
  06d5dce... c++: Allow constexpr decltype(auto) [PR102229] (*)
  45b768c... testsuite: Be more informative for ICEs (*)
  4a5e71f... Sync with binutils: Support the PGO build for binutils+gdb (*)
  bf8cdd3... Sync with binutils: GCC: Pass --plugin to AR and RANLIB (*)
  807ad4b... libstdc++: Overload std::__to_address for __gnu_cxx::__norm (*)
  fd43568... d: Merge upstream dmd 93108bb9e, druntime 6364e010, phobos  (*)
  639ece7... Add new test [PR78969]. (*)
  3e714cc... configure: Account CXXFLAGS in gcc-plugin.m4. (*)
  308d688... nvptx: Add -misa=sm_75 and -misa=sm_80 (*)
  eede249... [nvptx] Add -mptx=7.0 (*)
  73c3dac... aarch64: Don't classify vector pairs as short vectors [PR10 (*)
  7527dde... c++: Fix warning word splitting [PR103713] (*)
  d5c9653... middle-end: REE should always check all vector usages, even (*)
  6bf5d91... testsuite: Fix up cpp23/auto-fncast11.C testcase [PR103408] (*)
  e75a0a0... dwarf2cfi: Improve cfa_reg comparisons [PR103619] (*)
  127c717... i386: Fix emissing of __builtin_cpu_supports. (*)
  c0e3445... openmp: Avoid calling operand_equal_p on OMP_CLAUSEs [PR103 (*)
  a5b4ebc... libstdc++: Poor man's case insensitive comparisons in time_ (*)
  8f9fea4... Add combine splitter to transform vashr/vlshr/vashl_optab t (*)
  575ad77... Generate XXSPLTIDP for scalars on power10. (*)
  8d443ac... Generate XXSPLTIDP for vectors on power10. (*)
  d730aa8... Generate XXSPLTIW on power10. (*)
  8ccd8b1... Add LXVKQ support. (*)
  c6756b3... Add new constant data structure. (*)
  71cc9b8... [PR100518] store by mult pieces: keep addr in Pmode (*)
  c95a9f1... [PR100843] store by mult pieces: punt on max_len < min_len (*)
  9c6586b... Daily bump. (*)
  a2a0c91... Fix ICE. [PR103682] (*)
  9a4b451... libstdc++: Support old and new T_FMT for en_HK locale [PR10 (*)
  85a438f... [PATCH] stddef.h: add support for musl typedef macro guards (*)
  a888259... regrename: Skip renaming if instruction is noop move. (*)
  7ce3c23... libstdc++: Fix handling of invalid ranges in std::regex [PR (*)
  fda2872... libstdc++: Simplify typedefs by using __UINTPTR_TYPE__ (*)
  63bb98e... libstdc++: Simplify definition of std::regex_constants vari (*)
  926d649... rs6000: Rename arrays to remove temporary _x suffix (*)
  d9421a8... rs6000: Rename functions with "new" in their names (*)
  9e855d2... rs6000: Remove rs6000-builtin.def and associated data and f (*)
  9791218... rs6000: Rename rs6000-builtin-new.def to rs6000-builtins.de (*)
  84c5516... rs6000: Remove altivec_overloaded_builtins array and initia (*)
  15c02ab... rs6000: Do not allow combining of multiple assemble quads [ (*)
  ca39102... Fortran: prevent NULL pointer dereference in check of passe (*)
  e866e1c... Fortran: prevent NULL pointer dereferences checking do-loop (*)
  7a54d3d... i386: Implement VxHF vector set/insert/extract with lower A (*)
  2cf62ef... rs6000: Remove new_builtins_are_live and dead code it was g (*)
  936051f... rs6000: Builtins for doubleword compare should be in [power (*)
  74aeb97... rs6000: Some builtins require IBM-128 long double format (P (*)
  3736837... Add support for global rvalue initialization and constructo (*)
  1c61316... Fortran: PACK intrinsic should not try to read from zero-si (*)
  3305135... Determine global memory accesses in ipa-modref (*)
  44aa890... testsuite: Silence conversion warnings for MIN1 and MAX1 (*)
  f1215db... fortran: Silence conversion warnings for MIN1 and MAX1 (*)
  973f6ae... [PR99531] Do not scan push insn for ia32 in the test (*)
  81fdb5d... MAINTAINERS: Add myself to write after approval (*)
  fdcddba... aarch64: Add LS64 extension and intrinsics (*)
  0dfb1bd... testsuite: fix ASAN errors (*)
  b0e6a25... libstdc++: Fix non-reserved name in <regex> header (*)
  561414c... c++: processing_template_decl vs template depth [PR103408] (*)
  d8eae5a... Remove fpic multilib on x86_64-vxworks (*)
  336dc54... c++: don't leak 'arglist' in build_new_op (*)
  c5ef950... c++: remove COMPOUND_EXPR_OVERLOADED flag (*)
  dff8ae8... Drop the fpic multilib for powerpc*-vxworks* (*)
  e163dbb... c: Fix ICE on deferred pragma in unknown attribute argument (*)
  228d64a... Adjust 'gfortran.dg/goacc/privatization-1-*' [PR103576, PR1 (*)
  7f1239c... Daily bump. (*)
  a7acb6d... [PR99531] Modify pseudo class cost calculation when process (*)
  149739c... x86: Avoid generating orb $0, %ah (*)
  fc4a93e... Rework VXWORKS_LINK_SPEC for shared objects support (*)
  04577ac... Remove ppc*-vxworks7* inadequate libgcc Makefile fragments (*)
  20a0e27... Remove special case for arm-vxworks on the use of vxcrtstuf (*)
  4099d65... Tigthen libc_internal and crtstuff for VxWorks shared objec (*)
  0515c95... VxWorks config fixes for shared objects (*)
  0ecb48d... Preserve cpu specific CRTSTUFF_T_CFLAGS on powerpc-vxworks7 (*)
  16c8480... Add -fipa-strict-aliasing (*)
  5954b4d... aarch64: Add command-line support for Armv8.8-a (*)
  d3bd985... aarch64: Use +mops to inline memset operations (*)
  bb768f8... aarch64: Add memmove expansion for +mops (*)
  0caf592... aarch64: Add support for Armv8.8-a memory operations and me (*)
  9eb8785... inline: fix ICE with -fprofile-generate (*)
  55fb12f... Include yvals.h for VxWorks < 7 RTPs as well (*)
  b80e6d9... Ensure VxWorks headers expose C99 features for C++ (*)
  f3f923e... Leverage sysroot for VxWorks (*)
  7bf710b... libstdc++: Add support for '?' in linker script globs (*)
  494ebfa... Fortran: Handle compare in OpenMP atomic (*)
  55823c5... libstdc++: Make ranges::size and ranges::empty check for un (*)
  ef5d671... libstdc++: Fix std::regex_replace for strings with embedded (*)
  3788c4e... docs: add missing @item for the first item (*)
  7ed58b4... pch: Small cleanup (*)
  3b61f06... Do not ICE on ternary expressions when calculating value ra (*)
  01ad8c5... pragma: Update target option node when optimization changes (*)
  c8dcf64... Daily bump. (*)
  b8f7ff7... Replace gnu::unique_ptr with std::unique_ptr (*)
  0b52083... libgccjit: Add support for setting the link section of glob (*)
  aeedb00... nvptx: Add (experimental) support for HFmode with -misa=sm_ (*)
  e93809f... Terminate BB analysis on NULL memory access in ipa-pure-con (*)
  e8decbe... Daily bump. (*)
  c6b7f68... libgccjit: Add support for TLS variable [PR95415] (*)
  611fdb0... libgccjit: Add support for types used by atomic builtins [P (*)
  7e913ca... Fortran: fix checking of elemental functions of type CLASS (*)
  2f217f7... Avoid updating hot bb threshold in call speculation code (*)
  c87ff87... Fix handling of thunks in ipa-modref (*)
  365c7c6... libgcc: vxcrtstuff.c: make ctor/dtor functions static (*)
  8b2885d... libgcc: vxcrtstuff.c: remove ctor/dtor declarations (*)
  2e80670... libstdc++: check length in string append [PR103534] (*)
  0bceef1... Daily bump. (*)
  b504917... libgcc, Darwin: Update darwin10 unwinder shim dependencies. (*)
  a2f4b4b... jit: set DECL_CONTEXT of RESULT_DECL [PR103562] (*)
  1e2eee7... symtab: fix comment typo (*)
  0df964b... c++: Add test for C++23 auto(x) (*)
  bb6a1eb... Fortran: fix check for pointer dummy arguments with INTENT( (*)
  982a2c9... libstdc++: Add std::time_get %r support [PR71367] (*)
  c82e492... libstdc++: Some time_get fixes [PR78714] (*)
  57b291c... Fix inaccuracies in VxWorks LINK_SPEC (*)
  8a404fe... Remove assignment to STMP_FIXINC from t-vxworks (*)
  ffb6325... libstdc++: Guard mutex and condvar with gthreads macro [PR1 (*)
  ca1c706... libstdc++: Fix definition of _GLIBCXX_NO_SLEEP config macro (*)
  68fd247... Replace t-ppccomm by t-vxworks in libgcc/config/rs6000 (*)
  2077750... param: Add missing . in description. (*)
  2a1c3b6... PR ipa/103601: ICE compiling CSiBE in ipa-modref's insert_k (*)
  4a87a8e... amdgcn: Change offload variable table discovery (*)
  a5f65cf... pr103523: Check for PLUS/MINUS support (*)
  db184a3... libstdc++: Fix diagnostic pragma push that should be pop (*)
  9c7d5e8... d: Merge upstream dmd 3982604c5, druntime bc58b1e9, phobos  (*)
  38c60e5... libstdc++: Make atomic<T*>::wait() const [PR102994] (*)
  35a4fe8... x86: Update -mtune=tremont (*)
  213b7d9... d: Align methods to MINIMUM_METHOD_BOUNDARY. (*)
  4b4839e... Daily bump. (*)
  2c7fb16... libstdc++: Fix ambiguous comparisons for iterators in C++20 (*)
  9042302... libstdc++: Remove bogus dg-error for effective-target c++20 (*)
  a8e02a0... libstdc++: Make std::make_exception_ptr work with -fno-exce (*)
  a1ca039... libstdc++: Fix std::exception_ptr regressions [PR103630] (*)
  a219139... libstdc++: Implement std::ios_base::noreplace for C++23 [PR (*)
  9e18a25... libstdc++: Allow std::condition_variable waits to be cancel (*)
  db5fa08... libstdc++: Avoid unnecessary allocations in std::map insert (*)
  fb9875e... libstdc++: Do not leak empty COW strings (*)
  f8463b0... libstdc++: Disable over-zealous warnings about std::string  (*)
  fe9571a... libstdc++: Fix non-reserved name in std::allocator base cla (*)
  f157c53... Limit inlining functions called once (*)
  243a980... Extend the offset and size of merged object references [PR1 (*)
  9eeca99... Avoid expecting nonzero size for access none void* argument (*)
  a2c12cb... Fix path to t-ppc64-fp for ppc*-vxworks7* libgcc tmake_file (*)

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

end of thread, other threads:[~2022-10-22  1:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-22  1:58 [gcc/devel/modula-2] (193 commits) Merge branch 'master' into devel/modula-2 Gaius Mulley
  -- strict thread matches above, loose matches on Subject: below --
2021-12-19  1:18 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).