This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/19049] not vectorizing fortran loops because not moving user lables on the tree level
- 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: 17 Dec 2004 04:15:01 -0000
- Subject: [Bug tree-optimization/19049] not vectorizing fortran loops because not moving user lables on the tree level
- References: <20041217040255.19049.pinskia@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-17 04:15 -------
The problem is that tree_can_merge_blocks_p returns false as BB a has a user label, what should
happen instead is just move the user label.
--
What |Removed |Added
----------------------------------------------------------------------------
Summary|not vectorizing fortran |not vectorizing fortran
|loops |loops because not moving
| |user lables on the tree
| |level
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19049