This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/32366] New: [4.3 Regression] Segfault in significand_size with -ftree-optimize
- From: "tbm at cyrius dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 16 Jun 2007 12:58:14 -0000
- Subject: [Bug tree-optimization/32366] New: [4.3 Regression] Segfault in significand_size with -ftree-optimize
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
I'm getting the following segfault with current trunk. This compiled
fine with trunk from 20070515 but produces the segfault with 20070604.
(sid)26454:tbm@em64t: ~] /usr/lib/gcc-snapshot/bin/gcc -O -ftree-vectorize -c
libsamplerate-termination_test.c
libsamplerate-termination_test.c: In function 'stream_test':
libsamplerate-termination_test.c:7: internal compiler error: Segmentation fault
Please submit a full bug report,
Testcase:
stream_test (void)
{
static float input[20];
int k;
for (k = 0; k < 20; k++)
input[k] = k * 1.0;
}
--
Summary: [4.3 Regression] Segfault in significand_size with -
ftree-optimize
Product: gcc
Version: 4.3.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: tree-optimization
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: tbm at cyrius dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32366