------- Additional Comments From bangerth at dealii dot org  2005-02-08 19:58 
-------
I can confirm this: 
 
tmp/xxx> c++ x.cc 
tmp/xxx> ./a.out 
tmp/xxx> c++ x.cc -O2 -finline-functions -finline-limit=604 
tmp/xxx> ./a.out 
Segmentation fault 
 
tmp/xxx> c++ -v 
Using built-in specs. 
Target: i686-pc-linux-gnu 
Configured with: ../gcc/configure --enable-languages=c,c++ 
--prefix=/ticam/bangerth/tmp/build-gcc/gcc-install --enable-checking 
Thread model: posix 
gcc version 4.0.0 20050203 (experimental) 
 
I'll try to find a shorter testcase. 
 
W. 

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19813

Reply via email to