This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Introduce local aliases for call targets when possible
- From: David Edelsohn <dje dot gcc at gmail dot com>
- To: Jan Hubicka <hubicka at ucw dot cz>, Martin Liska <marxin dot liska at gmail dot com>, GCC Patches <gcc-patches at gcc dot gnu dot org>
- Date: Sat, 3 Aug 2013 13:16:31 -0400
- Subject: Re: Introduce local aliases for call targets when possible
This patch introduced new C++ testsuite regressions.
FAIL: g++.dg/ipa/devirt-11.C -std=gnu++98 scan-ipa-dump-times inline
"Discovered a virtual call to a known target" 3
FAIL: g++.dg/ipa/devirt-11.C -std=gnu++98 scan-ipa-dump-times inline
"and turned into root of the clone tree" 1
FAIL: g++.dg/ipa/devirt-11.C -std=gnu++11 scan-ipa-dump-times inline
"Discovered a virtual call to a known target" 3
FAIL: g++.dg/ipa/devirt-11.C -std=gnu++11 scan-ipa-dump-times inline
"and turned into root of the clone tree" 1
FAIL: g++.dg/tree-ssa/pr42337.C -std=gnu++98 (test for excess errors)
FAIL: g++.dg/tree-ssa/pr42337.C -std=gnu++11 (test for excess errors)
Thanks, David