[Bug 175] ice while building aaA.d with enable checking

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Jun 5 23:22:22 PDT 2006


http://d.puremagic.com/bugzilla/show_bug.cgi?id=175





------- Comment #1 from braddr at puremagic.com  2006-06-06 01:22 -------
The reduced test case:

      1 struct Array { int i; }
      2 Array _aaValues() {
      3     Array a;
      4     void _aaValues_x() { }
      5     return a;
      6 }

The line number is now line 5.  Removing line 4 makes the error go away.


-- 




More information about the D.gnu mailing list