public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug java/5179] Qualifed static field access doesn't initialize its class
       [not found] <20011222160600.5179.bryce@waitaki.otago.ac.nz>
@ 2003-05-24 19:38 ` pinskia@physics.uc.edu
  2003-05-25  3:55 ` dhazeghi@yahoo.com
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 4+ messages in thread
From: pinskia@physics.uc.edu @ 2003-05-24 19:38 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=5179



------- Additional Comments From pinskia@physics.uc.edu  2003-05-24 19:13 -------
Confirmed on 3.3 (20021216), Yes I know that this is an old prelease but still.
But fixed on mainline (20030524).



------- 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] 4+ messages in thread

* [Bug java/5179] Qualifed static field access doesn't initialize its class
       [not found] <20011222160600.5179.bryce@waitaki.otago.ac.nz>
  2003-05-24 19:38 ` [Bug java/5179] Qualifed static field access doesn't initialize its class pinskia@physics.uc.edu
@ 2003-05-25  3:55 ` dhazeghi@yahoo.com
  2003-05-25  4:17 ` pinskia@physics.uc.edu
  2003-05-25 13:52 ` pinskia@physics.uc.edu
  3 siblings, 0 replies; 4+ messages in thread
From: dhazeghi@yahoo.com @ 2003-05-25  3:55 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=5179



------- Additional Comments From dhazeghi@yahoo.com  2003-05-25 03:44 -------
Hello,

with gcc 3.2.3, 3.3 branch, and mainline (20030524), the testcase here crashes as reported:
Exception in thread "main" java.lang.NullPointerException
   at Qual.main(java.lang.String[]) (Unknown Source)

Dara



------- 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] 4+ messages in thread

* [Bug java/5179] Qualifed static field access doesn't initialize its class
       [not found] <20011222160600.5179.bryce@waitaki.otago.ac.nz>
  2003-05-24 19:38 ` [Bug java/5179] Qualifed static field access doesn't initialize its class pinskia@physics.uc.edu
  2003-05-25  3:55 ` dhazeghi@yahoo.com
@ 2003-05-25  4:17 ` pinskia@physics.uc.edu
  2003-05-25 13:52 ` pinskia@physics.uc.edu
  3 siblings, 0 replies; 4+ messages in thread
From: pinskia@physics.uc.edu @ 2003-05-25  4:17 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=5179



------- Additional Comments From pinskia@physics.uc.edu  2003-05-25 04:14 -------
I cannot reproduce this on the mainline (20030524) on i686-pc-linux-gnu:
tin:~/src/gnu/gcctest>gcj --main=Qual2 Qual2.java 
tin:~/src/gnu/gcctest>./a.out 
1
1
tin:~/src/gnu/gcctest>gcj --main=Qual2 Qual2.java -O3
tin:~/src/gnu/gcctest>./a.out
1
1
tin:~/src/gnu/gcctest>gcj --main=Qual2 Qual2.java -O3 -C
gcj: cannot specify `main' class when not linking
tin:~/src/gnu/gcctest>gcj Qual2.java -O3 -C
tin:~/src/gnu/gcctest>gij Qual2
1
1
tin:~/src/gnu/gcctest>java Qual2
1
1
tin:~/src/gnu/gcctest>javac Qual2.java 
tin:~/src/gnu/gcctest>!gij
gij Qual2
1
1
tin:~/src/gnu/gcctest>gcj Qual2.class --main=Qual2 Bar.class 
tin:~/src/gnu/gcctest>./a.out 
1
1



------- 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] 4+ messages in thread

* [Bug java/5179] Qualifed static field access doesn't initialize its class
       [not found] <20011222160600.5179.bryce@waitaki.otago.ac.nz>
                   ` (2 preceding siblings ...)
  2003-05-25  4:17 ` pinskia@physics.uc.edu
@ 2003-05-25 13:52 ` pinskia@physics.uc.edu
  3 siblings, 0 replies; 4+ messages in thread
From: pinskia@physics.uc.edu @ 2003-05-25 13:52 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=5179


pinskia@physics.uc.edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2003-05-25 13:50:18
               date|                            |
   Target Milestone|---                         |3.3.1


------- Additional Comments From pinskia@physics.uc.edu  2003-05-25 13:50 -------
This is fixed for 3.4 as noted above by me.



------- 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] 4+ messages in thread

end of thread, other threads:[~2003-05-25 13:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20011222160600.5179.bryce@waitaki.otago.ac.nz>
2003-05-24 19:38 ` [Bug java/5179] Qualifed static field access doesn't initialize its class pinskia@physics.uc.edu
2003-05-25  3:55 ` dhazeghi@yahoo.com
2003-05-25  4:17 ` pinskia@physics.uc.edu
2003-05-25 13:52 ` pinskia@physics.uc.edu

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).