This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH, libstdc++]: Avoid -Wcast-qual warnings in src/c++98/compatibility.cc
- From: Paolo Carlini <paolo dot carlini at oracle dot com>
- To: Uros Bizjak <ubizjak at gmail dot com>
- Cc: "gcc-patches at gcc dot gnu dot org" <gcc-patches at gcc dot gnu dot org>, libstdc++ at gcc dot gnu dot org, Jakub Jelinek <jakub at redhat dot com>
- Date: Wed, 07 Aug 2013 23:47:55 +0200
- Subject: Re: [PATCH, libstdc++]: Avoid -Wcast-qual warnings in src/c++98/compatibility.cc
- References: <CAFULd4b1wMYmGosnnoCR_f3-hTjc2g0V1PAVKKCwzpEjLcQ1=Q at mail dot gmail dot com>
Hi,
On 08/07/2013 10:48 PM, Uros Bizjak wrote:
2013-08-07 Uros Bizjak <ubizjak@gmail.com>
* src/c++98/compatibility.cc (_ZTIe): Use const_cast to avoid warning.
(_ZTIPe): Ditto.
(ZTIPKe): Ditto.
The patch was bootstrapped on alpha-linux-gnu, regression test is still running.
OK for mainline if regtest shows no problems? Also for 4.8?
I think you want in any case Jakub to have a look.
Paolo.