This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]