On Thu, Feb 07, 2019 at 03:04:21PM -0500, Michael Ploujnikov wrote: > 2019-02-07 Michael Ploujnikov <michael.ploujni...@oracle.com> > > PR middle-end/89150 > * bitmap.c (test_bitmap_tree_marking): New test. > (NOT_NULL_OR_GARBAGE): For shortening > test_bitmap_tree_marking. > (bitmap_c_tests): Add test_bitmap_tree_marking.
Could you do that instead in a plugin in the testsuite? I mean, the patch is adding garbage collection roots, so it will not affect just -fself-tests run, but also any time the compiler will do GC. Jakub