Re: [PATCH] i386: Properly set ix86_isa_flags

2021-03-08 Thread Uros Bizjak via Gcc-patches
On Mon, Mar 8, 2021 at 2:52 PM Martin Liška wrote: > > Hi. > > The bug is about usage of ix86_isa_flags instead of opts->x_ix86_isa_flags. > I'm planning a bigger refactoring regarding the flags & PTA_PCLMUL conditions. > > Patch can bootstrap on x86_64-linux-gnu and survives regression tests. > >

[PATCH] i386: Properly set ix86_isa_flags

2021-03-08 Thread Martin Liška
Hi. The bug is about usage of ix86_isa_flags instead of opts->x_ix86_isa_flags. I'm planning a bigger refactoring regarding the flags & PTA_PCLMUL conditions. Patch can bootstrap on x86_64-linux-gnu and survives regression tests. Ready to be installed? Thanks, Martin gcc/ChangeLog: PR