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 PR65767]Fix test case failure on arm-none-eabi


On Mon, Apr 20, 2015 at 09:17:21AM +0100, Ramana Radhakrishnan wrote:
> On Mon, Apr 20, 2015 at 7:50 AM, Bin Cheng <bin.cheng@arm.com> wrote:
> > Hi,
> > As comments at PR65767 and PR65718, we should use namespace other than std
> > to avoid duplicated definition problem on arm-none-eabi.  This patch fixes
> > the issue.  It is an obvious change, but I will wait for approval because of
> > GCC5 branch.
> 
> Ok for trunk.
> 
> Please wait for Jakub to ack for the GCC 5 branch as the release
> appears to be imminent.

It is ok for the branch even now too.

> > Is it OK?
> >
> > gcc/testsuite/ChangeLog
> > 2015-04-20  Bin Cheng  <bin.cheng@arm.com>
> >
> >         PR testsuite/65767
> >         * g++.dg/lto/pr65276_0.C: Change namespace std to std2.
> >         * g++.dg/lto/pr65276_1.C: Change namespace std to std2.

	Jakub


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