c-typeck.c (tagged_types_tu_compatible_p <case UNION_TYPE>): Use TYPE_FIELDS instead...
authorAndrew Pinski <apinski@apple.com>
Thu, 17 Jun 2004 22:53:13 +0000 (22:53 +0000)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Thu, 17 Jun 2004 22:53:13 +0000 (15:53 -0700)
commit398ce3dd7c85766ec8645d7815fac8248c568b54
treec9fd1eb224fdf765a9f0b412baaa0c2f6554e10d
parent2692eb7d0ea1757cbf2508f001be9ee9f2f87ed3
c-typeck.c (tagged_types_tu_compatible_p <case UNION_TYPE>): Use TYPE_FIELDS instead of TYPE_VALUES.

2004-06-17  Andrew Pinski <apinski@apple.com>

        * c-typeck.c (tagged_types_tu_compatible_p <case UNION_TYPE>):
        Use TYPE_FIELDS instead of TYPE_VALUES.

From-SVN: r83321
gcc/ChangeLog
gcc/c-typeck.c