------- Comment #1 from fxcoudert at gcc dot gnu dot org 2008-05-12 08:00 ------- Can you run it under gdb and provide a backtrace? To do this, follow these steps:
1. Run "gdb -args ./libexec/gcc/x86_64-unknown-linux-gnu/4.4.0/f951 o.f90" where o.f90 is your source file and x86_64-unknown-linux-gnu is replaced by your target triplet. 2. Once at the "(gdb)" prompt, type "run". 3. When the segfault happens, you get another "(gdb)" prompt: type "backtrace" 4. Just paste everything back here -- fxcoudert at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fxcoudert at gcc dot gnu dot | |org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36157