This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/81535] [8 regression] gcc.target/powerpc/pr79439.c fails starting with r250442
- From: "ygribov at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 24 Jul 2017 20:03:01 +0000
- Subject: [Bug target/81535] [8 regression] gcc.target/powerpc/pr79439.c fails starting with r250442
- Auto-submitted: auto-generated
- References: <bug-81535-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81535
--- Comment #2 from Yury Gribov <ygribov at gcc dot gnu.org> ---
Thanks for detailed report.
For pr79439.c take a look at discussion in bug 56727 - the general agreement
there was that it should be valid to replace recursive PLT calls with direct
calls as long as function does not have aliases. GCC has already been doing
such sort of optimization before. So perhaps we need to update test (by adding
alias there)?
pr56727-2.c is interesting, it does not repro on x86. I'll be back on Thursday
and will take a look (hopefully it's not urgent?).