public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/13201] New: ICE in trans-types.c
@ 2003-11-26 16:03 schnetter at aei dot mpg dot de
  2003-11-26 16:04 ` [Bug fortran/13201] " schnetter at aei dot mpg dot de
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: schnetter at aei dot mpg dot de @ 2003-11-26 16:03 UTC (permalink / raw)
  To: gcc-bugs

When compiling the attached file, I receive the error message 
 
f951: ../../gcc-vanilla/gcc/fortran/trans-types.c:477: gfc_is_nodesc_array: 
Assertion `sym->as->type == AS_EXPLICIT' failed. 
/home/eschnett/Calpha/Cactus/configs/einstein-debug-gfortran/build/
TGRisolatedHorizon2D/ih2d_procs.f90: In function `distribute_var': 
 
/home/eschnett/Calpha/Cactus/configs/einstein-debug-gfortran/build/
TGRisolatedHorizon2D/ih2d_procs.f90:47: internal compiler error: Aborted 
Please submit a full bug report, 
with preprocessed source if appropriate. 
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

-- 
           Summary: ICE in trans-types.c
           Product: gcc
           Version: tree-ssa
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: schnetter at aei dot mpg dot de
                CC: gcc-bugs at gcc dot gnu dot org
  GCC host triplet: i686-pc-linux-gnu


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


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

* [Bug fortran/13201] ICE in trans-types.c
  2003-11-26 16:03 [Bug fortran/13201] New: ICE in trans-types.c schnetter at aei dot mpg dot de
@ 2003-11-26 16:04 ` schnetter at aei dot mpg dot de
  2003-11-26 16:10 ` [Bug fortran/13201] [gfortran] " pinskia at gcc dot gnu dot org
                   ` (14 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: schnetter at aei dot mpg dot de @ 2003-11-26 16:04 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From schnetter at aei dot mpg dot de  2003-11-26 16:04 -------
Created an attachment (id=5218)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=5218&action=view)
failing source code


-- 


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


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

* [Bug fortran/13201] [gfortran] ICE in trans-types.c
  2003-11-26 16:03 [Bug fortran/13201] New: ICE in trans-types.c schnetter at aei dot mpg dot de
  2003-11-26 16:04 ` [Bug fortran/13201] " schnetter at aei dot mpg dot de
@ 2003-11-26 16:10 ` pinskia at gcc dot gnu dot org
  2003-11-26 16:53 ` pbrook at gcc dot gnu dot org
                   ` (13 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-11-26 16:10 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|ICE in trans-types.c        |[gfortran] ICE in trans-
                   |                            |types.c
   Target Milestone|---                         |tree-ssa


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


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

* [Bug fortran/13201] [gfortran] ICE in trans-types.c
  2003-11-26 16:03 [Bug fortran/13201] New: ICE in trans-types.c schnetter at aei dot mpg dot de
  2003-11-26 16:04 ` [Bug fortran/13201] " schnetter at aei dot mpg dot de
  2003-11-26 16:10 ` [Bug fortran/13201] [gfortran] " pinskia at gcc dot gnu dot org
@ 2003-11-26 16:53 ` pbrook at gcc dot gnu dot org
  2003-12-01  5:01 ` pinskia at gcc dot gnu dot org
                   ` (12 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: pbrook at gcc dot gnu dot org @ 2003-11-26 16:53 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pbrook at gcc dot gnu dot org  2003-11-26 16:53 -------
Minimal testcase: 
 
program test 
  integer, parameter :: zeros(:) = (/ 0, 0 /) 
 
  call mysub (zeros) 
end program 
 

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2003-11-26 16:53:45
               date|                            |


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


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

* [Bug fortran/13201] [gfortran] ICE in trans-types.c
  2003-11-26 16:03 [Bug fortran/13201] New: ICE in trans-types.c schnetter at aei dot mpg dot de
                   ` (2 preceding siblings ...)
  2003-11-26 16:53 ` pbrook at gcc dot gnu dot org
@ 2003-12-01  5:01 ` pinskia at gcc dot gnu dot org
  2004-05-17  2:35 ` tobi at gcc dot gnu dot org
                   ` (11 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-12-01  5:01 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-on-valid-code
   Last reconfirmed|2003-11-26 16:53:45         |2003-12-01 05:01:27
               date|                            |


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


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

* [Bug fortran/13201] [gfortran] ICE in trans-types.c
  2003-11-26 16:03 [Bug fortran/13201] New: ICE in trans-types.c schnetter at aei dot mpg dot de
                   ` (3 preceding siblings ...)
  2003-12-01  5:01 ` pinskia at gcc dot gnu dot org
@ 2004-05-17  2:35 ` tobi at gcc dot gnu dot org
  2004-05-17  2:56 ` schnetter at aei dot mpg dot de
                   ` (10 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: tobi at gcc dot gnu dot org @ 2004-05-17  2:35 UTC (permalink / raw)
  To: gcc-bugs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 994 bytes --]


------- Additional Comments From tobi at gcc dot gnu dot org  2004-05-16 18:42 -------
[tobi@marktplatz tests]$ gfortran pr13201.f90
 In file pr13201.f90:2
 
  integer, parameter :: zeros(:) = (/ 0, 0 /)
                                            1
Error: Array 'zeros' at (1) cannot have initializer
[tobi@marktplatz tests]$
The behavior of the longer testcase changed in a similar fashion, it now
generates error messages like the one above. This is with GNU Fortran 95 (GCC
3.5.0 20040515 (experimental))

Could you please close this, if this is invalid code (I believe it is, but I'm
not sure), or change this to rejects-valid if it is indeed valid. Dankeschön. 

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tobi at gcc dot gnu dot org
             Status|NEW                         |WAITING


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


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

* [Bug fortran/13201] [gfortran] ICE in trans-types.c
  2003-11-26 16:03 [Bug fortran/13201] New: ICE in trans-types.c schnetter at aei dot mpg dot de
                   ` (4 preceding siblings ...)
  2004-05-17  2:35 ` tobi at gcc dot gnu dot org
@ 2004-05-17  2:56 ` schnetter at aei dot mpg dot de
  2004-05-26 11:46 ` pinskia at gcc dot gnu dot org
                   ` (9 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: schnetter at aei dot mpg dot de @ 2004-05-17  2:56 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From schnetter at aei dot mpg dot de  2004-05-16 19:03 -------
The code in question is, I believe, indeed illegal, because apparently 
parameter arrays cannot have a deferred shape.  (This is what Intel 8 
reports.)  Instead, the shape needs to be given explicitly. 
 
In view of this, the error message should be different, because it is 
confusing.  Parameter arrays can (and must) be initialised. 
 

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |NEW


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


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

* [Bug fortran/13201] [gfortran] ICE in trans-types.c
  2003-11-26 16:03 [Bug fortran/13201] New: ICE in trans-types.c schnetter at aei dot mpg dot de
                   ` (5 preceding siblings ...)
  2004-05-17  2:56 ` schnetter at aei dot mpg dot de
@ 2004-05-26 11:46 ` pinskia at gcc dot gnu dot org
  2004-06-08 22:43 ` [Bug fortran/13201] [gfortran] ICE on nonconstant PARAMETER variables pbrook at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-05-26 11:46 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.5.0                       |---


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


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

* [Bug fortran/13201] [gfortran] ICE on nonconstant PARAMETER variables
  2003-11-26 16:03 [Bug fortran/13201] New: ICE in trans-types.c schnetter at aei dot mpg dot de
                   ` (6 preceding siblings ...)
  2004-05-26 11:46 ` pinskia at gcc dot gnu dot org
@ 2004-06-08 22:43 ` pbrook at gcc dot gnu dot org
  2004-06-09 12:35 ` cvs-commit at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: pbrook at gcc dot gnu dot org @ 2004-06-08 22:43 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pbrook at gcc dot gnu dot org  2004-06-08 22:43 -------
We also need to reject automatic parameter variables, eg. 
subroutine foo(n) 
  integer n 
  integer, parameter :: a(n) = 0 
 
  call bar(a) 
end soubroutine 
 

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[gfortran] ICE in trans-    |[gfortran] ICE on
                   |types.c                     |nonconstant PARAMETER
                   |                            |variables


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


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

* [Bug fortran/13201] [gfortran] ICE on nonconstant PARAMETER variables
  2003-11-26 16:03 [Bug fortran/13201] New: ICE in trans-types.c schnetter at aei dot mpg dot de
                   ` (7 preceding siblings ...)
  2004-06-08 22:43 ` [Bug fortran/13201] [gfortran] ICE on nonconstant PARAMETER variables pbrook at gcc dot gnu dot org
@ 2004-06-09 12:35 ` cvs-commit at gcc dot gnu dot org
  2004-06-09 12:47 ` tobi at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-06-09 12:35 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-06-09 12:35 -------
Subject: Bug 13201

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	tobi@gcc.gnu.org	2004-06-09 12:35:40

Modified files:
	gcc/fortran    : ChangeLog resolve.c 

Log message:
	PR fortran/13201
	* resolve.c (resolve_symbol): Verify that parameter array has an
	explicit shape. Fix typos and coding style issues in surrounding
	lines.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/ChangeLog.diff?cvsroot=gcc&r1=1.62&r2=1.63
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/resolve.c.diff?cvsroot=gcc&r1=1.4&r2=1.5



-- 


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


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

* [Bug fortran/13201] [gfortran] ICE on nonconstant PARAMETER variables
  2003-11-26 16:03 [Bug fortran/13201] New: ICE in trans-types.c schnetter at aei dot mpg dot de
                   ` (8 preceding siblings ...)
  2004-06-09 12:35 ` cvs-commit at gcc dot gnu dot org
@ 2004-06-09 12:47 ` tobi at gcc dot gnu dot org
  2004-06-09 13:19 ` [Bug fortran/13201] [gfortran] PARAMETER variables of nonconstant shape are accepted tobi at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: tobi at gcc dot gnu dot org @ 2004-06-09 12:47 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From tobi at gcc dot gnu dot org  2004-06-09 12:47 -------
With the checkin, it remains the issue Paul pointed to in comment #8. Your bug's
fixed, Erik.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|diagnostic, ice-on-invalid- |accepts-invalid
                   |code, patch                 |


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


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

* [Bug fortran/13201] [gfortran] PARAMETER variables of nonconstant shape are accepted
  2003-11-26 16:03 [Bug fortran/13201] New: ICE in trans-types.c schnetter at aei dot mpg dot de
                   ` (9 preceding siblings ...)
  2004-06-09 12:47 ` tobi at gcc dot gnu dot org
@ 2004-06-09 13:19 ` tobi at gcc dot gnu dot org
  2004-07-09 20:31 ` [Bug fortran/13201] " tobi at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: tobi at gcc dot gnu dot org @ 2004-06-09 13:19 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From tobi at gcc dot gnu dot org  2004-06-09 13:19 -------
Fixed Summary to reflect the remaining issue.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[gfortran] ICE on           |[gfortran] PARAMETER
                   |nonconstant PARAMETER       |variables of nonconstant
                   |variables                   |shape are accepted


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


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

* [Bug fortran/13201] PARAMETER variables of nonconstant shape are accepted
  2003-11-26 16:03 [Bug fortran/13201] New: ICE in trans-types.c schnetter at aei dot mpg dot de
                   ` (10 preceding siblings ...)
  2004-06-09 13:19 ` [Bug fortran/13201] [gfortran] PARAMETER variables of nonconstant shape are accepted tobi at gcc dot gnu dot org
@ 2004-07-09 20:31 ` tobi at gcc dot gnu dot org
  2004-07-09 21:20 ` cvs-commit at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: tobi at gcc dot gnu dot org @ 2004-07-09 20:31 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From tobi at gcc dot gnu dot org  2004-07-09 20:31 -------
Patch here: http://gcc.gnu.org/ml/gcc-patches/2004-07/msg00993.html

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


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


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

* [Bug fortran/13201] PARAMETER variables of nonconstant shape are accepted
  2003-11-26 16:03 [Bug fortran/13201] New: ICE in trans-types.c schnetter at aei dot mpg dot de
                   ` (11 preceding siblings ...)
  2004-07-09 20:31 ` [Bug fortran/13201] " tobi at gcc dot gnu dot org
@ 2004-07-09 21:20 ` cvs-commit at gcc dot gnu dot org
  2004-07-09 21:22 ` tobi at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-07-09 21:20 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-07-09 21:20 -------
Subject: Bug 13201

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

Modified files:
	gcc/fortran    : ChangeLog gfortran.h array.c resolve.c 

Log message:
	PR fortran/13201
	* resolve.c (resolve_symbol): Verify that the shape of a
	parameter array is not only explicit, but also constant.
	* array.c (gfc_is_compile_time_shape): New function.
	* gfortran.h (gfc_is_compile_time_shape): Add prototype.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/ChangeLog.diff?cvsroot=gcc&r1=1.104&r2=1.105
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/gfortran.h.diff?cvsroot=gcc&r1=1.17&r2=1.18
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/array.c.diff?cvsroot=gcc&r1=1.5&r2=1.6
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/resolve.c.diff?cvsroot=gcc&r1=1.9&r2=1.10



-- 


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


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

* [Bug fortran/13201] PARAMETER variables of nonconstant shape are accepted
  2003-11-26 16:03 [Bug fortran/13201] New: ICE in trans-types.c schnetter at aei dot mpg dot de
                   ` (12 preceding siblings ...)
  2004-07-09 21:20 ` cvs-commit at gcc dot gnu dot org
@ 2004-07-09 21:22 ` tobi at gcc dot gnu dot org
  2004-07-09 21:33 ` cvs-commit at gcc dot gnu dot org
  2004-07-10  0:24 ` pinskia at gcc dot gnu dot org
  15 siblings, 0 replies; 17+ messages in thread
From: tobi at gcc dot gnu dot org @ 2004-07-09 21:22 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From tobi at gcc dot gnu dot org  2004-07-09 21:22 -------
Fixed.

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


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


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

* [Bug fortran/13201] PARAMETER variables of nonconstant shape are accepted
  2003-11-26 16:03 [Bug fortran/13201] New: ICE in trans-types.c schnetter at aei dot mpg dot de
                   ` (13 preceding siblings ...)
  2004-07-09 21:22 ` tobi at gcc dot gnu dot org
@ 2004-07-09 21:33 ` cvs-commit at gcc dot gnu dot org
  2004-07-10  0:24 ` pinskia at gcc dot gnu dot org
  15 siblings, 0 replies; 17+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-07-09 21:33 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-07-09 21:33 -------
Subject: Bug 13201

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	tobi@gcc.gnu.org	2004-07-09 21:32:58

Modified files:
	gcc/testsuite  : ChangeLog 
Added files:
	gcc/testsuite/gfortran.dg: shape_1.f90 

Log message:
	PR fortran/13201
	* gfortran.dg/shape_1.f90: New test.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&r1=1.3971&r2=1.3972
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gfortran.dg/shape_1.f90.diff?cvsroot=gcc&r1=NONE&r2=1.1



-- 


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


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

* [Bug fortran/13201] PARAMETER variables of nonconstant shape are accepted
  2003-11-26 16:03 [Bug fortran/13201] New: ICE in trans-types.c schnetter at aei dot mpg dot de
                   ` (14 preceding siblings ...)
  2004-07-09 21:33 ` cvs-commit at gcc dot gnu dot org
@ 2004-07-10  0:24 ` pinskia at gcc dot gnu dot org
  15 siblings, 0 replies; 17+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-07-10  0:24 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |3.5.0


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


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

end of thread, other threads:[~2004-07-10  0:24 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-11-26 16:03 [Bug fortran/13201] New: ICE in trans-types.c schnetter at aei dot mpg dot de
2003-11-26 16:04 ` [Bug fortran/13201] " schnetter at aei dot mpg dot de
2003-11-26 16:10 ` [Bug fortran/13201] [gfortran] " pinskia at gcc dot gnu dot org
2003-11-26 16:53 ` pbrook at gcc dot gnu dot org
2003-12-01  5:01 ` pinskia at gcc dot gnu dot org
2004-05-17  2:35 ` tobi at gcc dot gnu dot org
2004-05-17  2:56 ` schnetter at aei dot mpg dot de
2004-05-26 11:46 ` pinskia at gcc dot gnu dot org
2004-06-08 22:43 ` [Bug fortran/13201] [gfortran] ICE on nonconstant PARAMETER variables pbrook at gcc dot gnu dot org
2004-06-09 12:35 ` cvs-commit at gcc dot gnu dot org
2004-06-09 12:47 ` tobi at gcc dot gnu dot org
2004-06-09 13:19 ` [Bug fortran/13201] [gfortran] PARAMETER variables of nonconstant shape are accepted tobi at gcc dot gnu dot org
2004-07-09 20:31 ` [Bug fortran/13201] " tobi at gcc dot gnu dot org
2004-07-09 21:20 ` cvs-commit at gcc dot gnu dot org
2004-07-09 21:22 ` tobi at gcc dot gnu dot org
2004-07-09 21:33 ` cvs-commit at gcc dot gnu dot org
2004-07-10  0:24 ` 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).