On Wed, May 21, 2014 at 3:51 AM, Sandra Loosemore <san...@codesourcery.com> wrote: > One of the consequences of the (now-fixed) bug in PR60179 is that Nios II > code using target pragmas to specify custom instructions failed to generate > those instructions with -flto. We came up with this test case for it, but > there didn't seem to be an existing hook to scan LTO output. Is this OK, or > is there a better way to do it?
Not really - though you should force LTO to generate a single assembler file by using -flto-partition=one. > -Sandra > > > 2014-05-20 Cesar Philippidis <ce...@codesourcery.com> > Sandra Loosemore <san...@codesourcery.com> > > gcc/testsuite/ > * lib/scanasm.exp (scan-lto-assembler): New procedure. > * gcc.target/nios2/custom-fp-lto.c: New test. >