octeon-pipe-1.c: Add -ffat-lto-objects

gcc/testsuite/
	* gcc.target/mips/octeon-pipe-1.c: Add -ffat-lto-objects

From-SVN: r195441
This commit is contained in:
Richard Sandiford 2013-01-24 21:40:54 +00:00 committed by Richard Sandiford
parent f6b1e65ec3
commit 94ba344642
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2013-01-24 Richard Sandiford <rdsandiford@googlemail.com>
* gcc.target/mips/octeon-pipe-1.c: Add -ffat-lto-objects
2013-01-24 Jakub Jelinek <jakub@redhat.com>
PR c/56078

View file

@ -1,6 +1,6 @@
/* Check that we use the octeon pipeline description. */
/* { dg-do compile } */
/* { dg-options "-march=octeon -fschedule-insns2 -fdump-rtl-sched2" } */
/* { dg-options "-march=octeon -fschedule-insns2 -fdump-rtl-sched2 -ffat-lto-objects" } */
/* { dg-skip-if "code quality test" { *-*-* } { "-O0" } { "" } } */
NOMIPS16 int f (int a, int b)