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" } */
> > > +
> > >
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()
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
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