[Bug fortran/37974] gfortran runtime segmentation fault
kargl at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Fri Oct 31 02:21:00 GMT 2008
------- Comment #1 from kargl at gcc dot gnu dot org 2008-10-31 02:19 -------
call seg_sub(ip, sig, 1)
Is that last argument a literal constant, name 'one'?
Or is it the letter 'ell'?
Either way it is impossible to reliable detect that
a user writes code that either tries to change the
value of a literal constant or uses an unitialized
variable.
--
kargl at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37974
More information about the Gcc-bugs
mailing list