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/34387] FAIL: gfortran.dg/optional_dim_2.f90



------- Comment #6 from rsandifo at gcc dot gnu dot org  2007-12-21 11:06 -------
FWIW, this also fails on mips-linux-gnu (or at least mips64-linux-gnu -mabi=32,
which should be the same thing).  The problem is that cshift0's
target-independent function type says that the SHIFT and DIM arguments are
integers, rather than pointers to integers.  So on this target, we say that the
DIM argument is an 8-byte integer rather than a 4-byte pointer to an 8-byte
integer.

Richard


-- 

rsandifo at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rsandifo at gcc dot gnu dot
                   |                            |org


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


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