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/23765] segfault with syntactically wrong common declaration


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-09-07 16:07 -------
Confirmed, backtrace:
#0  0x080a2406 in translate_common (common=0x96d29b8, var_list=Variable "var_list" is not 
available.
) at /home/peshtigo/pinskia/src/gnu/gcc/src/gcc/fortran/trans-common.c:879
#1  0x0808ed05 in gfc_traverse_symtree (st=0x96d2998, func=0x80a25d0 <named_common>) at /
home/peshtigo/pinskia/src/gnu/gcc/src/gcc/fortran/symbol.c:2295
#2  0x080a2534 in gfc_trans_common (ns=0x96d23d0) at /home/peshtigo/pinskia/src/gnu/gcc/src/
gcc/fortran/trans-common.c:956
#3  0x080a7638 in gfc_generate_function_code (ns=0x96d23d0) at /home/peshtigo/pinskia/src/gnu/
gcc/src/gcc/fortran/trans-decl.c:2355
#4  0x08097a64 in gfc_generate_code (ns=0x96d23d0) at /home/peshtigo/pinskia/src/gnu/gcc/src/
gcc/fortran/trans.c:683


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-09-07 16:07:50
               date|                            |


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


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