Re: An odd case with structure field alignment.

2022-09-05 Thread Richard Biener via Gcc
On Sun, Sep 4, 2022 at 3:33 PM Iain Sandoe wrote: > > Hi, > > I am clearly missing something here … can someone point out where it is? > > https://gcc.gnu.org/onlinedocs/gcc-3.3/gcc/Variable-Attributes.html#Variable%20Attributes > in the discussion of applying this to structure fields: > > "The al

Re: An odd case with structure field alignment.

2022-09-05 Thread Iain Sandoe
> On 5 Sep 2022, at 09:53, Richard Biener via Gcc wrote: > > On Sun, Sep 4, 2022 at 3:33 PM Iain Sandoe wrote: >> >> Hi, >> >> I am clearly missing something here … can someone point out where it is? >> >> https://gcc.gnu.org/onlinedocs/gcc-3.3/gcc/Variable-Attributes.html#Variable%20Attri

Re: Setting test suite not to try debug output cases

2022-09-05 Thread Richard Biener via Gcc
On Fri, Sep 2, 2022 at 8:57 PM Koning, Paul via Gcc wrote: > > Given that pdp11 no longer supports debug output, I get a lot more test > failures, like this: > > spawn -ignore SIGHUP /Users/pkoning/Documents/svn/build/pdp/gcc/xgcc > -B/Users/pkoning/Documents/svn/build/pdp/gcc/ -mlra > -fdiagno

Re: Setting test suite not to try debug output cases

2022-09-05 Thread Koning, Paul via Gcc
> On Sep 5, 2022, at 5:29 AM, Richard Biener wrote: > > > [EXTERNAL EMAIL] > > On Fri, Sep 2, 2022 at 8:57 PM Koning, Paul via Gcc wrote: >> >> Given that pdp11 no longer supports debug output, I get a lot more test >> failures, like this: >> >> spawn -ignore SIGHUP /Users/pkoning/Docum

Re: Setting test suite not to try debug output cases

2022-09-05 Thread Richard Biener via Gcc
On Mon, Sep 5, 2022 at 2:23 PM Koning, Paul wrote: > > > > > On Sep 5, 2022, at 5:29 AM, Richard Biener > > wrote: > > > > > > [EXTERNAL EMAIL] > > > > On Fri, Sep 2, 2022 at 8:57 PM Koning, Paul via Gcc wrote: > >> > >> Given that pdp11 no longer supports debug output, I get a lot more test >

Re: [PATCH] Various pages: SYNOPSIS: Use VLA syntax in function parameters

2022-09-05 Thread Alejandro Colomar via Gcc
Hi Martin, On 9/3/22 22:02, Alejandro Colomar wrote: We thought about using this syntax int foo(char buf[.n], int n); BTW, it would be useful if this syntax was accepted for void * too, especially since GNU C allows pointer arithmetic on void *. void *memmove(void dest[.n], const void

Re: RISC-V V C Intrinsic API v1.0 release meeting reminder (Sep 05, 2022)

2022-09-05 Thread eop Chen
The meeting minute is updated in the document of the Google calendar link. Regards, eop Chen > eop Chen 於 2022年9月1日 下午1:15 寫道: > > > Hi all, > > A reminder that an open meeting to draft the RI