[Bug fortran/34262] MVBITS does not work for arrays

2007-11-29 Thread burnus at gcc dot gnu dot org
--- Comment #3 from burnus at gcc dot gnu dot org 2007-11-29 14:57 --- Subject: Bug 34262 Author: burnus Date: Thu Nov 29 14:56:48 2007 New Revision: 130513 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=130513 Log: 2007-11-29 Tobias Burnus [EMAIL PROTECTED] PR

[Bug fortran/34262] MVBITS does not work for arrays

2007-11-29 Thread burnus at gcc dot gnu dot org
--- Comment #4 from burnus at gcc dot gnu dot org 2007-11-29 15:00 --- Fixed on the trunk (4.3.0). I do not intent to backport the patch to 4.2.x and 4.1.x, but I can be convinced to do so. -- burnus at gcc dot gnu dot org changed: What|Removed

[Bug fortran/34262] MVBITS does not work for arrays

2007-11-28 Thread burnus 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

[Bug fortran/34262] MVBITS does not work for arrays

2007-11-28 Thread burnus at gcc dot gnu dot org
--- Comment #2 from burnus at gcc dot gnu dot org 2007-11-28 14:20 --- The following fixes it, but I need to check for unwanted side effects: Index: intrinsic.c === --- intrinsic.c (revision 130489) +++ intrinsic.c