--- Comment #5 from ubizjak at gmail dot com 2007-12-11 08:09 ---
Fixed in SVN.
--
ubizjak at gmail dot com changed:
What|Removed |Added
Status|NEW
--- Comment #4 from uros at gcc dot gnu dot org 2007-12-11 08:08 ---
Subject: Bug 34407
Author: uros
Date: Tue Dec 11 08:08:12 2007
New Revision: 130769
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=130769
Log:
PR tree-optimization/34407
* gcc.dg/vect/pr34407.c:
--- Comment #3 from ubizjak at gmail dot com 2007-12-09 16:42 ---
Confirmed, ICEs in vectorizer pass on x86_64-pc-linux-gnu. Reduced testcase:
--cut here--
extern int ReadBlobByte (void);
void ReadRLEImage (unsigned char *p)
{
unsigned char background_color[256];
long j;
unsigne