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/17531] [4.0 Regression] [ivopts] ICE compiling gzip deflate.c


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-09-17 03:44 -------
Confirmed, the problem is that we are casting from a pointer to short int which you cannot do, you 
have to cast first to int.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |critical
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-09-17 03:44:03
               date|                            |


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


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