On Mon, Apr 23, 2018 at 05:03:09PM +0300, Andrey Belevantsev wrote: > I have put the test in gcc.dg though it requires -march=nano. Do you want > me to create an extra machine-dependent test?
If it is a compile time test, no need for that. Just add /* { dg-additional-options "-march=nano" { target i?86-*-* x86_64-*-* } } */ Jakub