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
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
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
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'
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
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
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