On Thu, 2025-05-08 at 23:31 -0300, Alexandre Oliva wrote: > > vxworks' headers use #if instead of #ifdef to test for > __STDC_WANT_LIB_EXT1__, so the definition in the analyzer test > strotok-cppreference.c catches a bug there, but not something it's > meant to catch or that we could fix in GCC, so amend the definition > to > sidestep the libc bug. > > Tested with gcc-14 targeting ppc-vx7r2 and ppc64-vx7r2. Also tested > with trunk on ppc64le-linux-gnu, and with gcc-14 targeting powerpc- > elf. > Ok to install?
Thanks; LGTM Dave