Bug 23083 - internal compiler error: Segmentation fault
Summary: internal compiler error: Segmentation fault
Status: RESOLVED DUPLICATE of bug 23073
Alias: None
Product: gcc
Classification: Unclassified
Component: tree-optimization (show other bugs)
Version: 4.1.0
: P2 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
: 23085 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-07-26 17:36 UTC by p.van-hoof
Modified: 2005-07-27 10:11 UTC (History)
1 user (show)

See Also:
Host:
Target: x86_64-unknown-linux-gnu
Build:
Known to work:
Known to fail:
Last reconfirmed:


Attachments
code fragment that causes the crash (110 bytes, text/plain)
2005-07-26 17:37 UTC, p.van-hoof
Details

Note You need to log in before you can comment on or make changes to this bug.
Description p.van-hoof 2005-07-26 17:36:52 UTC
The attached code causes the compiler to crash when compiled as follows:

pluto> gcc -c -O1 -ftree-vectorize m.c
m.c: In function ‘C’:
m.c:7: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
pluto> gcc -v
Using built-in specs.
Target: x86_64-unknown-linux-gnu
Configured with: ../gcc/configure --prefix=/usr/local/gcc410
--enable-languages=c,c++,f95
Thread model: posix
gcc version 4.1.0 20050725 (experimental)

The code compiles OK with gcc 4.0.1
Comment 1 p.van-hoof 2005-07-26 17:37:53 UTC
Created attachment 9367 [details]
code fragment that causes the crash
Comment 2 Andrew Pinski 2005-07-26 17:39:40 UTC

*** This bug has been marked as a duplicate of 23073 ***
Comment 3 Andrew Pinski 2005-07-26 19:38:33 UTC
*** Bug 23085 has been marked as a duplicate of this bug. ***
Comment 4 Dorit Naishlos 2005-07-27 10:11:41 UTC
patch:
http://gcc.gnu.org/ml/gcc-patches/2005-07/msg01776.html