On Mon, 2012-11-05 at 21:28 +0000, Richard Sandiford wrote: > Does it work for you if you run it separately? E.g. with: > > make check-gcc RUNTESTFLAGS=dg-torture.exp=mips-sdata-1.c > > Richard
Hm, I configured GCC with '--enable-languages=c,c++', I think this might set ENABLE_LTO to '0' and cause check_effective_target_lto to return FALSE and cause the -ffat-lto-objects flag to not be added. Of course this raises the question of why it is trying to do lto testing if I didn't configure it in. I will add 'lto' to my configure line and see if that fixes the problem. Steve Ellcey sell...@mips.com