This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/26822] Scalarization of non-elemental intrinsic: __logical_4_l4
- 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: 25 Mar 2006 22:01:44 -0000
- Subject: [Bug fortran/26822] Scalarization of non-elemental intrinsic: __logical_4_l4
- References: <bug-26822-7536@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #5 from tkoenig at gcc dot gnu dot org 2006-03-25 22:01 -------
Reduced test case:
program main
logical, dimension(2) :: mask1, mask2
mask2 = logical(mask1)
end program main
Unless I miss something, the logical is a no-op.
--
tkoenig at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |tkoenig at gcc dot gnu dot
| |org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26822