]> git.ipfire.org Git - thirdparty/gcc.git/commit
gimplify.c (gimplify_type_sizes): If the type is to be ignored for debug info purposes...
authorEric Botcazou <ebotcazou@adacore.com>
Sat, 16 Oct 2010 14:35:59 +0000 (14:35 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Sat, 16 Oct 2010 14:35:59 +0000 (14:35 +0000)
commit08d78391b727da035b0f51e1c52fc2376d340e2e
tree79ebf5345dac7edf97efae0a702dd1be594d9639
parent5b7cd330631768b3904137db17104127eca9a9bf
gimplify.c (gimplify_type_sizes): If the type is to be ignored for debug info purposes...

* gimplify.c (gimplify_type_sizes) <ARRAY_TYPE>: If the type is to be
ignored for debug info purposes, do not clear the DECL_IGNORED_P flag
on the bounds of its domain.
* tree.h (DECL_IGNORED_P): Document effect on TYPE_DECL specifically.

From-SVN: r165544
gcc/ChangeLog
gcc/gimplify.c
gcc/tree.h