namelist tests are failing...

Andreas Jaeger aj@suse.de
Sat Nov 26 14:39:00 GMT 2005


Running namelist_12.f under gdb gives the following backtrace:

Program received signal SIGABRT, Aborted.
0x00002aaaaafff43a in raise () from /lib64/tls/libc.so.6
(gdb) bt
#0  0x00002aaaaafff43a in raise () from /lib64/tls/libc.so.6
#1  0x00002aaaab000870 in abort () from /lib64/tls/libc.so.6
#2  0x00002aaaaac27fee in _gfortran_abort () at /cvs/gcc-svn/trunk/libgfortran/intrinsics/abort.c:39
#3  0x0000000000401415 in MAIN__ () at /cvs/gcc-svn/trunk/gcc/testsuite/gfortran.dg/namelist_12.f:54
#4  0x000000000040142e in main (argc=<value optimized out>, argv=<value optimized out>) at /cvs/gcc-svn/trunk/libgfortran/fmain.c:18

So, line 54 gives an error, the line is:
    54       if (xx.ne.42) call abort ()
 
xx has a content of 0 at this line,

If I compile the program with -m32, it succeeds, so only the 64-bit
program is broken.

Andreas
-- 
 Andreas Jaeger, aj@suse.de, http://www.suse.de/~aj
  SUSE Linux Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
   GPG fingerprint = 93A3 365E CE47 B889 DF7F  FED1 389A 563C C272 A126
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 188 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/fortran/attachments/20051126/f594838e/attachment.sig>


More information about the Fortran mailing list