This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/34262] MVBITS does not work for arrays
- From: "burnus at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 28 Nov 2007 14:09:34 -0000
- Subject: [Bug fortran/34262] MVBITS does not work for arrays
- References: <bug-34262-15443@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from burnus at gcc dot gnu dot org 2007-11-28 14:09 -------
For a scalars x and y:
_gfortran_mvbits_i4 (&x, &C.860, &C.861, &y, &C.862);
for an arrays a and b:
_gfortran_mvbits_i4 (&parm.2, &C.872, &C.873, &parm.3, &C.875);
It actually does not surprise me that this does not work if one replaces the
integer variable by a "struct array1_integer(kind=4)".
--
burnus at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
OtherBugsDependingO| |32834
nThis| |
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
Keywords| |wrong-code
Last reconfirmed|0000-00-00 00:00:00 |2007-11-28 14:09:34
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34262