[Bug fortran/34262] MVBITS does not work for arrays
burnus at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Wed Nov 28 14:09:00 GMT 2007
------- 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
More information about the Gcc-bugs
mailing list