[Bug fortran/30683] internal compiler error: Segmentation fault

kargl at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Fri Feb 2 23:44:00 GMT 2007



------- Comment #2 from kargl at gcc dot gnu dot org  2007-02-02 23:44 -------
I'm testing a patch for this at the moment.  The problem is you
have renamed SIZE to an interface.  That is, this is leading to
the segfault:


  interface size
     module procedure get_fld_size
  end interface

While the standard may permit this construct, it may be prudent to 
not rename standard intrinsic procedures.


-- 

kargl at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kargl at gcc dot gnu dot org
  GCC build triplet| i686-pc-linux-gnu          |i686-pc-linux-gnu
   GCC host triplet| i686-pc-linux-gnu          |i686-pc-linux-gnu
 GCC target triplet| i686-pc-linux-gnu          |i686-pc-linux-gnu


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



More information about the Gcc-bugs mailing list