On 10/15/19 1:21 PM, Segher Boessenkool wrote: > On Tue, Oct 15, 2019 at 12:47:02PM -0500, Peter Bergner wrote: >> I'd say this is user error, telling the compiler it has to inline the callee >> function, but then using incompatible options on the caller and the callee, >> so that it cannot. I think the error message is the correct thing here. > > Everything here is -mno-vsx though? The always_inline "foo" has it as > target attribute, but everyone (also) has it from the command line arg?
Oh, I thought main() was compiled with -mvsx. My bad! :-) Peter