]> git.ipfire.org Git - thirdparty/gcc.git/commit
c-common.c (c_common_get_alias_set): Correctly handle characters.
authorRichard Henderson <rth@redhat.com>
Thu, 20 Jun 2002 07:35:46 +0000 (00:35 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Thu, 20 Jun 2002 07:35:46 +0000 (00:35 -0700)
commit71c0a5fe74ff1014b4f1d2526957ca0777f65ed7
tree8e67119dd4e2eb232078e9c4fd59613997767061
parent92e8490dcb2222a118b253c0e02690d7e6911733
c-common.c (c_common_get_alias_set): Correctly handle characters.

        * c-common.c (c_common_get_alias_set): Correctly handle characters.
        Rearrange order of expressions; don't handle vectors here.
        * alias.c (get_alias_set): Let vectors match their components.

From-SVN: r54823
gcc/ChangeLog
gcc/alias.c
gcc/c-common.c