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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|jakub at redhat dot com            |

--- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Actually seems riscv is strict_argument_naming target, so that case is never
invoked.
For strict_argument_naming n_named_args should be the number of named args,
which is
in the f case 1 (because of hidden struct return) and should be that value even
after adjustment.
Anyway, add debugging to the testcase to print the values it got, disassemble
the caller in which registers it is passing them, see where it is receiving
them.

Reply via email to