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



Jakub Jelinek <jakub at gcc dot gnu.org> changed:



           What    |Removed                     |Added

----------------------------------------------------------------------------

                 CC|                            |jakub at gcc dot gnu.org



--- Comment #7 from Jakub Jelinek <jakub at gcc dot gnu.org> 2013-05-02 
15:17:31 UTC ---

I don't see how this would be related to PR28865, that PR is about .size

directive, if TYPE_SIZE is smaller than DECL_SIZE.  But from what Alan posted

here, that is not the case here, here TYPE_SIZE is the same as DECL_SIZE, 24

bytes both, and the problem is that the CONSTRUCTOR in DECL_INITIAL has 3

entries rather than two.  Perhaps gcj FE bug?

Reply via email to