* Florian Weimer:
> * C89 test cases that appear to make explicit use of C89-only features.
> I plan to add /* { dg-additional-options "-std=gnu89" } */ to those
> (or add -std=gnu89 to an existing dg-options line). These fixes can
> be submitted early.
Example:
<https://inbox.sourceware.org/gcc-patches/[email protected]/>
>
> * Overly reduced test cases where I can verify that the less-reduced
> test case still reproduces the bug. Can be submitted early.
<https://inbox.sourceware.org/gcc-patches/[email protected]/>
> * Similar test cases where I cannot verify that the test case is still
> reproducing the bug, but where I assume that the unreduction is
> harmless as far as the test objective is concerned. Can be submitted
> early (but should be in a separate patch from the previous one).
<https://inbox.sourceware.org/gcc-patches/[email protected]/>
Thanks,
Florian