[Bug 275] gdc segfaults

gdc-bugzilla at gdcproject.org gdc-bugzilla at gdcproject.org
Sat Oct 21 11:11:16 UTC 2017


https://bugzilla.gdcproject.org/show_bug.cgi?id=275

Sebastien Alaiwan <sebastien.alaiwan at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sebastien.alaiwan at gmail.com

--- Comment #1 from Sebastien Alaiwan <sebastien.alaiwan at gmail.com> ---
(inline the attachment for convenience)

int main()
{
  auto tab = [1];
  assert(tab == tab[] + 1);
  return 0;
}

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the D.gnu mailing list