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: [patch] libstdc++/69105, 69106, 69114 use std::addressof


Hi Jonathan,

On 08/01/16 13:13, Jonathan Wakely wrote:
On 07/01/16 15:01 +0000, Jonathan Wakely wrote:
A bumper crop of addressof bugs where I was using & but should have
used std::addressof.

This caused a regression, fixed like so.

Tested x86_64-linux, committed to trunk.



You used "PR libstdc++/69160" in your changelog so the commit got logged
to the unrelated PR tree-optimization/69160 instead

Kyrill


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