Re: [PATCH, rs6000] Fix flag interaction of new Power8 flags

2013-07-18 Thread David Edelsohn
On Thu, Jul 18, 2013 at 10:58 AM, Pat Haugen 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 c

[PATCH, rs6000] Fix flag interaction of new Power8 flags

2013-07-18 Thread Pat Haugen
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/regtes