[Issue 2709] foreach with undefined identifier segfaults dmd
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Thu Mar 5 06:28:41 PST 2009
http://d.puremagic.com/issues/show_bug.cgi?id=2709
------- Comment #1 from georg at iki.fi 2009-03-05 08:28 -------
(In reply to comment #0)
> void main(string[] args)
> {
> foreach (line; stdin.byLine())
> {
printf(); // Same output as original post.
> }
> }
>
> Segfaults the compiler. Output is:
>
> dmd segtest.d
> segtest.d(3): Error: undefined identifier stdin
> segtest.d(3): Error: undefined identifier stdin
> segtest.d(3): Error: no property 'byLine' for type 'int'
> segtest.d(3): Error: function expected before (), not 1 of type int
> segtest.d(3): Error: foreach: int is not an aggregate type
> Segmentation fault
>
> Tested with both 2.025 and 2.026.
>
--
More information about the Digitalmars-d-bugs
mailing list