[Bug target/82096] [6/7 Regression] ICE in int_mode_for_mode, at stor-layout.c:403 with arm-linux-gnueabi

sudi at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Fri Feb 16 15:38:00 GMT 2018


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

--- Comment #11 from sudi at gcc dot gnu.org ---
Author: sudi
Date: Fri Feb 16 15:37:35 2018
New Revision: 257741

URL: https://gcc.gnu.org/viewcvs?rev=257741&root=gcc&view=rev
Log:
Fix emit_store_flag_force () function to fix ICE in int_mode_for_mode,
at stor-layout.c:403 with arm-linux-gnueabi.

*** gcc/ChangeLog ***

2018-02-16  Sudakshina Das  <sudi.das@arm.com>

        Backport from trunk
        2018-01-10  Sudakshina Das  <sudi.das@arm.com>

        PR target/82096
        * expmed.c (emit_store_flag_force): Swap if const op0
        and change VOIDmode to mode of op0.

*** gcc/testsuite/ChangeLog ***

2018-02-16  Sudakshina Das  <sudi.das@arm.com>

        Backport from trunk
        2018-01-12  Sudakshina Das  <sudi.das@arm.com>

        * gcc.c-torture/compile/pr82096.c: Add dg-skip-if
        directive.

        Backport from trunk
        2018-01-10  Sudakshina Das  <sudi.das@arm.com>

        PR target/82096
        * gcc.c-torture/compile/pr82096.c: New test.

Added:
    branches/gcc-7-branch/gcc/testsuite/gcc.c-torture/compile/pr82096.c
Modified:
    branches/gcc-7-branch/gcc/ChangeLog
    branches/gcc-7-branch/gcc/expmed.c
    branches/gcc-7-branch/gcc/testsuite/ChangeLog


More information about the Gcc-bugs mailing list