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/22480] [4.1 Regression] ICE in convert_move, at expr.c:390 with -ftree-vectorize


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-07-15 01:37 -------
Confirmed, reduced testcase:
void convert_32_to_8(void)
{
  static unsigned bm[16];
  int j;
  for (j=0; j<16;j++)
    bm[j]<<=8;
}


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
      Known to fail|                            |4.1.0
      Known to work|                            |4.0.1
   Last reconfirmed|0000-00-00 00:00:00         |2005-07-15 01:37:37
               date|                            |
            Summary|ICE in convert_move, at     |[4.1 Regression] ICE in
                   |expr.c:390 with -ftree-     |convert_move, at expr.c:390
                   |vectorize                   |with -ftree-vectorize
   Target Milestone|---                         |4.1.0


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


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