public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/15957] Error in array assignments; 'shape'-related stuff
       [not found] <20040612125428.15957.Mart.Rentmeester@nn-online.org>
@ 2004-09-20 17:05 ` tobi at gcc dot gnu dot org
  2004-09-20 17:22 ` cvs-commit at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: tobi at gcc dot gnu dot org @ 2004-09-20 17:05 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From tobi at gcc dot gnu dot org  2004-09-20 17:05 -------
Patch here: http://gcc.gnu.org/ml/fortran/2004-09/msg00181.html
Already ok'ed, will commit in a minute.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |patch


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


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

* [Bug fortran/15957] Error in array assignments; 'shape'-related stuff
       [not found] <20040612125428.15957.Mart.Rentmeester@nn-online.org>
  2004-09-20 17:05 ` [Bug fortran/15957] Error in array assignments; 'shape'-related stuff tobi at gcc dot gnu dot org
@ 2004-09-20 17:22 ` cvs-commit at gcc dot gnu dot org
  2004-09-20 17:23 ` tobi at gcc dot gnu dot org
  2004-09-20 17:30 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-09-20 17:22 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-09-20 17:22 -------
Subject: Bug 15957

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	tobi@gcc.gnu.org	2004-09-20 17:22:50

Modified files:
	gcc/testsuite  : ChangeLog 
	gcc/fortran    : ChangeLog simplify.c 
Added files:
	gcc/testsuite/gfortran.dg: pr15957.f90 

Log message:
	fortran/
	PR fortran/15957
	* simplify.c (gfc_simplify_reshape): Set shape of return value
	correctly.
	
	testsuite/
	PR fortran/15957
	* gfortran.dg/pr15957.f90: New test.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&r1=1.4320&r2=1.4321
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gfortran.dg/pr15957.f90.diff?cvsroot=gcc&r1=NONE&r2=1.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/ChangeLog.diff?cvsroot=gcc&r1=1.210&r2=1.211
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/simplify.c.diff?cvsroot=gcc&r1=1.10&r2=1.11



-- 


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


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

* [Bug fortran/15957] Error in array assignments; 'shape'-related stuff
       [not found] <20040612125428.15957.Mart.Rentmeester@nn-online.org>
  2004-09-20 17:05 ` [Bug fortran/15957] Error in array assignments; 'shape'-related stuff tobi at gcc dot gnu dot org
  2004-09-20 17:22 ` cvs-commit at gcc dot gnu dot org
@ 2004-09-20 17:23 ` tobi at gcc dot gnu dot org
  2004-09-20 17:30 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: tobi at gcc dot gnu dot org @ 2004-09-20 17:23 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From tobi at gcc dot gnu dot org  2004-09-20 17:23 -------
Fixed.

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


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


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

* [Bug fortran/15957] Error in array assignments; 'shape'-related stuff
       [not found] <20040612125428.15957.Mart.Rentmeester@nn-online.org>
                   ` (2 preceding siblings ...)
  2004-09-20 17:23 ` tobi at gcc dot gnu dot org
@ 2004-09-20 17:30 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-09-20 17:30 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.0.0


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


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

* [Bug fortran/15957] Error in array assignments; 'shape'-related stuff
  2004-06-12 12:54 [Bug fortran/15957] New: " Mart dot Rentmeester at sci dot kun dot nl
@ 2004-06-12 13:20 ` pinskia at gcc dot gnu dot org
  0 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-06-12 13:20 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-06-12 13:19 -------
Confirmed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |rejects-valid
   Last reconfirmed|0000-00-00 00:00:00         |2004-06-12 13:19:59
               date|                            |


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


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

end of thread, other threads:[~2004-09-20 17:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20040612125428.15957.Mart.Rentmeester@nn-online.org>
2004-09-20 17:05 ` [Bug fortran/15957] Error in array assignments; 'shape'-related stuff tobi at gcc dot gnu dot org
2004-09-20 17:22 ` cvs-commit at gcc dot gnu dot org
2004-09-20 17:23 ` tobi at gcc dot gnu dot org
2004-09-20 17:30 ` pinskia at gcc dot gnu dot org
2004-06-12 12:54 [Bug fortran/15957] New: " Mart dot Rentmeester at sci dot kun dot nl
2004-06-12 13:20 ` [Bug fortran/15957] " pinskia 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).