public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug java/21856] null pointer check elimination
       [not found] <bug-21856-8172@http.gcc.gnu.org/bugzilla/>
@ 2013-10-11 11:48 ` glisse at gcc dot gnu.org
  0 siblings, 0 replies; 6+ messages in thread
From: glisse at gcc dot gnu.org @ 2013-10-11 11:48 UTC (permalink / raw)
  To: java-prs

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

Bug 21856 depends on bug 20318, which changed state.

Bug 20318 Summary: RFE: add attribute to specify that a function never returns NULL
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20318

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED


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

* [Bug java/21856] null pointer check elimination
       [not found] <bug-21856-360@http.gcc.gnu.org/bugzilla/>
  2005-11-12 20:08 ` pinskia at gcc dot gnu dot org
  2005-11-12 20:09 ` pinskia at gcc dot gnu dot org
@ 2006-01-09 18:34 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-01-09 18:34 UTC (permalink / raw)
  To: java-prs



------- Comment #4 from pinskia at gcc dot gnu dot org  2006-01-09 18:34 -------
No longer working on this, I am too busy working on the gfortran front-end.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|pinskia at gcc dot gnu dot  |unassigned at gcc dot gnu
                   |org                         |dot org
             Status|ASSIGNED                    |NEW


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


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

* [Bug java/21856] null pointer check elimination
       [not found] <bug-21856-360@http.gcc.gnu.org/bugzilla/>
  2005-11-12 20:08 ` pinskia at gcc dot gnu dot org
@ 2005-11-12 20:09 ` pinskia at gcc dot gnu dot org
  2006-01-09 18:34 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-11-12 20:09 UTC (permalink / raw)
  To: java-prs



------- Comment #3 from pinskia at gcc dot gnu dot org  2005-11-12 20:09 -------
*** Bug 24242 has been marked as a duplicate of this bug. ***


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |daney at gcc dot gnu dot org


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


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

* [Bug java/21856] null pointer check elimination
       [not found] <bug-21856-360@http.gcc.gnu.org/bugzilla/>
@ 2005-11-12 20:08 ` pinskia at gcc dot gnu dot org
  2005-11-12 20:09 ` pinskia at gcc dot gnu dot org
  2006-01-09 18:34 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-11-12 20:08 UTC (permalink / raw)
  To: java-prs



------- Comment #2 from pinskia at gcc dot gnu dot org  2005-11-12 20:08 -------
Mine.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|dnovillo at gcc dot gnu dot |pinskia at gcc dot gnu dot
                   |org                         |org


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


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

* [Bug java/21856] null pointer check elimination
  2005-06-01  1:58 [Bug java/21856] New: " tromey at gcc dot gnu dot org
  2005-06-01 20:29 ` [Bug java/21856] " pinskia at gcc dot gnu dot org
@ 2005-06-03 14:08 ` dnovillo at gcc dot gnu dot org
  1 sibling, 0 replies; 6+ messages in thread
From: dnovillo at gcc dot gnu dot org @ 2005-06-03 14:08 UTC (permalink / raw)
  To: java-prs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|dnovillo at redhat dot com  |dnovillo at gcc dot gnu dot
                   |                            |org
             Status|NEW                         |ASSIGNED


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


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

* [Bug java/21856] null pointer check elimination
  2005-06-01  1:58 [Bug java/21856] New: " tromey at gcc dot gnu dot org
@ 2005-06-01 20:29 ` pinskia at gcc dot gnu dot org
  2005-06-03 14:08 ` dnovillo at gcc dot gnu dot org
  1 sibling, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-06-01 20:29 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-06-01 20:29 -------
Confirmed, see PR 20318 for information about an attribute which we should be adding soon.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |20318
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-06-01 20:29:40
               date|                            |


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


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

end of thread, other threads:[~2013-10-11 11:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-21856-8172@http.gcc.gnu.org/bugzilla/>
2013-10-11 11:48 ` [Bug java/21856] null pointer check elimination glisse at gcc dot gnu.org
     [not found] <bug-21856-360@http.gcc.gnu.org/bugzilla/>
2005-11-12 20:08 ` pinskia at gcc dot gnu dot org
2005-11-12 20:09 ` pinskia at gcc dot gnu dot org
2006-01-09 18:34 ` pinskia at gcc dot gnu dot org
2005-06-01  1:58 [Bug java/21856] New: " tromey at gcc dot gnu dot org
2005-06-01 20:29 ` [Bug java/21856] " pinskia at gcc dot gnu dot org
2005-06-03 14:08 ` dnovillo 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).