On Thu, 6 Jun 2019 10:09:32 +0200 Richard Biener <richard.guent...@gmail.com> wrote:
> On Wed, Jun 5, 2019 at 3:26 PM Jozef Lawrynowicz <jozefl....@gmail.com> wrote: > > > > I would appreciate if anyone can help me decide if: > > - It would be OK for the use of builtin macros such as __SIZE_TYPE__ to > > somehow > > not trigger the "pedantic errors", and what a valid approach might look > > like > > I think that would be OK - note you could also modify your target board. I'm now realising that the most straightforward way to fix this issue will be to just modify the configuration of the DejaGNU target board, so that DEFAULT_CFLAGS is set there and declarations of DEFAULT_CFLAGS in the testsuite that would set -pedantic-errors are never used. Thanks, Jozef