[Issue 4750] fail_compilation/fail225.d causes dmd to segv

2011-03-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4750 Brad Roberts changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Issue 4750] fail_compilation/fail225.d causes dmd to segv

2011-02-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4750 --- Comment #7 from Brad Roberts 2011-02-13 21:51:23 PST --- see also: https://github.com/D-Programming-Language/dmd/pull/8 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail bec

[Issue 4750] fail_compilation/fail225.d causes dmd to segv

2011-02-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4750 Brad Roberts changed: What|Removed |Added Status|NEW |ASSIGNED AssignedTo|nob...@purem

[Issue 4750] fail_compilation/fail225.d causes dmd to segv

2011-02-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4750 --- Comment #6 from Brad Roberts 2011-02-13 21:47:33 PST --- Created an attachment (id=908) fix a few error handling paths Several of the error paths in StructInitializer::semantic fail to set errors which can lead to continuing to work with

[Issue 4750] fail_compilation/fail225.d causes dmd to segv

2011-02-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4750 --- Comment #5 from Brad Roberts 2011-02-13 21:08:41 PST --- Ok, te is null in windows as well, but for whatever reason, it's not seg faulting. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are rec

[Issue 4750] fail_compilation/fail225.d causes dmd to segv

2011-02-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4750 --- Comment #4 from Brad Roberts 2011-02-13 17:36:48 PST --- I just re-tried this one. It still fails on linux but not on windows. Odd. #0 0x080b5f22 in Type::isImmutable (this=0x0) at mtype.h:256 #1 0x08134fbb in Type::invariantOf (this=

[Issue 4750] fail_compilation/fail225.d causes dmd to segv

2010-08-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4750 --- Comment #3 from Brad Roberts 2010-08-30 23:29:58 PDT --- ok, tested on linux with r652: $ gdb --args ../src/dmd -Ifail_compilation -odtest_results/fail_compilation -oftest_results/fail_compilation/fail225 -c fail_compilation/fail225.d fa

[Issue 4750] fail_compilation/fail225.d causes dmd to segv

2010-08-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4750 --- Comment #2 from Brad Roberts 2010-08-30 15:07:13 PDT --- I'll sync up tonight and re-verify on linux. If it segv's still, I'll dig into what's up. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You

[Issue 4750] fail_compilation/fail225.d causes dmd to segv

2010-08-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4750 --- Comment #1 from Don 2010-08-30 14:01:38 PDT --- I cannot reproduce this (on Windows). I tried 2.048, and svn 646, svn 647, svn 648, svn 651. In every case, I get: bad.d(18): Error: cannot implicitly convert expression (1) of type int to ch