Re: [PATCH] rs6000: Fix -mpower9-vector -mno-altivec ICE (PR87560)

2020-03-03 Thread Segher Boessenkool
Hi! On Mon, Mar 02, 2020 at 04:01:11PM -0600, Bill Schmidt wrote: > PR87560 reports an ICE when a test case is compiled with -mpower9-vector > and -mno-altivec. This patch terminates compilation with an error when > this combination (and other unreasonable ones) are requested. (If th

[PATCH] rs6000: Fix -mpower9-vector -mno-altivec ICE (PR87560)

2020-03-02 Thread Bill Schmidt
PR87560 reports an ICE when a test case is compiled with -mpower9-vector and -mno-altivec. This patch terminates compilation with an error when this combination (and other unreasonable ones) are requested. Bootstrapped and tested on powerpc64le-unknown-linux-gnu with no regressions. Reported err