[Bug fortran/32357] MVBITS gives wrong-code on big-endian with -fdefault-integer-8
fxcoudert at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Tue Jul 10 22:46:00 GMT 2007
------- Comment #7 from fxcoudert at gcc dot gnu dot org 2007-07-10 22:46 -------
(In reply to comment #6)
> Sorry, I *do* see the problem on powerpc.
>
> (sid)832:tbm@test: ~/src] gfortran -fdefault-integer-8 t.f90 ; ./a.out
> i = 0
> (sid)833:tbm@test: ~/src] gfortran t.f90 ; ./a.out
> i = 1
Could you (or some other interested party) compile t.f90 with
-fdump-tree-original, both with and without -fdefault-integer-8, and post the
t.f90.003t.original file produced in each case? This would help us understand
where the problem is, without having access to a powerpc machine.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32357
More information about the Gcc-bugs
mailing list