This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libfortran/21995] Problem using spread intrinsic
- From: "tkoenig at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 11 Jun 2005 20:46:40 -0000
- Subject: [Bug libfortran/21995] Problem using spread intrinsic
- References: <20050610100640.21995.gcc-bugzilla@chatsubo.lagged.za.net>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From tkoenig at gcc dot gnu dot org 2005-06-11 20:46 -------
>From the .t02.original file:
real4 C.476 = 1.0e+0;
struct array1_real4 atmp.0;
atmp.0.dtype = 281;
atmp.0.data = 0B;
atmp.0.offset = 0;
atmp.0.dim[0].stride = 0;
_gfortran_spread (&atmp.0, &C.476, &C.477, &C.478);
The front end passes a pointer to a real where the
back end expects an array descriptor.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Last reconfirmed|0000-00-00 00:00:00 |2005-06-11 20:46:39
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21995