This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libfortran/21468] vectorizing libfortran
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 9 May 2005 21:32:52 -0000
- Subject: [Bug libfortran/21468] vectorizing libfortran
- References: <20050509144320.21468.tkoenig@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-09 21:32 -------
Confirmed, the only loop that was optimized was:
for (i = 0; i < VALUES_SIZE; i++)
values[i] = - GFC_INTEGER_4_HUGE;
The agruments to intrinsics really should have restrict on them to get the partly fortran aliasing rules.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Last reconfirmed|0000-00-00 00:00:00 |2005-05-09 21:32:51
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21468