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 middle-end/66568] [CHKP] internal compiler error: in expand_expr_addr_expr_1


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

--- Comment #3 from Ilya Enkovich <ienkovich at gcc dot gnu.org> ---
Author: ienkovich
Date: Thu Jul 23 10:39:26 2015
New Revision: 226101

URL: https://gcc.gnu.org/viewcvs?rev=226101&root=gcc&view=rev
Log:
gcc/

        Backport from mainline r224601.
        2015-06-18  Ilya Enkovich  <enkovich.gnu@gmail.com>

        PR middle-end/66568
        * cfgexpand.c (expand_return): Handle missing bounds.
        (expand_gimple_stmt_1): Likewise.
        * tree-chkp.c (chkp_expand_zero_bounds): New.
        * tree-chkp.h (chkp_expand_zero_bounds): New.

gcc/testsuite/

        Backport from mainline r224601.
        2015-06-18  Ilya Enkovich  <enkovich.gnu@gmail.com>

        PR middle-end/66568
        * gcc.target/i386/mpx/pr66568.c: New test.

        Backport from mainline r225296.
        2015-07-01  H.J. Lu  <hongjiu.lu@intel.com>

        * gcc.target/i386/mpx/pr66568.c (exit): New prototype.

Added:
    branches/gcc-5-branch/gcc/testsuite/gcc.target/i386/mpx/pr66568.c
Modified:
    branches/gcc-5-branch/gcc/ChangeLog
    branches/gcc-5-branch/gcc/cfgexpand.c
    branches/gcc-5-branch/gcc/testsuite/ChangeLog
    branches/gcc-5-branch/gcc/tree-chkp.c
    branches/gcc-5-branch/gcc/tree-chkp.h


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