This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/17126] ICE (segfault)


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]