[patch, lto] add testcase for PR60179

Richard Biener richard.guenther@gmail.com
Wed May 21 09:12:00 GMT 2014


On Wed, May 21, 2014 at 3:51 AM, Sandra Loosemore
<sandra@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  <cesar@codesourcery.com>
>             Sandra Loosemore  <sandra@codesourcery.com>
>
>         gcc/testsuite/
>         * lib/scanasm.exp (scan-lto-assembler): New procedure.
>         * gcc.target/nios2/custom-fp-lto.c: New test.
>



More information about the Gcc-patches mailing list