public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/29800] -fbounds-check: For derived types, write not also compound name
       [not found] <bug-29800-4@http.gcc.gnu.org/bugzilla/>
@ 2013-06-26 10:43 ` burnus at gcc dot gnu.org
  2013-06-26 10:45 ` Joost.VandeVondele at mat dot ethz.ch
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 7+ messages in thread
From: burnus at gcc dot gnu.org @ 2013-06-26 10:43 UTC (permalink / raw)
  To: gcc-bugs

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

Tobias Burnus <burnus at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |Joost.VandeVondele at mat dot ethz
                   |                            |.ch

--- Comment #2 from Tobias Burnus <burnus at gcc dot gnu.org> ---
*** Bug 57721 has been marked as a duplicate of this bug. ***


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

* [Bug fortran/29800] -fbounds-check: For derived types, write not also compound name
       [not found] <bug-29800-4@http.gcc.gnu.org/bugzilla/>
  2013-06-26 10:43 ` [Bug fortran/29800] -fbounds-check: For derived types, write not also compound name burnus at gcc dot gnu.org
@ 2013-06-26 10:45 ` Joost.VandeVondele at mat dot ethz.ch
  2013-06-26 17:59 ` burnus at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 7+ messages in thread
From: Joost.VandeVondele at mat dot ethz.ch @ 2013-06-26 10:45 UTC (permalink / raw)
  To: gcc-bugs

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

Joost VandeVondele <Joost.VandeVondele at mat dot ethz.ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2007-02-16 16:08:18         |2013-06-26

--- Comment #3 from Joost VandeVondele <Joost.VandeVondele at mat dot ethz.ch> ---
still fails on trunk (4.9). Runable testcase in PR57721


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

* [Bug fortran/29800] -fbounds-check: For derived types, write not also compound name
       [not found] <bug-29800-4@http.gcc.gnu.org/bugzilla/>
  2013-06-26 10:43 ` [Bug fortran/29800] -fbounds-check: For derived types, write not also compound name burnus at gcc dot gnu.org
  2013-06-26 10:45 ` Joost.VandeVondele at mat dot ethz.ch
@ 2013-06-26 17:59 ` burnus at gcc dot gnu.org
  2013-06-26 18:00 ` burnus at gcc dot gnu.org
  2013-06-26 18:05 ` Joost.VandeVondele at mat dot ethz.ch
  4 siblings, 0 replies; 7+ messages in thread
From: burnus at gcc dot gnu.org @ 2013-06-26 17:59 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #5 from Tobias Burnus <burnus at gcc dot gnu.org> ---
Author: burnus
Date: Wed Jun 26 15:39:25 2013
New Revision: 200425

URL: http://gcc.gnu.org/viewcvs?rev=200425&root=gcc&view=rev
Log:
2013-06-26  Tobias Burnus  <burnus@net-b.de>

        PR fortran/29800
        * trans-array.c (gfc_conv_array_ref): Improve out-of-bounds
        diagnostic message.
        * trans-array.c (gfc_conv_array_ref): Update prototype.
        * trans-expr.c (gfc_conv_variable): Update call.

2013-06-26  Tobias Burnus  <burnus@net-b.de>

        PR fortran/29800
        * gfortran.dg/bounds_check_17.f90: New.


Added:
    trunk/gcc/testsuite/gfortran.dg/bounds_check_17.f90
Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/trans-array.c
    trunk/gcc/fortran/trans-array.h
    trunk/gcc/fortran/trans-expr.c
    trunk/gcc/testsuite/ChangeLog


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

* [Bug fortran/29800] -fbounds-check: For derived types, write not also compound name
       [not found] <bug-29800-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2013-06-26 17:59 ` burnus at gcc dot gnu.org
@ 2013-06-26 18:00 ` burnus at gcc dot gnu.org
  2013-06-26 18:05 ` Joost.VandeVondele at mat dot ethz.ch
  4 siblings, 0 replies; 7+ messages in thread
From: burnus at gcc dot gnu.org @ 2013-06-26 18:00 UTC (permalink / raw)
  To: gcc-bugs

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

Tobias Burnus <burnus at gcc dot gnu.org> changed:

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

--- Comment #6 from Tobias Burnus <burnus at gcc dot gnu.org> ---
(Finally) FIXED on the GCC 4.9 trunk.


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

* [Bug fortran/29800] -fbounds-check: For derived types, write not also compound name
       [not found] <bug-29800-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2013-06-26 18:00 ` burnus at gcc dot gnu.org
@ 2013-06-26 18:05 ` Joost.VandeVondele at mat dot ethz.ch
  4 siblings, 0 replies; 7+ messages in thread
From: Joost.VandeVondele at mat dot ethz.ch @ 2013-06-26 18:05 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #7 from Joost VandeVondele <Joost.VandeVondele at mat dot ethz.ch> ---
(In reply to Tobias Burnus from comment #6)
> (Finally) FIXED on the GCC 4.9 trunk.
Thanks!


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

* [Bug fortran/29800] -fbounds-check: For derived types, write not also compound name
  2006-11-10 22:57 [Bug fortran/29800] New: " burnus at gcc dot gnu dot org
  2007-01-22 21:32 ` [Bug fortran/29800] " fxcoudert at gcc dot gnu dot org
@ 2010-05-20 17:01 ` dfranke at gcc dot gnu dot org
  1 sibling, 0 replies; 7+ messages in thread
From: dfranke at gcc dot gnu dot org @ 2010-05-20 17:01 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from dfranke at gcc dot gnu dot org  2010-05-20 17:01 -------
A proper come-on-and-pick-up testcase would be nice ...


-- 

dfranke at gcc dot gnu dot org changed:

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


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


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

* [Bug fortran/29800] -fbounds-check: For derived types, write not also compound name
  2006-11-10 22:57 [Bug fortran/29800] New: " burnus at gcc dot gnu dot org
@ 2007-01-22 21:32 ` fxcoudert at gcc dot gnu dot org
  2010-05-20 17:01 ` dfranke at gcc dot gnu dot org
  1 sibling, 0 replies; 7+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2007-01-22 21:32 UTC (permalink / raw)
  To: gcc-bugs



-- 

fxcoudert at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2007-01-22 21:32:23
               date|                            |


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


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

end of thread, other threads:[~2013-06-26 18:05 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-29800-4@http.gcc.gnu.org/bugzilla/>
2013-06-26 10:43 ` [Bug fortran/29800] -fbounds-check: For derived types, write not also compound name burnus at gcc dot gnu.org
2013-06-26 10:45 ` Joost.VandeVondele at mat dot ethz.ch
2013-06-26 17:59 ` burnus at gcc dot gnu.org
2013-06-26 18:00 ` burnus at gcc dot gnu.org
2013-06-26 18:05 ` Joost.VandeVondele at mat dot ethz.ch
2006-11-10 22:57 [Bug fortran/29800] New: " burnus at gcc dot gnu dot org
2007-01-22 21:32 ` [Bug fortran/29800] " fxcoudert at gcc dot gnu dot org
2010-05-20 17:01 ` dfranke 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).