public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug java/8626] warn for non-static references to static members
       [not found] <bug-8626-360@http.gcc.gnu.org/bugzilla/>
@ 2007-01-09 20:46 ` tromey at gcc dot gnu dot org
  0 siblings, 0 replies; 6+ messages in thread
From: tromey at gcc dot gnu dot org @ 2007-01-09 20:46 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from tromey at gcc dot gnu dot org  2007-01-09 20:44 -------
All gcj front end bugs have been fixed by the gcj-eclipse branch merge.
I'm mass-closing the affected PRs.
If you believe one of these was closed in error, please reopen it
with a note explaining why.
Thanks.


-- 

tromey at gcc dot gnu dot org changed:

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


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


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

* [Bug java/8626] warn for non-static references to static members
       [not found] <20021118131601.8626.tromey@gcc.gnu.org>
@ 2004-02-14 19:42 ` pinskia at gcc dot gnu dot org
  0 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-02-14 19:42 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |diagnostic
   Last reconfirmed|2003-11-15 20:48:43         |2004-02-14 19:42:56
               date|                            |


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


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

* [Bug java/8626] warn for non-static references to static members
       [not found] <20021118131601.8626.tromey@redhat.com>
  2003-05-25 23:13 ` pinskia@physics.uc.edu
  2003-06-17  1:41 ` tromey@redhat.com
@ 2003-06-30 14:14 ` pinskia at physics dot uc dot edu
  2 siblings, 0 replies; 6+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-06-30 14:14 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=8626


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-06-30 14:14:08
               date|                            |


------- Additional Comments From pinskia at physics dot uc dot edu  2003-06-30 14:14 -------
feedback received and I agree with Tom on this one.


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

* [Bug java/8626] warn for non-static references to static members
       [not found] <20021118131601.8626.tromey@redhat.com>
  2003-05-25 23:13 ` pinskia@physics.uc.edu
@ 2003-06-17  1:41 ` tromey@redhat.com
  2003-06-30 14:14 ` pinskia at physics dot uc dot edu
  2 siblings, 0 replies; 6+ messages in thread
From: tromey@redhat.com @ 2003-06-17  1:41 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=8626



------- Additional Comments From tromey@redhat.com  2003-06-17 01:41 -------
What this means is give a warning if you write,
eg:
   foo.bar()
where "bar" is a static method.
This is perfectly valid, but weird.
The eclipse compiler, and rightly so I think,
flags this as a warning.


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

* [Bug java/8626] warn for non-static references to static members
       [not found] <20021118131601.8626.tromey@redhat.com>
@ 2003-05-25 23:13 ` pinskia@physics.uc.edu
  2003-06-17  1:41 ` tromey@redhat.com
  2003-06-30 14:14 ` pinskia at physics dot uc dot edu
  2 siblings, 0 replies; 6+ messages in thread
From: pinskia@physics.uc.edu @ 2003-05-25 23:13 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=8626


pinskia@physics.uc.edu changed:

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





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

* [Bug java/8626] warn for non-static references to static members
@ 2003-05-22 17:20 aph@gcc.gnu.org
  0 siblings, 0 replies; 6+ messages in thread
From: aph@gcc.gnu.org @ 2003-05-22 17:20 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=8626



------- Additional Comments From aph@gcc.gnu.org  2003-05-22 17:16 -------
Why should anyone want such a warning?  Surely lots of code
references static objects in non-static contexts.



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

end of thread, other threads:[~2007-01-09 20:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-8626-360@http.gcc.gnu.org/bugzilla/>
2007-01-09 20:46 ` [Bug java/8626] warn for non-static references to static members tromey at gcc dot gnu dot org
     [not found] <20021118131601.8626.tromey@gcc.gnu.org>
2004-02-14 19:42 ` pinskia at gcc dot gnu dot org
     [not found] <20021118131601.8626.tromey@redhat.com>
2003-05-25 23:13 ` pinskia@physics.uc.edu
2003-06-17  1:41 ` tromey@redhat.com
2003-06-30 14:14 ` pinskia at physics dot uc dot edu
2003-05-22 17:20 aph@gcc.gnu.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).