ztfm.c includes a test whose intention is to verify that a transform runs to completion in the absence of ambiguous references to objects in the transform. The test setup isn't sufficient to create the desired test environment and at least one compiler under specific conditions appears to store/"spill" ambiguous references onto the stack, invalidating the test. The transform fails to complete, creating a false positive test result. This was observed here (gcc 11.3.0 )
This issue could be fixed by redesigning the testing of transforms (see #242 )