c-common.c (handle_mode_attribute): When not modifying in place, create subtypes...
authorRichard Henderson <rth@redhat.com>
Sat, 24 Sep 2005 16:21:43 +0000 (09:21 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Sat, 24 Sep 2005 16:21:43 +0000 (09:21 -0700)
commit99db1ef0e250b9b61fd557feb33e954a0b4679e6
tree79c051c1fe84984303e562b69bfcdedba9bf5026
parente347ff9e3d0cfd13aa97f51d99dc08b280c94d7d
c-common.c (handle_mode_attribute): When not modifying in place, create subtypes for enumerations.

        * c-common.c (handle_mode_attribute): When not modifying in place,
        create subtypes for enumerations.
        (sync_resolve_return): Use TYPE_MAIN_VARIANT.
        * gimplify.c (create_tmp_from_val): Likewise.

From-SVN: r104603
gcc/ChangeLog
gcc/c-common.c
gcc/gimplify.c