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
Tamar Christina ; > > Alfie Richards ; Alice Carlotti > > ; > > Victor Do Nascimento > > Subject: [PATCH v2 2/3] testsuite: Add tests for > > __init_cpu_features_constructor > > > > Add tests that would call __init_cpu_features_resolver()

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 > Sub

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

2025-07-23 Thread Yury Khrustalev
Add tests that would call __init_cpu_features_resolver() directly from an ifunc resolver that would in tern call the function under test __init_cpu_features_constructor() using synthetic parameters for different sizes of the 2nd argument. gcc/testsuite/ChangeLog: * gcc.target/aarch64/ifun