This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/32357] MVBITS gives wrong-code on big-endian with -fdefault-integer-8
- From: "fxcoudert at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 10 Jul 2007 22:46:47 -0000
- Subject: [Bug fortran/32357] MVBITS gives wrong-code on big-endian with -fdefault-integer-8
- References: <bug-32357-14284@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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