Re: [PATCH v2 2/3] testsuite: Add tests for __init_cpu_features_constructor

2025-07-30 Thread Yury Khrustalev
Hi Tamar and Andrew, On Tue, Jul 29, 2025 at 10:23:20AM -0700, Andrew Pinski wrote: > On Tue, Jul 29, 2025 at 1:44 AM Tamar Christina > wrote: > > > > ... > > > > > +/* { dg-do run } */ > > > +/* { dg-require-ifunc "" } */ > > > +/* { dg-options "-Wno-experimental-fmv-target" } */ > > > + > > >

Re: [PATCH v2 2/3] testsuite: Add tests for __init_cpu_features_constructor

2025-07-29 Thread Andrew Pinski
On Tue, Jul 29, 2025 at 1:44 AM Tamar Christina wrote: > > Hi Yury, > > > -Original Message- > > From: Yury Khrustalev > > Sent: Wednesday, July 23, 2025 9:45 AM > > To: gcc-patches@gcc.gnu.org > > Cc: Andrew Pinski ; Richard Sandiford > > ; Tamar Christina ; > > Alfie Richards ; Alice Ca

RE: [PATCH v2 2/3] testsuite: Add tests for __init_cpu_features_constructor

2025-07-29 Thread Tamar Christina
Hi Yury, > -Original Message- > From: Yury Khrustalev > Sent: Wednesday, July 23, 2025 9:45 AM > To: gcc-patches@gcc.gnu.org > Cc: Andrew Pinski ; Richard Sandiford > ; Tamar Christina ; > Alfie Richards ; Alice Carlotti > ; > Victor Do Nascimento > Subject: [PATCH v2 2/3] testsuite: Ad