This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug optimization/11505] Runtime segfault: C++ heap-allocated object loses/changes 'this' address at -O3 when calling virtual inline const function
- From: "bangerth at dealii dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 11 Jul 2003 22:49:53 -0000
- Subject: [Bug optimization/11505] Runtime segfault: C++ heap-allocated object loses/changes 'this' address at -O3 when calling virtual inline const function
- References: <20030711222234.11505.dan@bti.net>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11505
------- Additional Comments From bangerth at dealii dot org 2003-07-11 22:49 -------
This could be related to reports 568, 3608 and 5554, all of which are
fixed. Unfortunately, you didn't tell us which version of gcc you are
working with, and you didn't give us a testcase either, so we can't
check.
Regards
Wolfgang