This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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

--- Comment #4 from Alan Modra <amodra at gmail dot com> 2013-05-02 11:35:20 UTC ---
I believe this is triggered by powerpc turning on -fsection-anchors by default,
and a section anchor bug loses the alignment.  The classes are all nicely
aligned if I compile with -fno-section-anchors


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