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/23320] [4.1 Regression] ICE in in base_addr_differ_p, at tree-data-ref.c:430


------- Additional Comments From irar at il dot ibm dot com  2005-08-11 08:14 -------
Created an attachment (id=9469)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9469&action=view)
Patch

Yes, you are right, I should check the type of the data-ref (array type in the
first case). And instead of the assert I'll add the check that both data-refs
are of pointer type in the second case.
I'll submit the changes after testing.
Thanks,
Ira

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |irar at il dot ibm dot com
                   |dot org                     |
             Status|NEW                         |ASSIGNED


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


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