Hi! On Mon, Nov 26, 2018 at 02:02:49PM +0000, Torbjorn SVENSSON wrote: > Attached is a small patch that, in case of inline assembler code, > indicates that the function stack usage is uncertain due to inline > assembler. > > The test suite are using "nop" as an assembler instruction on all > targets, is this acceptable or is there a better way to test this?
Maybe see testsuite/gcc.dg/nop.h ? Segher