This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug java/11575] Problem with RandomAccessFile
- From: "pinskia at physics dot uc dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 18 Jul 2003 13:36:07 -0000
- Subject: [Bug java/11575] Problem with RandomAccessFile
- References: <20030718132755.11575.mqm@magma.ca>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11575
pinskia at physics dot uc dot edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |WAITING
------- Additional Comments From pinskia at physics dot uc dot edu 2003-07-18 13:36 -------
I cannot produce it on the mainline (20030714):
xenon:~/src/gnu/gcctest>java RandomFileAccessTest
pointer=0
size=3
xenon:~/src/gnu/gcctest>./a.out
pointer=0
size=3
Can you provide the output of "gcj -v"?