On Fri, Mar 24, 2017 at 04:04:33PM -0600, Kelvin Nilsen wrote: > PR 80103 provides a test case which results in an internal > compiler error when invoked with -mno-direct-move -mpower9-dform- > vector target options. The internal compiler error results because > these two target options are incompatible with each other. > > The enclosed patch simply disables this particular combination of > target options, terminating gcc with an error message instead of > producing an internal compiler error. Additionally, this patch > includes new comments to address omissions from a patch committed > on 2017/03/23 which deals with conflicts between the > -mno-power9-vector and -mcpu=power9 target options. > > This patch has been bootstrapped and tested with no regressions on > both powerpc64-unknown-linux-gnu and powerpc64le-unknown-linux-gnu. > Is this ok for the trunk?
This looks good, please apply. Thanks, Segher