This is the mail archive of the java@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]

Re: Alpha vs. new ABI



Jeff Sturm writes:

> Can we safely ignore these macros?  

The C++ compiler doesn't specifically use them. But they are used in
functions found in stor-layout.c, where I guess they are indirectly
used by various front-ends (through the middle end), when necessary.

> I'm wondering now about arrays of double on i386 without
> -malign-double (or is that the default now?).

We don't seem to build our world with -malign-double. I built the
runtime with -malign-double and the tests on double are still passing.

So I'll check yesterday's patch soon.

./A

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