From: Jeff Law > On 05/16/2017 10:01 AM, Toma Tabacu wrote: >> Hello Paul, >> >> You're seeing this problem because mips.exp can't handle -O* in dg-options. >> The other tests in gcc.target/mips use a dg-skip-if to skip for -O0 and -O1 >> instead of having -O2 in dg-options. >> This is supposed to ensure that the tests are run for as many optimization >> levels as possible. >> >> I believe that Matthew can confirm this. > Feel free to remove the -O2. The most important bits are -mips2 and > -msoft-float. If nobody does it shortly, I'll take care of it myself. > >jeff
Sorry, I won't be able to commit the fix until tomorrow. Thanks for taking care of this issue, though. Regards, Toma Tabacu