[Bug middle-end/24049] [4.1 regression] compiler error: Segmentation fault In function 'DESX_CBCUpdate'
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Sat Sep 24 20:09:00 GMT 2005
------- 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
More information about the Gcc-bugs
mailing list