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]
Other format: [Raw text]

Re: Bug on Solaris


Hi Alexandre,

On Tue, Jan 08, 2002 at 01:50:40AM -0800, Alexandre Petit-Bianco wrote:
> 
> Martin Kahlert writes:
> 
> > Double.MIN_VALUE = 0.0
> > Double.MAX_VALUE = 5.0E-324
> 
> Do you get the same behavior with gcj generated bytecodes (then
> compiled to native or interpreted with gij or Sun's VM?)

Yes i do. Tried it with (gcj -C hello.java on Solaris):
- jdk1.1.7 and jre on Solaris
- jdk1.2 and java on Solaris
- gij on Solaris
- gij on Linux

When i compile using gcj -C hello.java *on Linux*,
it works everywhere correctly.

Thanks for any hints,
Martin.

-- 
The early bird catches the worm. If you want something else for       
breakfast, get up later.


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