------- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-24
20:09 -------
Confirmed, reduced testcase:
int DES_CBCUpdate(unsigned char * output, int len)
{
int work[2];
unsigned int i;
for(i = 0;i < len/8;i++)
unscrunch (&output[8*i], work);
}
Only "-O1 -ftree-vectorize --param ggc-min-heapsize=0 --param
ggc-min-expand=0" is needed to
reproduce this bug.
--
What |Removed |Added
----------------------------------------------------------------------------
CC| |pinskia at gcc dot gnu dot
| |org
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Last reconfirmed|0000-00-00 00:00:00 |2005-09-24 20:09:10
date| |
Summary|compiler error: Segmentation|[4.1 regression] compiler
|fault In function |error: Segmentation fault In
|'DESX_CBCUpdate' |function 'DESX_CBCUpdate'
Target Milestone|--- |4.1.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24049