[Issue 3144] Invalid break accepted

2012-10-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3144



--- Comment #3 from github-bugzi...@puremagic.com 2012-10-27 04:33:52 PDT ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/c345b379a40280158a31fd041a30b7eb3962bbbf
fix Issue 3144 - Invalid break accepted

https://github.com/D-Programming-Language/dmd/commit/86a378bc33aa0698e3245a04088449315ae0b852
Merge pull request #1182 from 9rnsr/fix3144

Another fix for Issue 3144 - Invalid break accepted

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 3144] Invalid break accepted

2012-01-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3144


yebblies  changed:

   What|Removed |Added

   Keywords||patch


--- Comment #2 from yebblies  2012-01-30 17:53:47 EST ---
https://github.com/D-Programming-Language/dmd/pull/660

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 3144] Invalid break accepted

2012-01-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3144


yebblies  changed:

   What|Removed |Added

 CC||yebbl...@gmail.com
Version|2.031   |D1 & D2
 AssignedTo|nob...@puremagic.com|yebbl...@gmail.com
 OS/Version|Windows |All


--- Comment #1 from yebblies  2012-01-30 17:46:39 EST ---
This is a parser bug, from what I can tell.  dmd assumes that the statements
inside a switch block are terminated with a '}', which isn't the case here.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---