[Bug regression/19813] [4.0 Regression] gcc 4.0 regression: bad code generation?? due to inlining??
bangerth at dealii dot org
gcc-bugzilla@gcc.gnu.org
Wed Feb 9 06:42:00 GMT 2005
------- 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
More information about the Gcc-bugs
mailing list