[Bug tree-optimization/17531] [4.0 Regression] [ivopts] ICE compiling gzip deflate.c

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Fri Sep 17 03:44:00 GMT 2004


------- 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



More information about the Gcc-bugs mailing list