Re: r245264 - Generating assumption loads of vptr after ctor call (fixed)

2015-08-17 Thread Piotr Padlewski via cfe-commits
Thanks. I have no idea what happen, but I will fix it tomorrow. Piotr On Mon, Aug 17, 2015 at 10:43 PM, Justin Bogner wrote: > Piotr Padlewski via cfe-commits writes: > > Author: prazek > > Date: Mon Aug 17 22:52:00 2015 > > New Revision: 245264 > > > > URL: http://llvm.org/viewvc/llvm-projec

Re: r245267 - Revert "Generating assumption loads of vptr after ctor call (fixed)"

2015-08-17 Thread Richard Smith via cfe-commits
Are you sure it was this change and not r245265? On Aug 17, 2015 10:41 PM, "Justin Bogner via cfe-commits" < cfe-commits@lists.llvm.org> wrote: > Author: bogner > Date: Tue Aug 18 00:40:20 2015 > New Revision: 245267 > > URL: http://llvm.org/viewvc/llvm-project?rev=245267&view=rev > Log: > Revert

Re: r245267 - Revert "Generating assumption loads of vptr after ctor call (fixed)"

2015-08-17 Thread Justin Bogner via cfe-commits
Richard Smith writes: > Are you sure it was this change and not r245265? Pretty sure - I ran the crash repro script with tot and it repro'd, then with r245264 reverted and it didn't. That's when I pushed the revert. > On Aug 17, 2015 10:41 PM, "Justin Bogner via cfe-commits" < > cfe-commits@list

r245268 - [OPENMP 4.1] Allow variables with reference types in private clauses.

2015-08-17 Thread Alexey Bataev via cfe-commits
Author: abataev Date: Tue Aug 18 01:47:21 2015 New Revision: 245268 URL: http://llvm.org/viewvc/llvm-project?rev=245268&view=rev Log: [OPENMP 4.1] Allow variables with reference types in private clauses. OpenMP 4.1 allows to use variables with reference types in all private clauses (private, fir

Re: r245267 - Revert "Generating assumption loads of vptr after ctor call (fixed)"

2015-08-17 Thread Piotr Padlewski via cfe-commits
Confirm, the assertions are different from the last one. On Mon, Aug 17, 2015 at 11:45 PM, Justin Bogner via cfe-commits < cfe-commits@lists.llvm.org> wrote: > Richard Smith writes: > > Are you sure it was this change and not r245265? > > Pretty sure - I ran the crash repro script with tot and i

Re: r245267 - Revert "Generating assumption loads of vptr after ctor call (fixed)"

2015-08-17 Thread Justin Bogner via cfe-commits
Yep, looks like two distinct problems. I'm going to revert r245265 as well and send Piotr the crash repro for the second assertion. Piotr Padlewski writes: > Confirm, the assertions are different from the last one. > > On Mon, Aug 17, 2015 at 11:45 PM, Justin Bogner via cfe-commits < > cfe-commit

<    1   2