This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug regression/19813] [4.0 Regression] gcc 4.0 regression: bad code generation?? due to inlining??
- From: "bangerth at dealii dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 8 Feb 2005 19:58:48 -0000
- Subject: [Bug regression/19813] [4.0 Regression] gcc 4.0 regression: bad code generation?? due to inlining??
- References: <20050207230934.19813.ctsa@u.washington.edu>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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