Re: [PATCH] Fix up/improve x86 needs isa option reporting (PR target/90096)

2019-04-16 Thread Uros Bizjak
On Tue, Apr 16, 2019 at 10:07 AM Jakub Jelinek wrote: > > Hi! > > Most of the x86 builtins don't have OPTION_MASK_ISA_64BIT in their bisa > mask, but when printing an error if some builtin is used from a function > without right isa flags, we always print that case as -m32, so we end up > with bog

[PATCH] Fix up/improve x86 needs isa option reporting (PR target/90096)

2019-04-16 Thread Jakub Jelinek
Hi! Most of the x86 builtins don't have OPTION_MASK_ISA_64BIT in their bisa mask, but when printing an error if some builtin is used from a function without right isa flags, we always print that case as -m32, so we end up with bogus messages like needs isa option -m32 -mavx512vl It doesn't really