On Dec 3, 2024, at 3:08 AM, Georg-Johann Lay <a...@gjlay.de> wrote: > > This patch fixes some unrelated tests that were failing. > In most cases, bad tests are slipping in because they > are preprocessed like: > > size_t -> long unsigned int -> breaks when size_t is smaller etc. > > Other reason is that they assume int is > 16 bits. > > Unfortunately, in many cases it's not known how a bug reproducer > works exactly and whether replacing int -> int32_t won't spoil > the test case; hence add some dg-require-effective-target. > > Ok for trunk?
Ok.