This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: C++ PATCH for c++/36959 (unnecessarily emitting inline function with static var)
- From: "H.J. Lu" <hjl dot tools at gmail dot com>
- To: Jason Merrill <jason at redhat dot com>
- Cc: gcc-patches List <gcc-patches at gcc dot gnu dot org>
- Date: Wed, 10 Feb 2010 19:21:22 -0800
- Subject: Re: C++ PATCH for c++/36959 (unnecessarily emitting inline function with static var)
- References: <4AF0B8C9.9010609@redhat.com>
On Tue, Nov 3, 2009 at 3:12 PM, Jason Merrill <jason@redhat.com> wrote:
> Removing the code suggested in the PR discussion didn't cause any testsuite
> regressions. ?-frepo doesn't seem to work properly on i686-pc-linux-gnu, so
> rather than test the effect on -frepo I just conditioned the code on -frepo.
>
> Tested x86_64-pc-linux-gnu, applied to trunk. ?Will also apply to 4.4 after
> testing.
>
This caused:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43024
--
H.J.