https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109324
--- Comment #4 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Jeff Law <l...@gcc.gnu.org>: https://gcc.gnu.org/g:15dc059bd7783de6fc84879664e55e000c09557a commit r16-3239-g15dc059bd7783de6fc84879664e55e000c09557a Author: Jan Dubiec <j...@o2.pl> Date: Sun Aug 17 08:03:33 2025 -0600 [PR target/109324] H8/300: Fix genrecog warnings about operands missing modes. This patch fixes genrecog warnings about operands missing modes. This is done by explicitly specifying modes of operations. PR target/109324 gcc/ChangeLog: * config/h8300/addsub.md: Explicitly specify mode for plus operation. * config/h8300/jumpcall.md: Explicitly specify modes for eq and match_operand operations. * config/h8300/testcompare.md: Explicitly specify modes for eq, ltu and compare operations.