This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: C++ PATCH for c++/43108 (performance regression on mixed complex/real arithmetic)


On Thu, Feb 18, 2010 at 11:58 AM, Jason Merrill <jason@redhat.com> wrote:
> I don't claim to understand the underlying issues here, but the comments in
> the PR pointed out that Joseph had fixed the same issue in the C front end,
> so I just adapted his code to the equivalent function in the C++ front end,
> and moved his tests into c-c++-common. ?And then fixed another bug that was
> preventing them from compiling.
>
> The attached patch includes the changes I made to the tests so that they
> will compile as C++ as well. ?I verified that this patch fixes the testcase
> in the PR, but did not add it to the testsuite, since we now run the tests
> from Joseph.
>
> Tested x86_64-pc-linux-gnu, applied to trunk.
>

This caused:

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46304


-- 
H.J.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]