This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/66666] ARM wrong copy constructor address on multiple inheritance
- From: "mikpelinux at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sun, 28 Jun 2015 12:40:09 +0000
- Subject: [Bug c++/66666] ARM wrong copy constructor address on multiple inheritance
- Auto-submitted: auto-generated
- References: <bug-66666-4 at http dot gcc dot gnu dot org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66666
--- Comment #7 from Mikael Pettersson <mikpelinux at gmail dot com> ---
The test case in comment #0 stopped breaking on trunk with r221077, the fix for
PR65236 (a gcc-5 IPA regression). Backporting r221077 to 4.9.3 unbreaks this
test case there. However:
- I can't get this test case to fail anywhere except on ARM (x86_64, sparc,
m68k all work)
- The PR65236 test case doesn't fail with 4.9.3 on ARM
so I suspect a target-dependent issue here, and r221077 possibly just masks it.