Re: [PATCH v4] libgo: Don't use pt_regs member in mcontext_t

2022-04-03 Thread Sören Tempel via Gcc-patches
Ian Lance Taylor wrote: > Sorry, I guess I misread your patch. No problem, I think this stuff is hard to get right and understand in general since it is so poorly documented. > What is the right standalone code for the PPC64 musl case? Thanks. In order to have the current code (i.e. current go

[committed] d: Remove Wtemplates warnings from the code generation pass

2022-04-03 Thread Iain Buclaw via Gcc-patches
Hi, This patch removes the `-Wtemplate' warnings from the code generation pass of the D front-end. These have been superceded by the upstream front-end's own internal tracking of instantiations, exposed by `-ftransition=templates'. Bootstrapped on x86_64-linux-gnu, and committed to mainline. Re

Re: [PATCH] libgompd: add OMPD support, libgompd initialization and global ICVs functions

2022-04-03 Thread Mohamed Atef via Gcc-patches
Hi, I'd like to ping this patch. Thanks Mohamed On Sun, Mar 20, 2022 at 11:33 AM Mohamed Atef wrote: > hello, >I know it's too much. > we fixed the functions' names that are not part of the standard form ompd_ > * prefix to gompd_ > Thanks > > > On Wed, Mar 16, 2022 at 5:48 AM Mohamed Ate

New Swedish PO file for 'gcc' (version 12.1-b20220213)

2022-04-03 Thread Translation Project Robot
Hello, gentle maintainer. This is a message from the Translation Project robot. A revised PO file for textual domain 'gcc' has been submitted by the Swedish team of translators. The file is available at: https://translationproject.org/latest/gcc/sv.po (This file, 'gcc-12.1-b20220213.sv.po'

Re: [PATCH] i386: Fix up ix86_expand_vector_init_general [PR105123]

2022-04-03 Thread Uros Bizjak via Gcc-patches
On Sat, Apr 2, 2022 at 11:25 AM Jakub Jelinek wrote: > > Hi! > > The following testcase is miscompiled on ia32. > The problem is that at -O0 we end up with: > vector(4) short unsigned int _1; > short unsigned int u.0_3; > ... > _1 = {u.0_3, u.0_3, u.0_3, u.0_3}; > statement (dead) which is w

[committed][PR target/104987] Avoid "likely" forms of bbi[n] on iq2000.

2022-04-03 Thread Jeff Law via Gcc-patches
The iq2000 port is mis-compiling its mulsi3 libgcc2 function. AFAICT, the iq2000 has delay slots and can use "branch-likely" forms of conditional branches to annul-false the slot.   There's a support routine that handles creation of the  likely form.  However, that routine is not used by the b

Re: [RFC] ipa-cp: Feed results of IPA-CP into SCCVN

2022-04-03 Thread Richard Biener via Gcc-patches
On Fri, 1 Apr 2022, Martin Jambor wrote: > Hi, > > thanks for a very quick reply. > > On Fri, Apr 01 2022, Richard Biener wrote: > > On Fri, 1 Apr 2022, Martin Jambor wrote: > > > >> Hi, > >> > >> PRs 68930 and 92497 show that when IPA-CP figures out constants in > >> aggregate parameters or wh