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/20876] error needed


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-09-30 20:38 -------
We seg fault while trying to print an error message:
#0  show_locus (offset=0, loc=0x927130c)
    at /home/peshtigo/pinskia/src/gnu/gcc/src/gcc/fortran/error.c:137
#1  0x0805cbdc in show_loci (l1=0x927130c, l2=0x0)
    at /home/peshtigo/pinskia/src/gnu/gcc/src/gcc/fortran/error.c:270
#2  0x0805c56c in error_print (type=0x851cb61 "Error:", 
    format0=0x8524a04 "Subroutine call to '%s' in FORALL block at %L is not PURE", argp=Variable 
"argp" is not available.
)
    at /home/peshtigo/pinskia/src/gnu/gcc/src/gcc/fortran/error.c:381
#3  0x0805c757 in gfc_error (
    nocmsgid=0x8524a04 "Subroutine call to '%s' in FORALL block at %L is not PURE")
    at /home/peshtigo/pinskia/src/gnu/gcc/src/gcc/fortran/error.c:595
#4  0x08081009 in pure_subroutine (c=0x9271300, sym=0x9265178)
    at /home/peshtigo/pinskia/src/gnu/gcc/src/gcc/fortran/resolve.c:1134
#5  0x0808230a in resolve_specific_s0 (c=0x9271300, sym=0x9265178)
    at /home/peshtigo/pinskia/src/gnu/gcc/src/gcc/fortran/resolve.c:1255
#6  0x080861ed in resolve_code (code=Variable "code" is not available.
)
    at /home/peshtigo/pinskia/src/gnu/gcc/src/gcc/fortran/resolve.c:1269


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-on-invalid-code


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


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