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/37974] gfortran runtime segmentation fault



------- Comment #2 from deji_aking at yahoo dot ca  2008-10-31 03:31 -------
(In reply to comment #1)
>         call seg_sub(ip, sig, 1)
> 
> Is that last argument a literal constant, name 'one'?
> Or is it the letter 'ell'?
> 
It is a literal constant 'one'. What really bugs me is why does it segfault at
all.
Thanks.

> 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.
> 


-- 


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


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