[Issue 235] goto scope: cannot goto forward into different try block level

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=235

Andrei Alexandrescu and...@erdani.com changed:

   What|Removed |Added

   Target Milestone|2.059   |---
Version|D1  D2 |D2

--


[Issue 235] goto scope: cannot goto forward into different try block level

2013-11-15 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=235


Andrei Alexandrescu and...@erdani.com changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED


--- Comment #11 from Andrei Alexandrescu and...@erdani.com 2013-11-15 
19:24:22 PST ---
Just tried it now, works as expected.

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


[Issue 235] goto scope: cannot goto forward into different try block level

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


Jesse Phillips jesse.k.phillip...@gmail.com changed:

   What|Removed |Added

 CC||jesse.k.phillip...@gmail.co
   ||m
   Target Milestone|--- |2.059


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


[Issue 235] goto scope: cannot goto forward into different try block level

2010-11-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=235


Andrei Alexandrescu and...@metalanguage.com changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 CC||and...@metalanguage.com
   Severity|critical|normal


--- Comment #10 from Andrei Alexandrescu and...@metalanguage.com 2010-11-26 
10:35:59 PST ---
Downgrading severity as there are plenty of workarounds.

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


[Issue 235] goto scope: cannot goto forward into different try block level

2010-11-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=235


Don clugd...@yahoo.com.au changed:

   What|Removed |Added

 CC||clugd...@yahoo.com.au


--- Comment #9 from Don clugd...@yahoo.com.au 2010-11-24 19:40:57 PST ---
Starting with 1.064, the error message has changed to cannot goto into try
block. The code compiles on 2.010 and later.

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


[Issue 235] goto scope: cannot goto forward into different try block level

2009-09-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=235


puremagic@bregalad.de changed:

   What|Removed |Added

 CC||puremagic@bregalad.de


--- Comment #8 from puremagic@bregalad.de 2009-09-16 01:37:26 PDT ---
Concerning Michael Arntzenius comment: After running into this problem in linux
(DMD 1.043), I can confirm that exactly his example compiles on _neither_ linux
(DMD 1.043) or OSX (DMD 1.046)...  so it's apparently not quite linux-only
(although I suppose the linux and OSX source code is substantially the
same...).

Error: cannot goto forward into different try block level.

In both cases, -o- makes the error message go away as suggested by
to...@yahoo.com, but this doesn't seem like a terribly useful observation (at
least not from the perspective of a user ,-))

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


[Issue 235] goto scope: cannot goto forward into different try block level

2009-07-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=235


Mario Kroeplin nilpe...@googlemail.com changed:

   What|Removed |Added

 CC||nilpe...@googlemail.com
 AssignedTo|nob...@puremagic.com|bugzi...@digitalmars.com




--- Comment #6 from Mario Kroeplin nilpe...@googlemail.com  2009-07-18 
06:10:06 PDT ---
Some contracts on 'synchronized' functions are still rejected by the compilers
D_1.046 and D_2.031 without indicating line numbers or providing intelligible
information.

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


[Issue 235] goto scope: cannot goto forward into different try block level

2009-07-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=235


Brad Roberts bra...@puremagic.com changed:

   What|Removed |Added

 CC||bra...@puremagic.com




--- Comment #7 from Brad Roberts bra...@puremagic.com  2009-07-18 10:32:20 
PDT ---
Mario, are you reporting that this bug isn't fixed, or that you have other test
cases that include additional issues?  If you have additional test cases that
produce different issues please file a new bug and include complete examples
including both the code to reproduce it and the output from the compiler that
shows exactly what you're showing to be done wrong.  Vague reports like your
reply here aren't particularly actionable.

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