public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/11840] New: gfortran ICE with -fimplicit-none
@ 2003-08-07  1:02 olchansk at panix dot com
  2003-08-07  1:05 ` [Bug fortran/11840] " pinskia at physics dot uc dot edu
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: olchansk at panix dot com @ 2003-08-07  1:02 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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

           Summary: gfortran ICE with -fimplicit-none
           Product: gcc
           Version: tree-ssa
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: olchansk at panix dot com
                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

With -fimplicit-none, this simple module produces an ICE, instead of an
"variable not defined" error message:
[olchansk@dork user]$ more test_namelist.f90
module test_namelist
  integer foo
  !integer bar
  namelist /nlBar/ foo, bar
end module test_namelist
[olchansk@dork user]$
/triumfcs/trshare/olchansk/gcc-tree-ssa/install-20030806/bin/gfortran -c
test_namelist.f90 -fimplicit-none
test_namelist.f90: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.

K.O.


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

* [Bug fortran/11840] gfortran ICE with -fimplicit-none
  2003-08-07  1:02 [Bug fortran/11840] New: gfortran ICE with -fimplicit-none olchansk at panix dot com
@ 2003-08-07  1:05 ` pinskia at physics dot uc dot edu
  2003-08-07 12:42 ` steven at gcc dot gnu dot org
                   ` (12 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-08-07  1:05 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at physics dot uc dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.4                         |tree-ssa


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

* [Bug fortran/11840] gfortran ICE with -fimplicit-none
  2003-08-07  1:02 [Bug fortran/11840] New: gfortran ICE with -fimplicit-none olchansk at panix dot com
  2003-08-07  1:05 ` [Bug fortran/11840] " pinskia at physics dot uc dot edu
@ 2003-08-07 12:42 ` steven at gcc dot gnu dot org
  2003-09-16 13:00 ` steven at gcc dot gnu dot org
                   ` (11 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: steven at gcc dot gnu dot org @ 2003-08-07 12:42 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


steven at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |steven at gcc dot gnu dot
                   |dot org                     |org
             Status|UNCONFIRMED                 |ASSIGNED


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

* [Bug fortran/11840] gfortran ICE with -fimplicit-none
  2003-08-07  1:02 [Bug fortran/11840] New: gfortran ICE with -fimplicit-none olchansk at panix dot com
  2003-08-07  1:05 ` [Bug fortran/11840] " pinskia at physics dot uc dot edu
  2003-08-07 12:42 ` steven at gcc dot gnu dot org
@ 2003-09-16 13:00 ` steven at gcc dot gnu dot org
  2003-10-17 23:54 ` pbrook at gcc dot gnu dot org
                   ` (10 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: steven at gcc dot gnu dot org @ 2003-09-16 13:00 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From steven at gcc dot gnu dot org  2003-09-16 11:04 -------
*** Bug 11843 has been marked as a duplicate of this bug. ***


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

* [Bug fortran/11840] gfortran ICE with -fimplicit-none
  2003-08-07  1:02 [Bug fortran/11840] New: gfortran ICE with -fimplicit-none olchansk at panix dot com
                   ` (2 preceding siblings ...)
  2003-09-16 13:00 ` steven at gcc dot gnu dot org
@ 2003-10-17 23:54 ` pbrook at gcc dot gnu dot org
  2004-04-26  4:25 ` [Bug fortran/11840] [gfortran] " pinskia at gcc dot gnu dot org
                   ` (9 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: pbrook at gcc dot gnu dot org @ 2003-10-17 23:54 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From pbrook at gcc dot gnu dot org  2003-10-17 23:40 -------
*** Bug 12481 has been marked as a duplicate of this bug. ***


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

* [Bug fortran/11840] [gfortran] ICE with -fimplicit-none
  2003-08-07  1:02 [Bug fortran/11840] New: gfortran ICE with -fimplicit-none olchansk at panix dot com
                   ` (3 preceding siblings ...)
  2003-10-17 23:54 ` pbrook at gcc dot gnu dot org
@ 2004-04-26  4:25 ` pinskia at gcc dot gnu dot org
  2004-04-27 22:45 ` Tobias dot Schlueter at physik dot uni-muenchen dot de
                   ` (8 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-04-26  4:25 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-04-26 04:08 -------
*** Bug 13575 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |schnetter at aei dot mpg dot
                   |                            |de


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


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

* [Bug fortran/11840] [gfortran] ICE with -fimplicit-none
  2003-08-07  1:02 [Bug fortran/11840] New: gfortran ICE with -fimplicit-none olchansk at panix dot com
                   ` (4 preceding siblings ...)
  2004-04-26  4:25 ` [Bug fortran/11840] [gfortran] " pinskia at gcc dot gnu dot org
@ 2004-04-27 22:45 ` Tobias dot Schlueter at physik dot uni-muenchen dot de
  2004-04-27 22:50 ` pbrook at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: Tobias dot Schlueter at physik dot uni-muenchen dot de @ 2004-04-27 22:45 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From Tobias dot Schlueter at physik dot uni-muenchen dot de  2004-04-27 22:26 -------
The testcase from PR13575 still ICEs, this one and the other "duplicates" seem
to be fixed. I will submit the working testcases to the gfortran testsuite.

-- 


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


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

* [Bug fortran/11840] [gfortran] ICE with -fimplicit-none
  2003-08-07  1:02 [Bug fortran/11840] New: gfortran ICE with -fimplicit-none olchansk at panix dot com
                   ` (5 preceding siblings ...)
  2004-04-27 22:45 ` Tobias dot Schlueter at physik dot uni-muenchen dot de
@ 2004-04-27 22:50 ` pbrook at gcc dot gnu dot org
  2004-04-27 22:55 ` olchansk at panix dot com
                   ` (6 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: pbrook at gcc dot gnu dot org @ 2004-04-27 22:50 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pbrook at gcc dot gnu dot org  2004-04-27 22:45 -------
As stated by the submitter, this is invalid code. 

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


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


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

* [Bug fortran/11840] [gfortran] ICE with -fimplicit-none
  2003-08-07  1:02 [Bug fortran/11840] New: gfortran ICE with -fimplicit-none olchansk at panix dot com
                   ` (6 preceding siblings ...)
  2004-04-27 22:50 ` pbrook at gcc dot gnu dot org
@ 2004-04-27 22:55 ` olchansk at panix dot com
  2004-04-27 22:56 ` pinskia at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: olchansk at panix dot com @ 2004-04-27 22:55 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From olchansk at panix dot com  2004-04-27 22:49 -------
I confirm this problem is fixed in the current cvs-head gfortran. K.O.


-- 


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


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

* [Bug fortran/11840] [gfortran] ICE with -fimplicit-none
  2003-08-07  1:02 [Bug fortran/11840] New: gfortran ICE with -fimplicit-none olchansk at panix dot com
                   ` (7 preceding siblings ...)
  2004-04-27 22:55 ` olchansk at panix dot com
@ 2004-04-27 22:56 ` pinskia at gcc dot gnu dot org
  2004-04-27 23:24 ` pbrook at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-04-27 22:56 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-04-27 22:50 -------
Closing this one as fixed (will reopen the dup bug which is not fixed).

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


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


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

* [Bug fortran/11840] [gfortran] ICE with -fimplicit-none
  2003-08-07  1:02 [Bug fortran/11840] New: gfortran ICE with -fimplicit-none olchansk at panix dot com
                   ` (8 preceding siblings ...)
  2004-04-27 22:56 ` pinskia at gcc dot gnu dot org
@ 2004-04-27 23:24 ` pbrook at gcc dot gnu dot org
  2004-05-02  2:29 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: pbrook at gcc dot gnu dot org @ 2004-04-27 23:24 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pbrook at gcc dot gnu dot org  2004-04-27 23:03 -------
Not fixed (should issue an error), and not quite a dup of PR15373 either 

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


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


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

* [Bug fortran/11840] [gfortran] ICE with -fimplicit-none
  2003-08-07  1:02 [Bug fortran/11840] New: gfortran ICE with -fimplicit-none olchansk at panix dot com
                   ` (9 preceding siblings ...)
  2004-04-27 23:24 ` pbrook at gcc dot gnu dot org
@ 2004-05-02  2:29 ` pinskia at gcc dot gnu dot org
  2004-05-26 22:55 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-05-02  2:29 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|                            |1
   Last reconfirmed|2004-04-26 03:55:51         |2004-05-02 02:29:39
               date|                            |


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


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

* [Bug fortran/11840] [gfortran] ICE with -fimplicit-none
  2003-08-07  1:02 [Bug fortran/11840] New: gfortran ICE with -fimplicit-none olchansk at panix dot com
                   ` (10 preceding siblings ...)
  2004-05-02  2:29 ` pinskia at gcc dot gnu dot org
@ 2004-05-26 22:55 ` pinskia at gcc dot gnu dot org
  2004-07-10 15:19 ` [Bug fortran/11840] " tobi at gcc dot gnu dot org
  2004-07-13 17:10 ` pinskia at gcc dot gnu dot org
  13 siblings, 0 replies; 15+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-05-26 22:55 UTC (permalink / raw)
  To: gcc-bugs



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


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


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

* [Bug fortran/11840] ICE with -fimplicit-none
  2003-08-07  1:02 [Bug fortran/11840] New: gfortran ICE with -fimplicit-none olchansk at panix dot com
                   ` (11 preceding siblings ...)
  2004-05-26 22:55 ` pinskia at gcc dot gnu dot org
@ 2004-07-10 15:19 ` tobi at gcc dot gnu dot org
  2004-07-13 17:10 ` pinskia at gcc dot gnu dot org
  13 siblings, 0 replies; 15+ messages in thread
From: tobi at gcc dot gnu dot org @ 2004-07-10 15:19 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From tobi at gcc dot gnu dot org  2004-07-10 15:19 -------
Fixed along with the other bugs in PR 15481

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |15481
             Status|ASSIGNED                    |RESOLVED
Bug 11840 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|                            |FIXEDBug 11840 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=11840


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

* [Bug fortran/11840] ICE with -fimplicit-none
  2003-08-07  1:02 [Bug fortran/11840] New: gfortran ICE with -fimplicit-none olchansk at panix dot com
                   ` (12 preceding siblings ...)
  2004-07-10 15:19 ` [Bug fortran/11840] " tobi at gcc dot gnu dot org
@ 2004-07-13 17:10 ` pinskia at gcc dot gnu dot org
  13 siblings, 0 replies; 15+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-07-13 17:10 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |tree-ssa


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


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

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

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-08-07  1:02 [Bug fortran/11840] New: gfortran ICE with -fimplicit-none olchansk at panix dot com
2003-08-07  1:05 ` [Bug fortran/11840] " pinskia at physics dot uc dot edu
2003-08-07 12:42 ` steven at gcc dot gnu dot org
2003-09-16 13:00 ` steven at gcc dot gnu dot org
2003-10-17 23:54 ` pbrook at gcc dot gnu dot org
2004-04-26  4:25 ` [Bug fortran/11840] [gfortran] " pinskia at gcc dot gnu dot org
2004-04-27 22:45 ` Tobias dot Schlueter at physik dot uni-muenchen dot de
2004-04-27 22:50 ` pbrook at gcc dot gnu dot org
2004-04-27 22:55 ` olchansk at panix dot com
2004-04-27 22:56 ` pinskia at gcc dot gnu dot org
2004-04-27 23:24 ` pbrook at gcc dot gnu dot org
2004-05-02  2:29 ` pinskia at gcc dot gnu dot org
2004-05-26 22:55 ` pinskia at gcc dot gnu dot org
2004-07-10 15:19 ` [Bug fortran/11840] " tobi at gcc dot gnu dot org
2004-07-13 17:10 ` 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).