https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122483

--- Comment #8 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
(In reply to H.J. Lu from comment #6)
> (In reply to Andrew Pinski from comment #0)
> >
> > +FAIL: gcc.target/aarch64/sme/za_state_2.c  (test for errors, line 27)
> 
> What should aarch64_comp_type_attributes return on
> 
> void shared_b () [[arm::inout("za")]];
> [[arm::new("za")]] void shared_b ();

new is on the function decl while inout are on the function type.
See https://arm-software.github.io/acle/main/acle.html#arm_new .

Reply via email to