public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/13372] New: [gfortran] ICE in trans-types.c (gfc_typenode_for_spec), see #13201
@ 2003-12-10  9:49 c dot lemmen at fz-juelich dot de
  2003-12-10  9:51 ` [Bug fortran/13372] " c dot lemmen at fz-juelich dot de
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: c dot lemmen at fz-juelich dot de @ 2003-12-10  9:49 UTC (permalink / raw)
  To: gcc-bugs

ice-on-valid-code



GCC configuration:
  /gcc/configure --enable-languages=c,f95 --enable-threads=posix             
--disable-libmudflap

Thread model: posix

gcc version 3.5-tree-ssa 20031127 (merged 20031123)
 /usr/local/libexec/gcc/powerpc-apple-darwin7.0.0/3.5-tree-ssa/f951 


typeSizes.f90 -fPIC -quiet -dumpbase typeSizes.f90 -auxbase typeSizes -version
-o typeSizes.s


GNU F95 version 3.5-tree-ssa 20031127 (merged 20031123) (powerpc-apple-darwin7.0.0)
        compiled by GNU C version 3.5-tree-ssa 20031127 (merged 20031123).
GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096
typeSizes.f90:0: internal compiler error: in gfc_typenode_for_spec, at
fortran/trans-types.c:307

-- 
           Summary: [gfortran] ICE in trans-types.c (gfc_typenode_for_spec),
                    see #13201
           Product: gcc
           Version: tree-ssa
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: c dot lemmen at fz-juelich dot de
                CC: gcc-bugs at gcc dot gnu dot org,schnetter at aei dot mpg
                    dot de
  GCC host triplet: ppc-apple-darwin7.0.0


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


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

* [Bug fortran/13372] [gfortran] ICE in trans-types.c (gfc_typenode_for_spec), see #13201
  2003-12-10  9:49 [Bug fortran/13372] New: [gfortran] ICE in trans-types.c (gfc_typenode_for_spec), see #13201 c dot lemmen at fz-juelich dot de
@ 2003-12-10  9:51 ` c dot lemmen at fz-juelich dot de
  2003-12-10 15:08 ` pinskia at gcc dot gnu dot org
                   ` (13 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: c dot lemmen at fz-juelich dot de @ 2003-12-10  9:51 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From c dot lemmen at fz-juelich dot de  2003-12-10 09:51 -------
Created an attachment (id=5308)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=5308&action=view)
Testcase from Unidata's netCDF distro, produces ice


-- 


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


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

* [Bug fortran/13372] [gfortran] ICE in trans-types.c (gfc_typenode_for_spec), see #13201
  2003-12-10  9:49 [Bug fortran/13372] New: [gfortran] ICE in trans-types.c (gfc_typenode_for_spec), see #13201 c dot lemmen at fz-juelich dot de
  2003-12-10  9:51 ` [Bug fortran/13372] " c dot lemmen at fz-juelich dot de
@ 2003-12-10 15:08 ` pinskia at gcc dot gnu dot org
  2003-12-10 17:53 ` pinskia at gcc dot gnu dot org
                   ` (12 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-12-10 15:08 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-on-valid-code
   Target Milestone|---                         |tree-ssa


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


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

* [Bug fortran/13372] [gfortran] ICE in trans-types.c (gfc_typenode_for_spec), see #13201
  2003-12-10  9:49 [Bug fortran/13372] New: [gfortran] ICE in trans-types.c (gfc_typenode_for_spec), see #13201 c dot lemmen at fz-juelich dot de
  2003-12-10  9:51 ` [Bug fortran/13372] " c dot lemmen at fz-juelich dot de
  2003-12-10 15:08 ` pinskia at gcc dot gnu dot org
@ 2003-12-10 17:53 ` pinskia at gcc dot gnu dot org
  2004-04-27  4:55 ` pinskia at gcc dot gnu dot org
                   ` (11 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-12-10 17:53 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-12-10 17:53 -------
Confirmed.
Related to bug 13010 and 11840.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2003-12-10 17:53:03
               date|                            |


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


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

* [Bug fortran/13372] [gfortran] ICE in trans-types.c (gfc_typenode_for_spec), see #13201
  2003-12-10  9:49 [Bug fortran/13372] New: [gfortran] ICE in trans-types.c (gfc_typenode_for_spec), see #13201 c dot lemmen at fz-juelich dot de
                   ` (2 preceding siblings ...)
  2003-12-10 17:53 ` pinskia at gcc dot gnu dot org
@ 2004-04-27  4:55 ` pinskia at gcc dot gnu dot org
  2004-04-27  8:52 ` c dot lemmen at fz-juelich dot de
                   ` (10 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-04-27  4:55 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-04-27 04:06 -------
Reduced testcase:

module typeSizes
implicit none
  integer, parameter :: FourByteReal = selected_real_kind(P =  6, R =  37)
end module typeSizes


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2004-01-25 17:59:17         |2004-04-27 04:06:31
               date|                            |


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


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

* [Bug fortran/13372] [gfortran] ICE in trans-types.c (gfc_typenode_for_spec), see #13201
  2003-12-10  9:49 [Bug fortran/13372] New: [gfortran] ICE in trans-types.c (gfc_typenode_for_spec), see #13201 c dot lemmen at fz-juelich dot de
                   ` (3 preceding siblings ...)
  2004-04-27  4:55 ` pinskia at gcc dot gnu dot org
@ 2004-04-27  8:52 ` c dot lemmen at fz-juelich dot de
  2004-05-17  2:39 ` tobi at gcc dot gnu dot org
                   ` (9 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: c dot lemmen at fz-juelich dot de @ 2004-04-27  8:52 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From c dot lemmen at fz-juelich dot de  2004-04-27 07:24 -------
Leaving out the parameter keys P= and R= provides a workaround

module typeSizes
implicit none
  integer, parameter :: FourByteReal = selected_real_kind(     6,      37) ! works
! integer, parameter :: FourByteReal = selected_real_kind(P =  6, R =  37) !
produces ICE
end module typeSizes

-- 


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


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

* [Bug fortran/13372] [gfortran] ICE in trans-types.c (gfc_typenode_for_spec), see #13201
  2003-12-10  9:49 [Bug fortran/13372] New: [gfortran] ICE in trans-types.c (gfc_typenode_for_spec), see #13201 c dot lemmen at fz-juelich dot de
                   ` (4 preceding siblings ...)
  2004-04-27  8:52 ` c dot lemmen at fz-juelich dot de
@ 2004-05-17  2:39 ` tobi at gcc dot gnu dot org
  2004-05-17  9:28 ` tobi at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: tobi at gcc dot gnu dot org @ 2004-05-17  2:39 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From tobi at gcc dot gnu dot org  2004-05-16 18:59 -------
Related to PR 13575 (see the explanation in comment #6 of that bug)

-- 


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


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

* [Bug fortran/13372] [gfortran] ICE in trans-types.c (gfc_typenode_for_spec), see #13201
  2003-12-10  9:49 [Bug fortran/13372] New: [gfortran] ICE in trans-types.c (gfc_typenode_for_spec), see #13201 c dot lemmen at fz-juelich dot de
                   ` (5 preceding siblings ...)
  2004-05-17  2:39 ` tobi at gcc dot gnu dot org
@ 2004-05-17  9:28 ` tobi at gcc dot gnu dot org
  2004-05-26 11:48 ` pinskia at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: tobi at gcc dot gnu dot org @ 2004-05-17  9:28 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |15481


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


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

* [Bug fortran/13372] [gfortran] ICE in trans-types.c (gfc_typenode_for_spec), see #13201
  2003-12-10  9:49 [Bug fortran/13372] New: [gfortran] ICE in trans-types.c (gfc_typenode_for_spec), see #13201 c dot lemmen at fz-juelich dot de
                   ` (6 preceding siblings ...)
  2004-05-17  9:28 ` tobi at gcc dot gnu dot org
@ 2004-05-26 11:48 ` pinskia at gcc dot gnu dot org
  2004-06-02 15:21 ` tobi at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-05-26 11:48 UTC (permalink / raw)
  To: gcc-bugs



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


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


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

* [Bug fortran/13372] [gfortran] ICE in trans-types.c (gfc_typenode_for_spec), see #13201
  2003-12-10  9:49 [Bug fortran/13372] New: [gfortran] ICE in trans-types.c (gfc_typenode_for_spec), see #13201 c dot lemmen at fz-juelich dot de
                   ` (7 preceding siblings ...)
  2004-05-26 11:48 ` pinskia at gcc dot gnu dot org
@ 2004-06-02 15:21 ` tobi at gcc dot gnu dot org
  2004-06-09 12:56 ` cvs-commit at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: tobi at gcc dot gnu dot org @ 2004-06-02 15:21 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From tobi at gcc dot gnu dot org  2004-06-02 15:20 -------
Workaround here: http://gcc.gnu.org/ml/fortran/2004-06/msg00007.html

-- 


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


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

* [Bug fortran/13372] [gfortran] ICE in trans-types.c (gfc_typenode_for_spec), see #13201
  2003-12-10  9:49 [Bug fortran/13372] New: [gfortran] ICE in trans-types.c (gfc_typenode_for_spec), see #13201 c dot lemmen at fz-juelich dot de
                   ` (8 preceding siblings ...)
  2004-06-02 15:21 ` tobi at gcc dot gnu dot org
@ 2004-06-09 12:56 ` cvs-commit at gcc dot gnu dot org
  2004-06-09 12:57 ` tobi at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-06-09 12:56 UTC (permalink / raw)
  To: gcc-bugs


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

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

Modified files:
	gcc/fortran    : ChangeLog module.c trans-decl.c 
	gcc/testsuite  : ChangeLog 
Added files:
	gcc/testsuite/gfortran.fortran-torture/compile: named_args_2.f90 

Log message:
	fortran/
	PR fortran/13372
	* module.c (write_symbol, write_symtree): Don't write symbols
	wrongly added to namespace.
	* trans-decl.c (gfc_create_module_variable): Don't create a
	backend decl for a symbol incorrectly added to namespace.
	
	testsuite/
	PR fortran/13372
	* gfortran.fortran-torture/compile/named_args_2.f90: New test.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/ChangeLog.diff?cvsroot=gcc&r1=1.63&r2=1.64
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/module.c.diff?cvsroot=gcc&r1=1.5&r2=1.6
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/trans-decl.c.diff?cvsroot=gcc&r1=1.10&r2=1.11
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&r1=1.3830&r2=1.3831
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gfortran.fortran-torture/compile/named_args_2.f90.diff?cvsroot=gcc&r1=NONE&r2=1.1



-- 


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


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

* [Bug fortran/13372] [gfortran] ICE in trans-types.c (gfc_typenode_for_spec), see #13201
  2003-12-10  9:49 [Bug fortran/13372] New: [gfortran] ICE in trans-types.c (gfc_typenode_for_spec), see #13201 c dot lemmen at fz-juelich dot de
                   ` (9 preceding siblings ...)
  2004-06-09 12:56 ` cvs-commit at gcc dot gnu dot org
@ 2004-06-09 12:57 ` tobi at gcc dot gnu dot org
  2004-07-09 14:54 ` [Bug fortran/13372] " cvs-commit at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: tobi at gcc dot gnu dot org @ 2004-06-09 12:57 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From tobi at gcc dot gnu dot org  2004-06-09 12:57 -------
A workaround for this problem is now in place. See:
http://gcc.gnu.org/ml/fortran/2004-06/msg00007.html

The workaround should be removed once pr15481 is fixed.


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


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


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

* [Bug fortran/13372] ICE in trans-types.c (gfc_typenode_for_spec), see #13201
  2003-12-10  9:49 [Bug fortran/13372] New: [gfortran] ICE in trans-types.c (gfc_typenode_for_spec), see #13201 c dot lemmen at fz-juelich dot de
                   ` (10 preceding siblings ...)
  2004-06-09 12:57 ` tobi at gcc dot gnu dot org
@ 2004-07-09 14:54 ` cvs-commit at gcc dot gnu dot org
  2004-07-09 14:55 ` cvs-commit at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-07-09 14:54 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-07-09 14:54 -------
Subject: Bug 13372

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	tobi@gcc.gnu.org	2004-07-09 14:54:44

Modified files:
	gcc/fortran    : ChangeLog 

Log message:
	fortran/
	2004-07-09  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
	
	PR fortran/15481
	PR fortran/13372
	PR fortran/13575
	PR fortran/15978
	* module.c (write_symbol, write_symtree): Remove workaround.
	* primary.c (match_actual_arglist): Enhance comment.
	(gfc_match_rvalue): Handle function call with first argument
	a keyword argument correctly.
	* resolve.c (resolve_symbol): Change call to
	gfc_set_default_type to issue error if no implicit type
	can be found.
	* trans-decl.c (gfc_create_module_variable): Remove workaround.
	
	Add missing ChangeLog

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/ChangeLog.diff?cvsroot=gcc&r1=1.103&r2=1.104



-- 


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


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

* [Bug fortran/13372] ICE in trans-types.c (gfc_typenode_for_spec), see #13201
  2003-12-10  9:49 [Bug fortran/13372] New: [gfortran] ICE in trans-types.c (gfc_typenode_for_spec), see #13201 c dot lemmen at fz-juelich dot de
                   ` (11 preceding siblings ...)
  2004-07-09 14:54 ` [Bug fortran/13372] " cvs-commit at gcc dot gnu dot org
@ 2004-07-09 14:55 ` cvs-commit at gcc dot gnu dot org
  2004-07-09 14:56 ` tobi at gcc dot gnu dot org
  2004-07-10  0:45 ` pinskia at gcc dot gnu dot org
  14 siblings, 0 replies; 16+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-07-09 14:55 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-07-09 14:53 -------
Subject: Bug 13372

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	tobi@gcc.gnu.org	2004-07-09 14:53:45

Modified files:
	gcc/fortran    : module.c primary.c resolve.c trans-decl.c 
	gcc/testsuite  : ChangeLog 
Added files:
	gcc/testsuite/gfortran.fortran-torture/compile: implicit_2.f90 

Log message:
	fortran/
	2004-07-09  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
	
	PR fortran/15481
	PR fortran/13372
	PR fortran/13575
	PR fortran/15978
	* module.c (write_symbol, write_symtree): Remove workaround.
	* primary.c (match_actual_arglist): Enhance comment.
	(gfc_match_rvalue): Handle function call with first argument
	a keyword argument correctly.
	* resolve.c (resolve_symbol): Change call to
	gfc_set_default_type to issue error if no implicit type
	can be found.
	* trans-decl.c (gfc_create_module_variable): Remove workaround.
	
	testsuite/
	PR fortran/15481
	PR fortran/13372
	PR fortran/13575
	PR fortran/15978
	* gfortran.fortran-torture/compile/implicit_2.f90: New test.
	
	Also fixed David Billinghursts ChangeLog entry to use GMT

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/module.c.diff?cvsroot=gcc&r1=1.8&r2=1.9
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/primary.c.diff?cvsroot=gcc&r1=1.6&r2=1.7
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/resolve.c.diff?cvsroot=gcc&r1=1.8&r2=1.9
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/trans-decl.c.diff?cvsroot=gcc&r1=1.18&r2=1.19
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&r1=1.3964&r2=1.3965
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gfortran.fortran-torture/compile/implicit_2.f90.diff?cvsroot=gcc&r1=NONE&r2=1.1



-- 


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


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

* [Bug fortran/13372] ICE in trans-types.c (gfc_typenode_for_spec), see #13201
  2003-12-10  9:49 [Bug fortran/13372] New: [gfortran] ICE in trans-types.c (gfc_typenode_for_spec), see #13201 c dot lemmen at fz-juelich dot de
                   ` (12 preceding siblings ...)
  2004-07-09 14:55 ` cvs-commit at gcc dot gnu dot org
@ 2004-07-09 14:56 ` tobi at gcc dot gnu dot org
  2004-07-10  0:45 ` pinskia at gcc dot gnu dot org
  14 siblings, 0 replies; 16+ messages in thread
From: tobi at gcc dot gnu dot org @ 2004-07-09 14:56 UTC (permalink / raw)
  To: gcc-bugs



-- 
Bug 13372 depends on bug 15481, which changed state.

Bug 15481 Summary: [meta-bugs] frontend adds superfluous symbols to namespaces
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15481

           What    |Old Value                   |New Value
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

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


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

* [Bug fortran/13372] ICE in trans-types.c (gfc_typenode_for_spec), see #13201
  2003-12-10  9:49 [Bug fortran/13372] New: [gfortran] ICE in trans-types.c (gfc_typenode_for_spec), see #13201 c dot lemmen at fz-juelich dot de
                   ` (13 preceding siblings ...)
  2004-07-09 14:56 ` tobi at gcc dot gnu dot org
@ 2004-07-10  0:45 ` pinskia at gcc dot gnu dot org
  14 siblings, 0 replies; 16+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-07-10  0:45 UTC (permalink / raw)
  To: gcc-bugs



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


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


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

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

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-12-10  9:49 [Bug fortran/13372] New: [gfortran] ICE in trans-types.c (gfc_typenode_for_spec), see #13201 c dot lemmen at fz-juelich dot de
2003-12-10  9:51 ` [Bug fortran/13372] " c dot lemmen at fz-juelich dot de
2003-12-10 15:08 ` pinskia at gcc dot gnu dot org
2003-12-10 17:53 ` pinskia at gcc dot gnu dot org
2004-04-27  4:55 ` pinskia at gcc dot gnu dot org
2004-04-27  8:52 ` c dot lemmen at fz-juelich dot de
2004-05-17  2:39 ` tobi at gcc dot gnu dot org
2004-05-17  9:28 ` tobi at gcc dot gnu dot org
2004-05-26 11:48 ` pinskia at gcc dot gnu dot org
2004-06-02 15:21 ` tobi at gcc dot gnu dot org
2004-06-09 12:56 ` cvs-commit at gcc dot gnu dot org
2004-06-09 12:57 ` tobi at gcc dot gnu dot org
2004-07-09 14:54 ` [Bug fortran/13372] " cvs-commit at gcc dot gnu dot org
2004-07-09 14:55 ` cvs-commit at gcc dot gnu dot org
2004-07-09 14:56 ` tobi at gcc dot gnu dot org
2004-07-10  0:45 ` 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).