https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117697
--- Comment #9 from Haochen Jiang <haochen.jiang at intel dot com> --- (In reply to r...@cebitec.uni-bielefeld.de from comment #8) > > --- Comment #7 from Haochen Jiang <haochen.jiang at intel dot com> --- > > Testcase fixed on trunk. > > Great, thanks. > > > Since I do not have a Solaris machine, I could not to solve the problem on > > Solaris/x86 for: > > > >> Weirdly, adding -fomit-frame-pointer to the testcases > >> make no difference on Solaris and I don't yet see why. > > There's one now in the cfarm (cfarm215), just in case you feel like it ;-) > > Even more strangely, I'd tried an i686-pc-linux-gnu build with > --enable-frame-pointer (the Solaris default), which showed the testsuite > failures before your patch, but still -fomit-frame-pointer worked as > expected. So if that is the case, it seems that most likely -fomit-frame-pointer did not work as expected only on Solaris/x86 currently?