[MIPS] cannot split restore_gp

2009-10-19 Thread Fu, Chao-Ying
Hi, G++ could not split restore_gp. Please check this test (from #line 15017 "configure" of gcc/libstdc++-v3/). # cat foo.cpp struct S { ~S(); }; void bar(); void foo() { S s; bar(); } # ~/dev/gcc45/build/gcc/cc1plus -quiet foo.cpp -o foo.s -mno-shared -mplt -mabicalls -G0 foo.cpp: In fun

Re: [MIPS] cannot split restore_gp

2009-10-20 Thread Richard Sandiford
"Fu, Chao-Ying" writes: > Hi, > > G++ could not split restore_gp. > Please check this test (from #line 15017 "configure" of > gcc/libstdc++-v3/). > > # cat foo.cpp > struct S { ~S(); }; > void bar(); > void foo() > { > S s; > bar(); > } > > # ~/dev/gcc45/build/gcc/cc1plus -quiet foo.cpp -o f