public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/34741] Bounds-check of array-pointer == [ constructor ]
       [not found] <bug-34741-4@http.gcc.gnu.org/bugzilla/>
@ 2010-12-29 15:23 ` dfranke at gcc dot gnu.org
  0 siblings, 0 replies; 3+ messages in thread
From: dfranke at gcc dot gnu.org @ 2010-12-29 15:23 UTC (permalink / raw)
  To: gcc-bugs

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

Daniel Franke <dfranke at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |dfranke at gcc dot gnu.org
         Resolution|                            |DUPLICATE

--- Comment #2 from Daniel Franke <dfranke at gcc dot gnu.org> 2010-12-29 15:22:47 UTC ---
Same as the other.

*** This bug has been marked as a duplicate of bug 31059 ***


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

* [Bug fortran/34741] Bounds-check of array-pointer == [ constructor ]
  2008-01-11 14:57 [Bug fortran/34741] New: " burnus at gcc dot gnu dot org
  2008-01-12 18:09 ` [Bug fortran/34741] " burnus at gcc dot gnu dot org
@ 2009-03-29  8:22 ` fxcoudert at gcc dot gnu dot org
  1 sibling, 0 replies; 3+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2009-03-29  8:22 UTC (permalink / raw)
  To: gcc-bugs



-- 

fxcoudert at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |enhancement
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2009-03-29 08:22:39
               date|                            |


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


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

* [Bug fortran/34741] Bounds-check of array-pointer == [ constructor ]
  2008-01-11 14:57 [Bug fortran/34741] New: " burnus at gcc dot gnu dot org
@ 2008-01-12 18:09 ` burnus at gcc dot gnu dot org
  2009-03-29  8:22 ` fxcoudert at gcc dot gnu dot org
  1 sibling, 0 replies; 3+ messages in thread
From: burnus at gcc dot gnu dot org @ 2008-01-12 18:09 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from burnus at gcc dot gnu dot org  2008-01-12 18:01 -------
gfortran does only create a check for ptr itself and not for ptr <->
constructor; the created check looks (with some temporary variables added) as
follows:
  if (prt.lbound < ptr.lbound || ptr.lbound > ptr.ubound)

(It were be also great if this would not be written by gfortran as it is rather
useless; though the middle end will remove it using -O.)


-- 


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


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

end of thread, other threads:[~2010-12-29 15:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-34741-4@http.gcc.gnu.org/bugzilla/>
2010-12-29 15:23 ` [Bug fortran/34741] Bounds-check of array-pointer == [ constructor ] dfranke at gcc dot gnu.org
2008-01-11 14:57 [Bug fortran/34741] New: " burnus at gcc dot gnu dot org
2008-01-12 18:09 ` [Bug fortran/34741] " burnus at gcc dot gnu dot org
2009-03-29  8:22 ` fxcoudert 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).