------- Comment #6 from jvdelisle at gcc dot gnu dot org  2006-12-14 02:29 
-------
More information.  I get Tobias bad result with -m64 on x86-64-Linux.  The
problem goes away with -m32.

$ gfortran -m32 pr30200-2.f90 
$ ./a.out
 Axyz
$ gfortran -m64 pr30200-2.f90 
$ ./a.out
 Az'

I get a similar result with the orginal test case from Joost.  The problem is
-m64 specific.


-- 


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

Reply via email to