public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/13575] New: ICE for wrong code
@ 2004-01-05 23:16 schnetter at aei dot mpg dot de
  2004-01-05 23:35 ` [Bug fortran/13575] [gfortran] " pinskia at gcc dot gnu dot org
                   ` (16 more replies)
  0 siblings, 17 replies; 18+ messages in thread
From: schnetter at aei dot mpg dot de @ 2004-01-05 23:16 UTC (permalink / raw)
  To: gcc-bugs

The module 
 
      module AHFinder_dat 
      implicit none 
      save c0 
      end module AHFinder_dat 
 
leads to the error message 
 
$ ~/gcc-3.5-tree-ssa/bin/gfortran -x f95 -c bug.f 
bug.f:0: internal compiler error: in gfc_typenode_for_spec, at fortran/
trans-types.c:307 
Please submit a full bug report, 
with preprocessed source if appropriate. 
See <URL:http://gcc.gnu.org/bugs.html> for instructions. 
 
The code is in error because the variable c0 is not declared. 
 
 
 
$ ~/gcc-3.5-tree-ssa/bin/gfortran -v 
Reading specs from /home/eschnett/gcc-3.5-tree-ssa/lib/gcc/
i686-pc-linux-gnu/3.5-tree-ssa/specs 
Configured with: ../gcc/configure --prefix=/home/eschnett/gcc-3.5-tree-ssa 
--enable-languages=c,c++,java,fortran : (reconfigured) ../gcc/configure 
--prefix=/home/eschnett/gcc-3.5-tree-ssa --enable-languages=c,c++,f95 
Thread model: posix 
gcc version 3.5-tree-ssa 20040105 (merged 20040102)

-- 
           Summary: ICE for wrong code
           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 build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu


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


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

* [Bug fortran/13575] [gfortran] ICE for wrong code
  2004-01-05 23:16 [Bug fortran/13575] New: ICE for wrong code schnetter at aei dot mpg dot de
@ 2004-01-05 23:35 ` pinskia at gcc dot gnu dot org
  2004-01-05 23:51 ` pinskia at gcc dot gnu dot org
                   ` (15 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-01-05 23:35 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-on-valid-code
            Summary|ICE for wrong code          |[gfortran] ICE for wrong
                   |                            |code
   Target Milestone|---                         |tree-ssa


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


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

* [Bug fortran/13575] [gfortran] ICE for wrong code
  2004-01-05 23:16 [Bug fortran/13575] New: ICE for wrong code schnetter at aei dot mpg dot de
  2004-01-05 23:35 ` [Bug fortran/13575] [gfortran] " pinskia at gcc dot gnu dot org
@ 2004-01-05 23:51 ` pinskia at gcc dot gnu dot org
  2004-01-06 11:18 ` falk dot hueffner at student dot uni-tuebingen dot de
                   ` (14 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-01-05 23:51 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-01-05 23:51 -------
Confirmed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-01-05 23:51:29
               date|                            |


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


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

* [Bug fortran/13575] [gfortran] ICE for wrong code
  2004-01-05 23:16 [Bug fortran/13575] New: ICE for wrong code schnetter at aei dot mpg dot de
  2004-01-05 23:35 ` [Bug fortran/13575] [gfortran] " pinskia at gcc dot gnu dot org
  2004-01-05 23:51 ` pinskia at gcc dot gnu dot org
@ 2004-01-06 11:18 ` falk dot hueffner at student dot uni-tuebingen dot de
  2004-01-06 13:12 ` schnetter at aei dot mpg dot de
                   ` (13 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: falk dot hueffner at student dot uni-tuebingen dot de @ 2004-01-06 11:18 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From falk dot hueffner at student dot uni-tuebingen dot de  2004-01-06 11:18 -------
Subject: Re:  [gfortran] ICE for wrong code

"pinskia at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org> writes:

>            What    |Removed                     |Added
> ----------------------------------------------------------------------------
>            Keywords|                            |ice-on-valid-code

Isn't it ice-on-invalid-code? 



-- 


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


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

* [Bug fortran/13575] [gfortran] ICE for wrong code
  2004-01-05 23:16 [Bug fortran/13575] New: ICE for wrong code schnetter at aei dot mpg dot de
                   ` (2 preceding siblings ...)
  2004-01-06 11:18 ` falk dot hueffner at student dot uni-tuebingen dot de
@ 2004-01-06 13:12 ` schnetter at aei dot mpg dot de
  2004-04-26  4:19 ` pinskia at gcc dot gnu dot org
                   ` (12 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: schnetter at aei dot mpg dot de @ 2004-01-06 13:12 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From schnetter at aei dot mpg dot de  2004-01-06 13:12 -------
Yes, this is invalid code. 
 

-- 


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


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

* [Bug fortran/13575] [gfortran] ICE for wrong code
  2004-01-05 23:16 [Bug fortran/13575] New: ICE for wrong code schnetter at aei dot mpg dot de
                   ` (3 preceding siblings ...)
  2004-01-06 13:12 ` schnetter at aei dot mpg dot de
@ 2004-04-26  4:19 ` pinskia at gcc dot gnu dot org
  2004-04-27 23:03 ` pinskia at gcc dot gnu dot org
                   ` (11 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-04-26  4:19 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-04-26 04:08 -------
This is a dup of bug 11840.

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

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


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


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

* [Bug fortran/13575] [gfortran] ICE for wrong code
  2004-01-05 23:16 [Bug fortran/13575] New: ICE for wrong code schnetter at aei dot mpg dot de
                   ` (4 preceding siblings ...)
  2004-04-26  4:19 ` pinskia at gcc dot gnu dot org
@ 2004-04-27 23:03 ` pinskia at gcc dot gnu dot org
  2004-04-27 23:04 ` pinskia at gcc dot gnu dot org
                   ` (10 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-04-27 23:03 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-04-27 22:50 -------
Note fixed yet unlike the one which this one was marked as a dup.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|DUPLICATE                   |


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


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

* [Bug fortran/13575] [gfortran] ICE for wrong code
  2004-01-05 23:16 [Bug fortran/13575] New: ICE for wrong code schnetter at aei dot mpg dot de
                   ` (5 preceding siblings ...)
  2004-04-27 23:03 ` pinskia at gcc dot gnu dot org
@ 2004-04-27 23:04 ` pinskia at gcc dot gnu dot org
  2004-05-17  2:40 ` tobi at gcc dot gnu dot org
                   ` (9 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-04-27 23:04 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |NEW


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


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

* [Bug fortran/13575] [gfortran] ICE for wrong code
  2004-01-05 23:16 [Bug fortran/13575] New: ICE for wrong code schnetter at aei dot mpg dot de
                   ` (6 preceding siblings ...)
  2004-04-27 23:04 ` pinskia at gcc dot gnu dot org
@ 2004-05-17  2:40 ` tobi at gcc dot gnu dot org
  2004-05-17  9:14 ` tobi at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: tobi at gcc dot gnu dot org @ 2004-05-17  2:40 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From tobi at gcc dot gnu dot org  2004-05-16 18:59 -------
This bug has a very simple fix:
--- resolve.c	14 May 2004 13:00:04 -0000	1.3
+++ resolve.c	15 May 2004 22:33:10 -0000
@@ -3711,7 +3711,7 @@ resolve_symbol (gfc_symbol * sym)
   if (sym->ts.type == BT_UNKNOWN)
     {
       if (sym->attr.flavor == FL_VARIABLE || sym->attr.flavor == FL_PARAMETER)
-	gfc_set_default_type (sym, 0, NULL);
+	gfc_set_default_type (sym, 1, NULL);
 
       if (sym->attr.flavor == FL_PROCEDURE && sym->attr.function)
 	{
This is obviously correct, because if at this point a variable can't be given a
type it's an error.

Unfortunately, the parser's behavior which makes it create symbols where it
shouldn't, breaks this: with this "fix" COMMON /x/ a will give an error for x,
because x has been added to the namespace of our function, but can't be given a
name at this place. Similar for SELECTED_REAL_KIND(p=5), here it will complain
about the "symbol" p. Because of this it also related to PR 13372.

I believe there are two options:
1. fix the frontend and apply my patch. The Right Thing, but definitely
involved. I looked at how g95 deals with this, and it looks like a rewrite of
symbol handling.
2. traverse the namespaces and eliminate all symbols which don't have a type
after this place. I believe this would work, but it seems like very hackish
patchery. 

If I can convince myself that the second option wouldn't break anything, I will
prepare a patch to this effect.

-- 


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


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

* [Bug fortran/13575] [gfortran] ICE for wrong code
  2004-01-05 23:16 [Bug fortran/13575] New: ICE for wrong code schnetter at aei dot mpg dot de
                   ` (7 preceding siblings ...)
  2004-05-17  2:40 ` tobi at gcc dot gnu dot org
@ 2004-05-17  9:14 ` tobi at gcc dot gnu dot org
  2004-05-17  9:33 ` tobi at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: tobi at gcc dot gnu dot org @ 2004-05-17  9:14 UTC (permalink / raw)
  To: gcc-bugs



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


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


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

* [Bug fortran/13575] [gfortran] ICE for wrong code
  2004-01-05 23:16 [Bug fortran/13575] New: ICE for wrong code schnetter at aei dot mpg dot de
                   ` (8 preceding siblings ...)
  2004-05-17  9:14 ` tobi at gcc dot gnu dot org
@ 2004-05-17  9:33 ` tobi at gcc dot gnu dot org
  2004-05-18  1:54 ` tobi at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: tobi at gcc dot gnu dot org @ 2004-05-17  9:33 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From tobi at gcc dot gnu dot org  2004-05-16 21:42 -------
It also seems related to PR 13249, by the same problem outlined in PR 13575. PR
15481 is now a meta-bug for these issues.

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


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


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

* [Bug fortran/13575] [gfortran] ICE for wrong code
  2004-01-05 23:16 [Bug fortran/13575] New: ICE for wrong code schnetter at aei dot mpg dot de
                   ` (9 preceding siblings ...)
  2004-05-17  9:33 ` tobi at gcc dot gnu dot org
@ 2004-05-18  1:54 ` tobi at gcc dot gnu dot org
  2004-05-26 11:48 ` pinskia at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: tobi at gcc dot gnu dot org @ 2004-05-18  1:54 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From tobi at gcc dot gnu dot org  2004-05-17 14:22 -------
*** Bug 15493 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |martin at mpa-garching dot
                   |                            |mpg dot de


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


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

* [Bug fortran/13575] [gfortran] ICE for wrong code
  2004-01-05 23:16 [Bug fortran/13575] New: ICE for wrong code schnetter at aei dot mpg dot de
                   ` (10 preceding siblings ...)
  2004-05-18  1:54 ` tobi at gcc dot gnu dot org
@ 2004-05-26 11:48 ` pinskia at gcc dot gnu dot org
  2004-07-09 14:54 ` [Bug fortran/13575] " cvs-commit at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  16 siblings, 0 replies; 18+ 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=13575


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

* [Bug fortran/13575] ICE for wrong code
  2004-01-05 23:16 [Bug fortran/13575] New: ICE for wrong code schnetter at aei dot mpg dot de
                   ` (11 preceding siblings ...)
  2004-05-26 11:48 ` pinskia 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
                   ` (3 subsequent siblings)
  16 siblings, 0 replies; 18+ 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:53 -------
Subject: Bug 13575

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=13575


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

* [Bug fortran/13575] ICE for wrong code
  2004-01-05 23:16 [Bug fortran/13575] New: ICE for wrong code schnetter at aei dot mpg dot de
                   ` (12 preceding siblings ...)
  2004-07-09 14:54 ` [Bug fortran/13575] " 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
                   ` (2 subsequent siblings)
  16 siblings, 0 replies; 18+ 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:54 -------
Subject: Bug 13575

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=13575


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

* [Bug fortran/13575] ICE for wrong code
  2004-01-05 23:16 [Bug fortran/13575] New: ICE for wrong code schnetter at aei dot mpg dot de
                   ` (13 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-09 15:21 ` tobi at gcc dot gnu dot org
  2004-07-10  0:25 ` pinskia at gcc dot gnu dot org
  16 siblings, 0 replies; 18+ messages in thread
From: tobi at gcc dot gnu dot org @ 2004-07-09 14:56 UTC (permalink / raw)
  To: gcc-bugs



-- 
Bug 13575 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=13575


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

* [Bug fortran/13575] ICE for wrong code
  2004-01-05 23:16 [Bug fortran/13575] New: ICE for wrong code schnetter at aei dot mpg dot de
                   ` (14 preceding siblings ...)
  2004-07-09 14:56 ` tobi at gcc dot gnu dot org
@ 2004-07-09 15:21 ` tobi at gcc dot gnu dot org
  2004-07-10  0:25 ` pinskia at gcc dot gnu dot org
  16 siblings, 0 replies; 18+ messages in thread
From: tobi at gcc dot gnu dot org @ 2004-07-09 15:21 UTC (permalink / raw)
  To: gcc-bugs


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

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


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


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

* [Bug fortran/13575] ICE for wrong code
  2004-01-05 23:16 [Bug fortran/13575] New: ICE for wrong code schnetter at aei dot mpg dot de
                   ` (15 preceding siblings ...)
  2004-07-09 15:21 ` tobi at gcc dot gnu dot org
@ 2004-07-10  0:25 ` pinskia at gcc dot gnu dot org
  16 siblings, 0 replies; 18+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-07-10  0:25 UTC (permalink / raw)
  To: gcc-bugs



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


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


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

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

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-01-05 23:16 [Bug fortran/13575] New: ICE for wrong code schnetter at aei dot mpg dot de
2004-01-05 23:35 ` [Bug fortran/13575] [gfortran] " pinskia at gcc dot gnu dot org
2004-01-05 23:51 ` pinskia at gcc dot gnu dot org
2004-01-06 11:18 ` falk dot hueffner at student dot uni-tuebingen dot de
2004-01-06 13:12 ` schnetter at aei dot mpg dot de
2004-04-26  4:19 ` pinskia at gcc dot gnu dot org
2004-04-27 23:03 ` pinskia at gcc dot gnu dot org
2004-04-27 23:04 ` pinskia at gcc dot gnu dot org
2004-05-17  2:40 ` tobi at gcc dot gnu dot org
2004-05-17  9:14 ` tobi at gcc dot gnu dot org
2004-05-17  9:33 ` tobi at gcc dot gnu dot org
2004-05-18  1:54 ` tobi at gcc dot gnu dot org
2004-05-26 11:48 ` pinskia at gcc dot gnu dot org
2004-07-09 14:54 ` [Bug fortran/13575] " 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-09 15:21 ` tobi at gcc dot gnu dot org
2004-07-10  0:25 ` 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).