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 c++/14029] [tree-ssa] Miscompilation of unrolled loop due to Iterator::base having an aliasing problem


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-02-09 02:21 -------
Basically the problem is in both the C and C++ front-ends lowering too soon so that offset  
will work correctly.  So the change to fix this needs to have a builtin for offset like the on in 
http://gcc.gnu.org/ml/gcc-patches/2004-01/msg00032.html, I am going to update that 
patch and try to fix it for the C++ template problems.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |pinskia at gcc dot gnu dot
                   |dot org                     |org
             Status|NEW                         |ASSIGNED


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


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