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 target/13889] [3.3 Regression] Assignement of an int to an int of different size in a struct gives ICE


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-01-27 21:51 -------
Confirmed, the problem is this RTL:
(zero_extend:DI (const_int -1 [0xffffffff]))

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
          Component|c                           |target
     Ever Confirmed|                            |1
           Keywords|                            |ice-on-valid-code
   Last reconfirmed|0000-00-00 00:00:00         |2004-01-27 21:51:45
               date|                            |
            Summary|Assignement of an int to an |[3.3 Regression] Assignement
                   |int of different size in a  |of an int to an int of
                   |struct gives ICE            |different size in a struct
                   |                            |gives ICE
   Target Milestone|---                         |3.3.3


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


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