[Bug target/84988] Compiler hang in chkp_type_bounds_count for large arrays

marxin at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Mar 28 14:23:00 GMT 2018


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

--- Comment #4 from Martin Liška <marxin at gcc dot gnu.org> ---
Author: marxin
Date: Wed Mar 28 14:22:27 2018
New Revision: 258923

URL: https://gcc.gnu.org/viewcvs?rev=258923&root=gcc&view=rev
Log:
Do not call chkp_type_bounds_count if MPX is not enabled (PR target/84988).

2018-03-28  Martin Liska  <mliska@suse.cz>

        PR target/84988
        * config/i386/i386.c (ix86_function_arg_advance): Do not call
        chkp_type_bounds_count if MPX is not enabled.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/i386/i386.c


More information about the Gcc-bugs mailing list