]> git.ipfire.org Git - thirdparty/gcc.git/commit
varasm.c (decode_addr_const): Handle special case of INDIRECT_REF.
authorEric Botcazou <ebotcazou@adacore.com>
Tue, 27 Apr 2010 09:47:13 +0000 (09:47 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Tue, 27 Apr 2010 09:47:13 +0000 (09:47 +0000)
commit5b56d3bbcab015c4dabf4c1ef82237ac0a37c792
treed9c22fd584d78d444cfd08cad923263f90e6469a
parentfa5f5e275ffb6346e1f35180cd3a7283c98340dd
varasm.c (decode_addr_const): Handle special case of INDIRECT_REF.

* varasm.c (decode_addr_const): Handle special case of INDIRECT_REF.
(const_hash_1) <VECTOR_CST>: New case.
(compare_constant) <VECTOR_CST>: Likewise.
<ADDR_EXPR>: Deal with LABEL_REFs.
(copy_constant) <VECTOR_CST>: New case.

From-SVN: r158776
gcc/ChangeLog
gcc/varasm.c