>From 647b752f90910fc9d7fbaaf482dc5a7a936dc875 Mon Sep 17 00:00:00 2001
From: Iain Sandoe
Date: Sat, 15 Mar 2025 10:04:52 +
Subject: [PATCH] cobol: Avoid a use of auto.
Tested on x86_64 linux/darwin and aarch64 linux, OK for trunk?
thanks
Iain
--- 8< ---
In this case the deduction for Darwi
This version addresses all the feedback so far (Thanks!). The largest
change is support for using [[musttail]] in C23, not just C++.
-Andi
Greetings,
I noticed you from LinkedIn? Can I share an idea on this email?
This patch set is not actually particulalry new, I have been maintaining
it locally one Darwin branches and it has been tested on several versions
of Darwin both with and without Alex's __has_{feature, extension} patch.
This is one of the three most significant blockers to importing the macOS
SDKs
From: Kito Cheng
Reply-To:
Subject: [PATCH v1 0/4] RISC-V target attribute
In-Reply-To:
This patch set implement target attribute for RISC-V target, which is similar
to other target like x86 or ARM, let user able to set some local setting per
function without changing global settings.
We su
Hello,
Hope you are doing well with the family.
I noticed on LinkedIn.
Can I share an idea here?
>From d57ac4f9a095a2f616863efd524ac2d87276becb Mon Sep 17 00:00:00 2001
From: Eddy Young
Date: Sun, 13 Aug 2023 19:59:12 +0100
Subject: [PATCH] gcc/reload.h: Change type of x_spill_indirect_levels
---
ChangeLog| 5 +
gcc/reload.h | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
d
>From 104178c3912314f41a61a316e7c3bc0487ea8f3c Mon Sep 17 00:00:00 2001
From: K1ZeKaTo
Date: Sat, 5 Aug 2023 14:50:19 +
Subject: [PATCH] Make the rvalue work fine.
It seems not considering the rvalue in the last version.
---
libstdc++-v3/include/bits/iterator_concepts.h | 16 ---
Hi,
Below is the fix to regression bug
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110198
Was bootstrapped and regtested successfully on x86_64-linux-gnu
Considering mishap from last patch, I'd would appreciate if you could
also regtest it, to be sure :)
Thanks,
Benjamin.
>From 04186f04a3f172d
Dear all,
the compile-time simplification of intrinsic SET_EXPONENT was
broken since the early days of gfortran for argument X < 1
(including negative X) and for I < 0. I identified and fixed
several issues in the implementation. The testcase explores
argument space comparing compile-time and ru
Hi!
On 2022-03-04T14:46:25+0100, I wrote:
> Pushed to master branch commit 8935589b496f755e08cadf26d8ceddf0dd6e0968
> "OMP lowering: Regimplify 'OMP_CLAUSE_MAP_DECL_MAKE_ADDRESSABLE' DECLs
> [PR100280, PR104132, PR104133]", see attached.
> --- a/libgomp/testsuite/libgomp.oacc-c-c++-common/kernels
I.n.h.
Module metadata package name: com.google.android.modulemetadatacan't find the
pid
Failed to find: /data/misc/anrd/
Duration of 'DUMPSYS CRITICAL': 1.25s
Duration of 'DUMP TRACES': 46.26s
Adding dir /cache/recovery (recursive: 1)
Adding dir /data/misc/recovery (recursive: 1)
Adding dir /data
This is the updated patch.
At the moment, for a match_dup in a define_cond_exec, you'd have to
give the number in the
resulting pattern(s) rather than in the substitute pattern. That's
not only wrong, but can also
be impossible when the pattern should apply to multiple patterns with
different operand numbers.
The attached
>From b1774ab1c8aad82b7a5d975ef90c6d3f633780ee Mon Sep 17 00:00:00 2001
From: expnkx
Date: Wed, 14 Apr 2021 03:14:28 -0400
Subject: [PATCH] Fix intrinsics mm_malloc.h in freestanding [PR100057]
C does not have stdlib.h and C++ cstdint in freestanding does not malloc
either. This leads
to fail of
This libgo patch by Clément Chigot correctly handles AIX FAT library
creation. The previous patch wasn't working everytime. Especially
when AR had "-X32_64", the new .so would replace the default one and
not just being added. Bootstrapped and ran Go testsuite on
x86_64-pc-linux-gnu. Committed t
>> > We've moved more and more to stronly-typed data structures
>> > so I'd not like to see 'auto' everywhere - it should be still
>> > obvious what kind of objects we're working with where they
>> > matter. IMHO they do not matter for example for iterators.
>> > I don't care about the iterator ty
17 matches
Mail list logo