public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc/devel/sphinx] (56 commits) Merge branch 'master' into devel/sphinx
@ 2022-11-08 11:36 Martin Liska
  0 siblings, 0 replies; 2+ messages in thread
From: Martin Liska @ 2022-11-08 11:36 UTC (permalink / raw)
  To: gcc-cvs

The branch 'devel/sphinx' was updated to point to:

 4b13c73bba9... Merge branch 'master' into devel/sphinx

It previously pointed to:

 33f5dde0cd1... Merge branch 'master' into devel/sphinx

Diff:

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

  4b13c73... Merge branch 'master' into devel/sphinx
  fa271af... i386: Improve vector [GL]E{,U} comparison against vector co (*)
  ee86bdd... libstdc++: Uncomment denorm_min test (*)
  e581490... gcc: fix PR rtl-optimization/107482 (*)
  b2278f6... ada: Fix oversight in implementation of allocators for stor (*)
  10f193e... ada: Compile-time simplification of 'Image incorrectly igno (*)
  11f8925... ada: Clean up call to check if aspects are present (*)
  45656a9... ada: Adjust classwide contract expression preanalysis (*)
  48e2e5b... ada: Set Support_Atomic_Primitives for VxWorks 7 runtimes (*)
  0ed20c7... ada: Small consistency fix (*)
  a645dc3... ada: Propagate aspect Ghost when instantiating null formal  (*)
  59ad8b6... ada: Implement RM 4.5.7(10/3) name resolution rule (*)
  f1668c3... ada: Enforce matching of extra formals (*)
  7a08b93... ada: Move warnings switches -- initial work (*)
  c523e3f... ada: Align -gnatwc's documentation with its behavior (*)
  f2fa41b... ada: Improve handling of declare expressions in deferred-fr (*)
  270713d... ada: Minor consistency tweaks in Sem_Ch4 (*)
  786c6ba... ada: Remove redundant line in Analyze_Qualified_Expression (*)
  788e5f0... ada: Preanalyze classwide contracts as spec expressions (*)
  c2596d4... ada: Fix expansion of 'Wide_Image and 'Wide_Wide_Image on c (*)
  7857d87... ada: Fix inconsistent whitespace in Ada.Numerics.Generic_Co (*)
  d96a20b... ada: Remove unneeded code in handling formal type defaults (*)
  5c0722c... ada: Cleanup local variable that is only set as an out para (*)
  83ebb97... ada: Remove obsolete code in Resolve_If_Expression (*)
  79e0267... ada: Reject limited objects in array and record delta aggre (*)
  2ff87e2... ada: Allow initialization of limited objects with delta agg (*)
  4a22fda... ada: Reject record delta aggregates with limited expression (*)
  b9d8ad7... ada: Missing master of task causing assertion failure (*)
  59dd07e... ada: Raise Tag_Error when Ada.Tags operations are called wi (*)
  ae5de5a... ada: Add new -gnatw_q switch to usage message (*)
  acbfa2b... libstdc++: Update my author blurb in the manual (*)
  4596339... libstdc++: Remove empty <author> elements in manual (*)
  1f7b130... Revert "i386: Prefer remote atomic insn for atomic_fetch{ad (*)
  a14598b... Add m_CORE_ATOM for atom cores (*)
  3d2d04c... analyzer: start adding support for errno (*)
  be9fdbd... analyzer: introduce succeed_or_fail_call_info (*)
  55e0424... analyzer: fix "when 'strchr' returns non-NULL" message (*)
  8d03269... libstdc++: Fix syntax error in old-glibc case in floating_f (*)
  431be04... c++: implement P2468R2, the equality operator you are looki (*)
  c838119... Add transitive inferred range processing. (*)
  f8d901d... Daily bump. (*)
  b457b77... libstdc++: Fix up libstdc++ build against glibc 2.25 or old (*)
  93ab7d0... bpf: cleanup missed refactor (*)
  a239a63... Improve multiplication by powers of 2 in range-ops. (*)
  03ed4e5... Extend optimization for integer bit test on __atomic_fetch_ (*)
  2ee0165... libstdc++: Implement ranges::as_rvalue_view from P2446R2 (*)
  f471cb7... libstdc++: Implement ranges::cartesian_product_view from P2 (*)
  42f42d7... C++: Template lambda mangling testcases (*)
  9aa1b63... Fix NULL filename handling (*)
  cb0ceea... libstdc++: Update from latest fast_float [PR107468] (*)
  e5bcbcd... libstdc++: Add _Float128 to_chars/from_chars support for x8 (*)
  5d060d8... tree-ssa-sink: do not touch calls that return twice (*)
  3bff15c... [range-op] Restrict division by power of 2 optimization to  (*)
  071d00e... Fortran: Fix reallocation on assignment for kind=4 strings  (*)
  21cd625... i386: Fix typo in sse-22.c pragma (*)
  7314b98... unswitch most profitable condition first (*)

(*) This commit already exists in another branch.
    Because the reference `refs/heads/devel/sphinx' 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/sphinx] (56 commits) Merge branch 'master' into devel/sphinx
@ 2021-08-23 10:35 Martin Liska
  0 siblings, 0 replies; 2+ messages in thread
From: Martin Liska @ 2021-08-23 10:35 UTC (permalink / raw)
  To: gcc-cvs

The branch 'devel/sphinx' was updated to point to:

 e8d1043fc00... Merge branch 'master' into devel/sphinx

It previously pointed to:

 0b6c24dd10f... Merge branch 'master' into devel/sphinx

Diff:

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

  e8d1043... Merge branch 'master' into devel/sphinx
  b320edc... bswap: Recognize (int) __builtin_bswap64 (arg) idioms or __ (*)
  ad665de... tree-optimization/79334 - avoid PRE of possibly trapping ar (*)
  70c7ab5... Fix ICE. (*)
  b284053... dwarf2out: Emit DW_AT_location for global register vars dur (*)
  ac3bcc8... arm: Fix __arm_vctp16q return type in arm_mve.h (*)
  63f6853... arm: Fix multilib mapping for CDE extensions [PR100856] (*)
  3bc7553... openmp: Add support for strict modifier on grainsize/num_ta (*)
  6f1a366... ipa: add debug counter for IPA MODREF PTA (*)
  59f3893... Improve return slot handling in ipa-modref (*)
  f93f086... mips: msa: truncate immediate shift amount [PR101922] (*)
  4a4616e... gcc.c-torture/execute: Fix tmpnam issue on Windows (*)
  5b2876f... Daily bump. (*)
  972eab5... Correct treatment of qualifiers for pointers to arrays for  (*)
  9b08f77... Clear EAF_NOCLOBBER for indirect calls (*)
  a5416bf... Make the OpenMP 'error' directive work for nvptx offloading (*)
  4be4fa4... Daily bump. (*)
  44eaa2d... MAINTAINERS: Add myself for write after approval (*)
  776bd8a... Don't build libgcc_stub.a on hppa[12]*-*-hpux11*. (*)
  304ec0d... [MIPS] Remove TARGET_ASM_FUNCTION_RODATA_SECTION (*)
  5aae6fd... Don't warn when alignment of global common data exceeds max (*)
  e92d0ff... analyzer: Fix PR analyzer/101980 (*)
  7c9e164... Daily bump. (*)
  9b24c20... configure: remove gas versions from tls check (*)
  1918f4b... configure: fixup formatting from previous change (*)
  e0b6d0b... configure: remove version argument from gcc_GAS_CHECK_FEATU (*)
  7cad8a8... configure: drop version checks for in-tree gas [PR91602] (*)
  5f80c62... Further improvements to constant shifts for the H8 (*)
  29b2fd3... libstdc++: Skip filesystem tests that depend on permissions (*)
  1b507b1... c-format.c/Fortran: Support %wd / host-wide integer in gfc_ (*)
  12f2290... Fortran - use temporary char buffer for passing HOST_WIDE_I (*)
  37744f8... Refactor BB splitting of DRs for SLP group analysis (*)
  7716719... Fortran: Add OpenMP's error directive (*)
  0d973c0... openmp: Implement the error directive (*)
  f9400e4... openmp: Diagnose some superfluous commas in OpenMP parsing (*)
  b777f22... gcov: fix output location for JSON mode. (*)
  d2883be... Move xx* builtins to vsx.md. (*)
  b57fba5... Daily bump. (*)
  976401a... Fold more constants during veclower pass. (*)
  b0963c4... rs6000: Fix ICE expanding lxvp and stxvp gimple built-ins [ (*)
  d881460... Fortran - simplify length of substring with constant bounds (*)
  77bf9f8... Document enable_ranger and disable_ranger. (*)
  8150108... Release resources acquired by enable_ranger() [PR101984]. (*)
  de0b250... Objective-C, NeXT runtime: Correct the default for fobjc-ni (*)
  18e9e7d... Drop stabs from h8/300 and v850 ports (*)
  07b4100... Define STAGE1_LIBS to link against libcl.a in stage1 on hpu (*)
  c5e0f95... libstdc++: Move status table entry to be with other ranges  (*)
  778044c... libstdc++: Update Doxygen config template to Doxygen 1.9.2 (*)
  85a7095... libstdc++: Don't check always-true condition [PR101965] (*)
  4285ca3... c++: Fix PR number in testcase [PR101803] (*)
  0c0907f... Fix PR number for r12-2991 in ChangeLogs (*)
  0187e0d... libstdc++: Fix move construction of std::tuple with array e (*)
  926d4a7... libstdc++: Document P1739R4 status [PR100139] (*)
  30b300d... libstdc++: Improve doxygen docs for smart pointers (*)
  65441d8... libstdc++: Improve overflow check for file timestamps (*)
  c8a1cf1... libstdc++: Tweak whitespace (*)

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-08 11:36 [gcc/devel/sphinx] (56 commits) Merge branch 'master' into devel/sphinx Martin Liska
  -- strict thread matches above, loose matches on Subject: below --
2021-08-23 10:35 Martin Liska

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