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/21218] [4.1 regression] ICE using -ftree-vectorize


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-04-28 16:24 -------
(In reply to comment #2)
> Another issue here is that  this_5 = &b_4->D.2068; is loop invariant and can be 
> hoist out of the loop. Maybe it will happen with structure-aliasing-branch?

Well really we should prograte that statement into the next statement so we get something like:
  D.2080_9 = b_4->D.2068.d[i_18];

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu dot
                   |                            |org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21218


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