https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87854

--- Comment #8 from Jozef Lawrynowicz <jozef.l at mittosystems dot com> ---
(In reply to Jakub Jelinek from comment #7)
> For some yes.  I assume not e.g. for nvptx as it has 64-bit size_t but can't
> compile it for other reasons.

Ok, I'll make sure to check that.

The new error catches gcc.dg/concat2.c and g++.dg/parse/concat1.C which
previously passed for msp430-elf. In these tests it is a 16-bit string (10^5)
which is rightly too large for this target, but there is a note in the test:

> The fact that the string isn't actually used in the resulting program
> should allow this to compile for any target.

So just want to make sure that it is ok that this assumption can no longer be
made.

I'll then add the relevant dg-error directives for these tests and pr46534.

Reply via email to