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 ada/17793] [4.0 Regression] Ada bootstrap failure


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-10-16 03:09 -------
No this is an Ada front-end problem.
I think the main issue is that the tree-ssa expects that INTEGER types are close to the same and that 
pointers to them are compatible if the types are them selves compatible so maybe the Ada front-end 
should be producing types which are like that.  Really if types are compatiable so should be the 
pointers to them. 

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|ebotcazou at gcc dot gnu dot|unassigned at gcc dot gnu
                   |org                         |dot org
             Status|ASSIGNED                    |NEW
          Component|middle-end                  |ada


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


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