This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/17126] ICE (segfault)
- From: "bangerth at dealii dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 20 Aug 2004 21:00:15 -0000
- Subject: [Bug c/17126] ICE (segfault)
- References: <20040820204405.17126.bommar33@msu.edu>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From bangerth at dealii dot org 2004-08-20 21:00 -------
Confirmed. Actually the following are the only flags necessary:
g/x> /home/bangerth/bin/gcc-3.5-pre/bin/gcc -fno-unit-at-a-time
-fomit-frame-pointer -O3 -march=athlon-xp -c x.i
x.i: In function `get_dentry':
x.i:12583: warning: pointer targets in assignment differ in signedness
x.i:12585: warning: pointer targets in passing arg 1 of `full_name_hash'
differ in signedness
x.i: In function `usbfs_add_device':
x.i:12882: 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.
I will be working on a reduced testcase.
W.
--
What |Removed |Added
----------------------------------------------------------------------------
Summary|ICE (segfault) |ICE (segfault)
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17126