This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/32357] MVBITS gives wrong-code on big-endian with -fdefault-integer-8



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]