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/16916] internal compiler error: Segmentation fault


------- Additional Comments From reichelt at gcc dot gnu dot org  2004-08-09 16:32 -------
The code snippet does not compile because for missing modules in line 67-74:
  use cctk
  use ih_adm_metric
  use ih_boundary
  use ih_ricci
  use tensor
  use tensor4
  use ih_ricci2
  use tensor2

If I remove those lines the code compiles fine.
Could you please check whether the code still fails for you and (if yes)
attach the source for the missing modules?


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |reichelt at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |WAITING


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


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