This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/16336] ICE: Segmentation fault


------- Additional Comments From reichelt at gcc dot gnu dot org  2004-07-02 22:20 -------
Here's a reduced example.
It looks like the common COMMON block causes the trouble.

===================================
MODULE bar
  INTEGER :: I
  COMMON /X/I
END MODULE bar

SUBROUTINE foo()
  USE bar
  INTEGER :: J
  COMMON /X/J
END SUBROUTINE foo
===================================


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |reichelt at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |ice-on-valid-code
   Last reconfirmed|0000-00-00 00:00:00         |2004-07-02 22:20:56
               date|                            |


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]