public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libgcj/9696] read fail on gij or compiled when object contains user objects
       [not found] <20030213191601.9696.doparsons@rev.net>
@ 2003-05-26 21:57 ` pinskia@physics.uc.edu
  2003-07-31 17:42 ` pinskia at physics dot uc dot edu
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: pinskia@physics.uc.edu @ 2003-05-26 21:57 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9696


pinskia@physics.uc.edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


------- Additional Comments From pinskia@physics.uc.edu  2003-05-26 21:54 -------
Can you try with a more recent gcc, 3.3?



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug libgcj/9696] read fail on gij or compiled when object contains user objects
       [not found] <20030213191601.9696.doparsons@rev.net>
  2003-05-26 21:57 ` [Bug libgcj/9696] read fail on gij or compiled when object contains user objects pinskia@physics.uc.edu
@ 2003-07-31 17:42 ` pinskia at physics dot uc dot edu
  2003-08-01  3:18 ` pinskia at physics dot uc dot edu
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-07-31 17:42 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9696


pinskia at physics dot uc dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2003-07-31 17:42:52
               date|                            |


------- Additional Comments From pinskia at physics dot uc dot edu  2003-07-31 17:42 -------
I can confirm this still happens on the mainline (20030730) after changing the code to 
use ./usr/local/info instead of /usr/local/info.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug libgcj/9696] read fail on gij or compiled when object contains user objects
       [not found] <20030213191601.9696.doparsons@rev.net>
  2003-05-26 21:57 ` [Bug libgcj/9696] read fail on gij or compiled when object contains user objects pinskia@physics.uc.edu
  2003-07-31 17:42 ` pinskia at physics dot uc dot edu
@ 2003-08-01  3:18 ` pinskia at physics dot uc dot edu
  2003-08-01  4:06 ` doparsons at rev dot net
  2003-08-01  4:10 ` tromey at gcc dot gnu dot org
  4 siblings, 0 replies; 5+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-08-01  3:18 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9696



------- Additional Comments From pinskia at physics dot uc dot edu  2003-08-01 03:18 -------
Actually this was effected by bug 11737, I will try to see if I can reproduce this tomorrow 
after building a new gcc with the fix in it.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug libgcj/9696] read fail on gij or compiled when object contains user objects
       [not found] <20030213191601.9696.doparsons@rev.net>
                   ` (2 preceding siblings ...)
  2003-08-01  3:18 ` pinskia at physics dot uc dot edu
@ 2003-08-01  4:06 ` doparsons at rev dot net
  2003-08-01  4:10 ` tromey at gcc dot gnu dot org
  4 siblings, 0 replies; 5+ messages in thread
From: doparsons at rev dot net @ 2003-08-01  4:06 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9696



------- Additional Comments From doparsons at rev dot net  2003-08-01 04:06 -------
Did not recieve the Email of 2003-5-26. Sorry. Thanks for your time and effort 
on this. A solution will be very welcome for future versions of my program. 

One additional observation made during debugging. The object did not test true 
for ==null in the class that read from the file. But once the program returned 
to the class that called the method it did test true for ==null. Even if the 
object was returned it acted the same.

Thanks again.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug libgcj/9696] read fail on gij or compiled when object contains user objects
       [not found] <20030213191601.9696.doparsons@rev.net>
                   ` (3 preceding siblings ...)
  2003-08-01  4:06 ` doparsons at rev dot net
@ 2003-08-01  4:10 ` tromey at gcc dot gnu dot org
  4 siblings, 0 replies; 5+ messages in thread
From: tromey at gcc dot gnu dot org @ 2003-08-01  4:10 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9696


tromey at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |3.4


------- Additional Comments From tromey at gcc dot gnu dot org  2003-08-01 04:10 -------
I think the recent serialization patches must have
fixed this.  In any case, I tried the program and it
works fine with gij.

Andrew, thanks for pointing out this PR.


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2003-08-01  4:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20030213191601.9696.doparsons@rev.net>
2003-05-26 21:57 ` [Bug libgcj/9696] read fail on gij or compiled when object contains user objects pinskia@physics.uc.edu
2003-07-31 17:42 ` pinskia at physics dot uc dot edu
2003-08-01  3:18 ` pinskia at physics dot uc dot edu
2003-08-01  4:06 ` doparsons at rev dot net
2003-08-01  4:10 ` tromey at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).