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

--- Comment #6 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Wed Nov 20 09:55:01 2019
New Revision: 278491

URL: https://gcc.gnu.org/viewcvs?rev=278491&root=gcc&view=rev
Log:
        PR middle-end/90840
        * expmed.c (store_bit_field_1): Handle the case where op0 is not a MEM
        and has a mode that doesn't have corresponding integral type.

        * gcc.c-torture/compile/pr90840.c: New test.

Added:
    branches/gcc-9-branch/gcc/testsuite/gcc.c-torture/compile/pr90840.c
Modified:
    branches/gcc-9-branch/gcc/ChangeLog
    branches/gcc-9-branch/gcc/expmed.c
    branches/gcc-9-branch/gcc/testsuite/ChangeLog

Reply via email to