On Thu, Jul 18, 2013 at 10:58 AM, Pat Haugen <pthau...@linux.vnet.ibm.com> wrote: > The following patch fixes a testsuite failure due to the fact that > -mcpu=power8 was turning on the new flags such as power8-vector, which would > then result in the VSX flag being turned back on after it was previously > turned off due to a conflicting option such as -msoft-float. > > Bootstrap/regtest with no new regressions, ok for trunk? > > -Pat > > > 2013-07-18 Pat Haugen <pthau...@us.ibm.com> > > * config/rs6000/rs6000.c (rs6000_option_override_internal): Adjust > flag > interaction for new Power8 flags and VSX.
Okay. Thanks. - David