ipa.c (cgraph_build_static_cdtor_1): Support contructors with "chkp ctor" and "bnd_le...
authorIlya Enkovich <ilya.enkovich@intel.com>
Wed, 30 Oct 2013 09:08:14 +0000 (09:08 +0000)
committerKirill Yukhin <kyukhin@gcc.gnu.org>
Wed, 30 Oct 2013 09:08:14 +0000 (09:08 +0000)
commit0038da669587ccb1781a136f153a7e951d04465a
tree2f282bf555c7fcc5e94fbb7502b91ea8a817b400
parent2017035a605bee47b3f4fdf6723fa7dabed2763c
ipa.c (cgraph_build_static_cdtor_1): Support contructors with "chkp ctor" and "bnd_legacy" attributes.

        * ipa.c (cgraph_build_static_cdtor_1): Support contructors
        with "chkp ctor" and "bnd_legacy" attributes.
        * gimplify.c (gimplify_init_constructor): Avoid infinite
        loop during gimplification of bounds initializer.

From-SVN: r204198
gcc/ChangeLog
gcc/gimplify.c
gcc/ipa.c