This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] PR rtl-optimization/32219: optimizer causes wrong code in pic/hidden/weak symbol checking
- From: Jack Howarth <howarth dot at dot gcc at gmail dot com>
- To: Mike Stump <mikestump at comcast dot net>
- Cc: "H.J. Lu" <hjl dot tools at gmail dot com>, GCC Patches <gcc-patches at gcc dot gnu dot org>, Iain Sandoe <iain at codesourcery dot com>
- Date: Tue, 10 Feb 2015 13:33:50 -0500
- Subject: Re: [PATCH] PR rtl-optimization/32219: optimizer causes wrong code in pic/hidden/weak symbol checking
- Authentication-results: sourceware.org; auth=none
- References: <20150206162314 dot GA12597 at intel dot com> <CAJMcOU9UbX=C2t=6X+DOTynkCurczbGNG3dqZRwjmRe8_U1fCg at mail dot gmail dot com> <CAMe9rOqHHZFHS4YMOAdN16aNyn4hi6eyzxGUrMue2uDn76ydGg at mail dot gmail dot com> <CAJMcOU9+x47s7jwRL4uniLs2z9EHR_Ajfk==HX1mObm97qytCg at mail dot gmail dot com> <CAMe9rOr5Ktk_yhfFX9DHAb6Sq=v2SORaY6TbahSiKF9dB1LNSQ at mail dot gmail dot com> <CAJMcOU-hPQYF1k58CXP4E5K2_-3F50RaMV_rHm3f5R_hXxivWQ at mail dot gmail dot com> <20150207122739 dot GA25185 at gmail dot com> <CAJMcOU-Bk1i9LeaHLpZGspWjDcY_n2qFcNgnCbbEsq30ZPTipA at mail dot gmail dot com> <20150207155606 dot GA14159 at gmail dot com> <20150207164507 dot GA19402 at gmail dot com> <CAJMcOU-BeF527TyEj2KprqmE1CQ4p4B6zQimdrJ9HePn1Dz3ow at mail dot gmail dot com> <352BF89F-5BA3-4279-B207-1132A9B32735 at comcast dot net>
Mike,
Actually there aren't really any darwin bits in the current patch...
https://gcc.gnu.org/ml/gcc-patches/2015-02/msg00468.html
short of the dg-skip-if adjustments for the unsupported targets.
Jack
ps I wonder if this final patch needs be reposted to gcc-patches as...
[PATCH][Revised] PR rtl-optimization/32219: optimizer causes wrong
code in pic/hidden/weak symbol checking
to make sure it gets the visibility for a review.
On Mon, Feb 9, 2015 at 12:25 PM, Mike Stump <mikestump@comcast.net> wrote:
> On Feb 8, 2015, at 10:24 AM, Jack Howarth <howarth.at.gcc@gmail.com> wrote:
>> This last version of the patch bootstraps and passes the test suite
>> without regressions on x86_64-apple-darwin14.
>
> Ok for the darwin bits.