* tree-sra.c (instantiate_element): Copy DECL_IGNORED_P also.
From-SVN: r89356
This commit is contained in:
parent
851c356137
commit
310ff87213
@ -1,3 +1,7 @@
|
||||
2004-10-20 Richard Henderson <rth@redhat.com>
|
||||
|
||||
* tree-sra.c (instantiate_element): Copy DECL_IGNORED_P also.
|
||||
|
||||
2004-10-20 Kelley Cook <kcook@gcc.gnu.org>
|
||||
|
||||
* configure.ac: Revert my previous patch.
|
||||
|
@ -1106,6 +1106,7 @@ instantiate_element (struct sra_elt *elt)
|
||||
DECL_SOURCE_LOCATION (var) = DECL_SOURCE_LOCATION (base);
|
||||
TREE_NO_WARNING (var) = TREE_NO_WARNING (base);
|
||||
DECL_ARTIFICIAL (var) = DECL_ARTIFICIAL (base);
|
||||
DECL_IGNORED_P (var) = DECL_IGNORED_P (base);
|
||||
|
||||
if (DECL_NAME (base) && !DECL_IGNORED_P (base))
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user