ICE in constprop.2 (ARM NEON related?)
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Linaro GCC |
Fix Released
|
Medium
|
Andrew Stubbs | ||
Linaro GCC Tracking |
Invalid
|
Undecided
|
Unassigned |
Bug Description
$ arm-linux-
ice.c: In function ‘remap_
ice.c:25:1: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:/
Preprocessed source stored into /tmp/ccGuDaQn.out file, please attach this to your bugreport.
$ arm-linux-
Using built-in specs.
COLLECT_
COLLECT_
Target: arm-linux-gnueabi
Configured with: ../src/configure -v --with-
Thread model: posix
gcc version 4.6.1 (Ubuntu/Linaro 4.6.1-7ubuntu2~
#include "arm_neon.h"
static void remap_stereo_
unsigned i;
switch (m) {
case 0:
{
float *d = (float *) dst;
for (i = 0; i < n/4; i++) {
}
break;
}
case 1:
{
for (i = 0; i < n/8; i++) {
}
break;
}
}
}
#define SAMPLES 1019
int main() {
float mono[SAMPLES];
remap_
remap_
return 0;
}
Related branches
Changed in gcc-linaro: | |
status: | New → In Progress |
Changed in gcc-linaro: | |
importance: | Undecided → Medium |
Changed in gcc-linaro: | |
status: | Fix Committed → Fix Released |
also occurs with Linaro GCC 4.6-2012.02