This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tree-optimization/19049] not vectorizing fortran loops because not moving user lables on the tree level


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]