https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79242
--- Comment #13 from Jeffrey A. Law <law at gcc dot gnu.org> --- Author: law Date: Sat Feb 17 00:25:15 2018 New Revision: 257779 URL: https://gcc.gnu.org/viewcvs?rev=257779&root=gcc&view=rev Log: 2018-02-16 Jozef Lawrynowicz <jozefl....@gmail.com> PR target/79242 * machmode.def: Define a complex mode for PARTIAL_INT. * genmodes.c (complex_class): Return MODE_COMPLEX_INT for MODE_PARTIAL_INT. * doc/rtl.texi: Document CSPImode. * config/msp430/msp430.c (msp430_hard_regno_nregs): Add CPSImode handling. (msp430_hard_regno_nregs_with_padding): Likewise. PR target/79242 gcc.target/msp430/pr79242.c: New test. Added: branches/gcc-7-branch/gcc/testsuite/gcc.target/msp430/pr79242.c Modified: branches/gcc-7-branch/gcc/ChangeLog branches/gcc-7-branch/gcc/config/msp430/msp430.c branches/gcc-7-branch/gcc/doc/rtl.texi branches/gcc-7-branch/gcc/genmodes.c branches/gcc-7-branch/gcc/machmode.def branches/gcc-7-branch/gcc/testsuite/ChangeLog