../../gcc/d/dmd/parse.c: In member function 'Dsymbols*
Parser::parseDeclDefs(int, Dsymbol**, PrefixAttributes*)':
../../gcc/d/dmd/parse.c:647:29: error: unused variable 'e'
[-Werror=unused-variable]
647 | Expression *e = NULL;
| ^
Andreas.
--
On 1/9/21 11:22 PM, Jakub Jelinek wrote:
> On Sat, Jan 09, 2021 at 07:44:31PM +0100, Matthias Klose wrote:
>> These warnings, including the suggested fixes are seen on power*-linux
>> builds.
>>
>> warning: misspelled term 'builtin function' in format; use 'bult-in function'
>
> Are you sure it p
This fixes a compilation error preventing bootstrap with Ada on
x86_64-pc-cygwin. See PR bootstrap/94918 for details.
Compared to the initial patch sent in May 2020, this v2 patch places
the fix in Ada's raise-gcc.c instead of the shared unwind-generic.h,
which should hopefully simplify getting it
> This fixes a compilation error preventing bootstrap with Ada on
> x86_64-pc-cygwin. See PR bootstrap/94918 for details.
>
> Compared to the initial patch sent in May 2020, this v2 patch places
> the fix in Ada's raise-gcc.c instead of the shared unwind-generic.h,
> which should hopefully simplif
Hello world,
after the discussions about PTHREAD_PROCESS_SHARED and after
observing that on Cygwin the program simply hangs because
this flag is not implemented there, the best way is to check
for errors and exit with a clear error message instead of
some mysterious hang.
Committed after OK from
On Sun, Jan 10, 2021 at 11:57 AM Arnaud Charlet wrote:
>
> > This fixes a compilation error preventing bootstrap with Ada on
> > x86_64-pc-cygwin. See PR bootstrap/94918 for details.
> >
> > Compared to the initial patch sent in May 2020, this v2 patch places
> > the fix in Ada's raise-gcc.c inste
On Fri, 8 Jan 2021, Paul Koning wrote:
> Ok. Thanks Maciej.
Thank you for your review. I have applied this change now (and the
remaining from the series, approved by Jeff).
Maciej
On Fri, 8 Jan 2021, Jeff Law wrote:
> > gcc/testsuite/
> > * gcc.target/vax/cmpelim-eq-notsi.c: Use subtraction from a
> > constant then rather than addition.
> > * gcc.target/vax/cmpelim-le-notsi.c: Likewise.
> > * gcc.target/vax/cmpelim-lt-notsi.c: Likewise.
> OK
Thank you
Hi!
For floating point multiply, we have nice code in reassoc to reassociate
multiplications to almost optimal sequence of as few multiplications as
possible (or library call), but for integral types we just give up
because there is no __builtin_powi* for those types.
As there is no library routi
Hi Jeff and Jakub,
On 2021-01-04 14:19 -0700, Jeff Law wrote:
> On 1/4/21 2:00 PM, Jakub Jelinek wrote:
> > On Mon, Jan 04, 2021 at 01:51:59PM -0700, Jeff Law via Gcc-patches wrote:
> > > > Sorry, I forgot to include the ChangeLog:
> > > >
> > > > gcc/ChangeLog:
> > > >
> > > > 2020-
On 2021-01-11 01:01 +0800, Xi Ruoyao wrote:
> CC Robert to get some help.
Unfortunately Robert's mail in MAINTAINER file seems no longer valid :(.
--
Xi Ruoyao
School of Aerospace Science and Technology, Xidian University
On 1/10/21 3:29 AM, Matthias Klose wrote:
On 1/9/21 11:22 PM, Jakub Jelinek wrote:
On Sat, Jan 09, 2021 at 07:44:31PM +0100, Matthias Klose wrote:
These warnings, including the suggested fixes are seen on power*-linux builds.
warning: misspelled term 'builtin function' in format; use 'bult-in
Ping?
Samuel Thibault, le dim. 08 nov. 2020 23:52:51 +0100, a ecrit:
> The binutils bugs seem to have been fixed.
>
> 2020-11-08 Samuel Thibault
>
> gcc/
> * config.gcc: Enable default_gnu_indirect_function in *-*-gnu*
> target (but not *-*-kfreebsd*-gnu | *-*-kopensolaris*-
Ping?
Samuel Thibault, le lun. 21 déc. 2020 15:36:30 +0100, a ecrit:
When the application sets SA_SIGINFO, the signal trampoline parameters
are different to follow POSIX.
libgcc/
* config/i386/gnu-unwind.h (x86_gnu_fallback_frame_state): Add the posix
siginfo case to struct handler_args. Detect
[PATCH v2] c++: Add support for -std=c++2b
Derived from the changes that added C++2a support in 2017.
https://gcc.gnu.org/g:026a79f70cf33f836ea5275eda72d4870a3041e5
No C++2b features are added here.
Use of -std=c++2b sets __cplusplus to 202100L.
$ g++ -std=c++2b -dM -E -x c++ - < /dev/null | gre
See "[PATCH v2] c++: Add support for -std=c++2b" for fixes.
On Fri, Jan 8, 2021 at 3:16 PM Marek Polacek wrote:
>
> I think we should consider making this -std=c++23 right away this time,
> since we're on a three-year release schedule. Up to Jason though.
>
> Marek
>
(It's very urgent, therefore we kindly ask you to forward this email to your
CEO. If you believe this has been sent to you in error, please ignore it.
Thanks)Dear CEO,We are a Network Service Company which is the domain name
registration center in Shanghai, China. On January 11, 2021, we receive
Hi Richard
> -Original Message-
> From: Richard Sandiford
> Sent: Friday, January 8, 2021 7:04 PM
> To: Qian, Jianhua/钱 建华
> Cc: gcc-patches@gcc.gnu.org
> Subject: Re: [PATCH v2] aarch64: Add cpu cost tables for A64FX
>
> Qian Jianhua writes:
> > This patch add cost tables for A64FX.
>
18 matches
Mail list logo