OSDN Git Service

* gimplify.c (gimplify_type_sizes) <ARRAY_TYPE>: If the type is to be
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 16 Oct 2010 14:35:59 +0000 (14:35 +0000)
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 16 Oct 2010 14:35:59 +0000 (14:35 +0000)
commit28fa603b6a58f13ca33afc722b1f24b7c5dcd9a6
tree79ebf5345dac7edf97efae0a702dd1be594d9639
parent97b64f60edf7e7f90caf56765a437202a1b1e75d
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@165544 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/gimplify.c
gcc/tree.h