* tree.h (SET_ARRAY_OR_VECTOR_CHECK): Rename to SET_OR_ARRAY_CHECK
commit49be8259f83c7ef43fccb767df333d8870fb4d34
authorzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 1 May 2004 00:08:17 +0000 (1 00:08 +0000)
committerzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 1 May 2004 00:08:17 +0000 (1 00:08 +0000)
treef8771ff05ff7ef4e27ee7846ed2bc198dd9cdba9
parent316e17aef38913850104bf635ecbda834f7584ea
* tree.h (SET_ARRAY_OR_VECTOR_CHECK): Rename to SET_OR_ARRAY_CHECK
and adjust definition accordingly.
(TYPE_DOMAIN): Allow only SET_TYPE and ARRAY_TYPE.
(TYPE_DEBUG_REPRESENTATION_TYPE): Allow only VECTOR_TYPE.
* expr.c (store_constructor): Do not access TYPE_DOMAIN of a
VECTOR_TYPE.

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