This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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: testsuite failures on v7 branch due to concept-checks


Chris Jefferson wrote:
Jonathan Wakely wrote:

Chris, Paolo,

I'm seeing the following FAILs on the v7 branch when concept-checks are
enabled:



As you'd probably expect, almost certainly my fault :) I'll have a look
ASAP. I have a feeling it's a bug in the binary concept check, but I'll
check, and get back :)


And it is my fault, the binary concept check just shows it up :) This is just a testsuite bug (in testsuite_iterator.h), where I've defined:
operator+(random_access_iterator_wrapper, ptrdiff_t) (inline)
and not defined
operator+(ptrdiff_t, random_access_iterator_wrapper). I'll whip up a fix as soon as I can figure out why I can't build gcc at the moment :)


PS, Jonathan, if you look at so_7, you'll probably notice that a lot of functions aren't inlined which really should be :) I intend to get around to looking over the inlining once things have carmed a little (just incase you were intending to look through it...)

Chris


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