This is the mail archive of the java-prs@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libgcj/57074] gcc-4.8.0 libgcj regression on 32bit Power architecture


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?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]