[no subject]

2025-03-18 Thread Iain Sandoe
>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

[no subject]

2024-01-24 Thread Andi Kleen
This version addresses all the feedback so far (Thanks!). The largest change is support for using [[musttail]] in C23, not just C++. -Andi

[no subject]

2023-12-20 Thread M.. Lichtenb
Greetings, I noticed you from LinkedIn? Can I share an idea on this email?

[no subject]

2023-11-12 Thread Iain Sandoe
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

[no subject]

2023-10-03 Thread Kito Cheng
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

[no subject]

2023-08-21 Thread Jacco via Gcc-patches
Hello, Hope you are doing well with the family. I noticed on LinkedIn. Can I share an idea here?

[no subject]

2023-08-13 Thread Eddy Young Tie Yang
>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

[no subject]

2023-08-05 Thread xeon khjj via Gcc-patches
>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 ---

[no subject]

2023-06-22 Thread Benjamin Priour via Gcc-patches
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

[no subject]

2023-04-14 Thread Harald Anlauf via Gcc-patches
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

[no subject]

2022-03-04 Thread Thomas Schwinge
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

[no subject]

2021-06-16 Thread First Last via Gcc-patches
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

[no subject]

2021-06-01 Thread liuhongt via Gcc-patches
This is the updated patch.

[no subject]

2021-05-16 Thread Joern Rennecke
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

[no subject]

2021-04-14 Thread unlvsur unlvsur via Gcc-patches
>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

[no subject]

2020-08-12 Thread Ian Lance Taylor via Gcc-patches
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

[no subject]

2020-05-15 Thread Richard Sandiford
>> > 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