On Mon, 17 Dec 2018 at 23:05, Iain Buclaw wrote:
>
> On Wed, 28 Nov 2018 at 23:46, Iain Buclaw wrote:
> >
> > On Wed, 28 Nov 2018 at 22:32, Johannes Pfau wrote:
> > >
> > > Next version, addresses the review comments.
> > >
> > > Tested at https://github.com/D-Programming-GDC/GDC/pull/768
> > >
On Wed, 28 Nov 2018 at 23:46, Iain Buclaw wrote:
>
> On Wed, 28 Nov 2018 at 22:32, Johannes Pfau wrote:
> >
> > Next version, addresses the review comments.
> >
> > Tested at https://github.com/D-Programming-GDC/GDC/pull/768
> > ---
> > gcc/d/ChangeLog:
> >
> > 2018-11-28 Johannes Pfau
> >
> >
On Wed, 28 Nov 2018 at 22:32, Johannes Pfau wrote:
>
> Next version, addresses the review comments.
>
> Tested at https://github.com/D-Programming-GDC/GDC/pull/768
> ---
> gcc/d/ChangeLog:
>
> 2018-11-28 Johannes Pfau
>
> * expr.cc (ExprVisitor::visit(IdentityExp)): Add support for comp
Next version, addresses the review comments.
Tested at https://github.com/D-Programming-GDC/GDC/pull/768
---
gcc/d/ChangeLog:
2018-11-28 Johannes Pfau
* expr.cc (ExprVisitor::visit(IdentityExp)): Add support for complex
types.
(build_float_identity): New function.
gcc/tests