This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/34387] FAIL: gfortran.dg/optional_dim_2.f90
- From: "rsandifo at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 21 Dec 2007 11:06:43 -0000
- Subject: [Bug fortran/34387] FAIL: gfortran.dg/optional_dim_2.f90
- References: <bug-34387-276@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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