Hi all,
Is there a way to make the format attribute when passed ms_printf recognise
ISO C99 and above format specifiers? Currently on Windows gcc always
assumes that printf doesn't recognise specifiers such as %z and %T for
strftime, but for gcc that links against the newer C Runtime from Microsof
On Tue, Jul 18, 2023 at 09:25:44AM +0800, juzhe.zh...@rivai.ai wrote:
> Thanks Jeff.
> I will wait after Robin updated his MAINTAINERS (since I don't known what
> information I need put in).
Add
riscv port Juzhe Zhong
line to the Reviewers section of MAINTAINERS file (alphabetically be
On 7/17/23 03:17, senthilkumar.selva...@microchip.com wrote:
On Fri, 2023-07-14 at 09:29 -0400, Vladimir Makarov wrote:
If you send me the preprocessed test, I could start to work on it to fix
the problems. I think it is hard to fix them right for a person having
a little experience with LRA.
On 6/25/23 12:36, Ben Boeckel wrote:
On Fri, Jun 23, 2023 at 08:12:41 -0400, Nathan Sidwell wrote:
On 6/22/23 22:45, Ben Boeckel wrote:
On Thu, Jun 22, 2023 at 17:21:42 -0400, Jason Merrill wrote:
On 1/25/23 16:06, Ben Boeckel wrote:
They affect the build, so report them via `-MF` mechanisms.
On 7/18/23 16:52, Jason Merrill wrote:
On 6/25/23 12:36, Ben Boeckel wrote:
On Fri, Jun 23, 2023 at 08:12:41 -0400, Nathan Sidwell wrote:
On 6/22/23 22:45, Ben Boeckel wrote:
On Thu, Jun 22, 2023 at 17:21:42 -0400, Jason Merrill wrote:
On 1/25/23 16:06, Ben Boeckel wrote:
They affect the bui
On Tue, Jul 18, 2023 at 16:52:44 -0400, Jason Merrill wrote:
> On 6/25/23 12:36, Ben Boeckel wrote:
> > On Fri, Jun 23, 2023 at 08:12:41 -0400, Nathan Sidwell wrote:
> >> On 6/22/23 22:45, Ben Boeckel wrote:
> >>> On Thu, Jun 22, 2023 at 17:21:42 -0400, Jason Merrill wrote:
> On 1/25/23 16:06,
Hi all,
As you all know that we are continuously working on new ISA implementation for
i386 backend.
There is one thing that I am really curious about when I read the code.
In gcc/config/i386/i386-cpuinfo.h, we have such comment:
/* ISA Features supported. New features have to be inserted at t
On Tue, Jul 18, 2023 at 7:50 PM Jiang, Haochen via Gcc wrote:
>
> Hi all,
>
> As you all know that we are continuously working on new ISA implementation
> for i386 backend.
>
> There is one thing that I am really curious about when I read the code.
>
> In gcc/config/i386/i386-cpuinfo.h, we have s