------- Comment #5 from rguenth at gcc dot gnu dot org  2009-10-21 12:18 -------
Confirmed.  But the reduced testcase has

typedef struct VEC_constructor_elt_gc {
    VEC_constructor_elt_base base;
} VEC_constructor_elt_gc;

vs.

typedef struct VEC_constructor_elt_gc {
} VEC_constructor_elt_gc; 

which results in incompatible struct tree_constructor and thus union tree_node.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jamborm at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2009-10-21 12:18:35
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41767

Reply via email to