[Bug c/105970] ICE in ix86_function_arg, at config/i386/i386.cc:3351
cvs-commit at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Jun 20 20:32:48 GMT 2022
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105970
--- Comment #6 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-10 branch has been updated by Uros Bizjak <uros@gcc.gnu.org>:
https://gcc.gnu.org/g:570a6067ff6928fe76bb13cece38346d9a966a13
commit r10-10860-g570a6067ff6928fe76bb13cece38346d9a966a13
Author: Uros Bizjak <ubizjak@gmail.com>
Date: Fri Jun 17 17:01:31 2022 +0200
i386: Fix assert in ix86_function_arg [PR105970]
The mode of pointer argument should equal ptr_mode, not Pmode.
2022-06-17 Uroš Bizjak <ubizjak@gmail.com>
gcc/ChangeLog:
PR target/105970
* config/i386/i386.c (ix86_function_arg): Assert that
the mode of pointer argumet is equal to ptr_mode, not Pmode.
gcc/testsuite/ChangeLog:
PR target/105970
* gcc.target/i386/pr105970.c: New test.
(cherry picked from commit 1f8278bfcfc7f7157bf2b405471e67dd5097636b)
More information about the Gcc-bugs
mailing list