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, RFC] PR c++/63959, continued


On 19 January 2015 at 18:28, Ville Voutilainen
<ville.voutilainen@gmail.com> wrote:
> When I patched the triviality test for volatile types, I missed two cases:
> 1) volatile members in a class should make the class non-trivial.
> 2) a volatile class type should itself be non-trivial.
> (based on [basic.types]/9, [class]/6, [class.copy]/12 and [class.copy]/25)
>
> I haven't completed testing this yet, I still need to run the full testsuite
> to make sure there are no regressions. I'm not sure whether this
> can go into gcc5, since we're at stage 4.


Not quite done yet, some tests need adjusting, I will fix them shortly.


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