[patch testsuite]: Adjust some tests of gcc.dg and gcc.c-torture for mingw targets

Jakub Jelinek jakub@redhat.com
Thu Feb 23 18:20:00 GMT 2012


On Thu, Feb 23, 2012 at 06:23:39PM +0100, Kai Tietz wrote:
> And the underlying issue is that __extension__ can't be use before
> __SIZE_TYPE__ here. gcc lacks to parse that proper.  You would get

Then please use
__extension__ typedef __SIZE_TYPE__ size_t;
and use size_t in the prototype.  __extension__ before the prototype
is simply too confusing.
Anyway, will defer the rest to the testsuite maintainers.

	Jakub



More information about the Gcc-patches mailing list