Such tests exists because pre-processed sources are used
as test cases, like they are provided in PRs.
This means they have, say, "unsigned long" instead of size_t,
but "unsigned long" is not a correct size_t on some targets.
Some of the tests can be transformed back so that they use __SIZE_TYPE
This fixes more of the sloppy tests that assume sizeof(int) = 4 etc.
Johann
--
testsuite/52641: Fix sloppy tests that did not care for sizeof(int)=2 etc.
gcc/testsuite/
PR testsuite/52641
* gcc.c-torture/compile/attr-complex-method-2.c [target=avr]: Check
for "divsc3" a