[Issue 7254] ICE(cod3.c) With wrong return in try-catch

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Oct 6 16:06:52 PDT 2013


http://d.puremagic.com/issues/show_bug.cgi?id=7254


Walter Bright <bugzilla at digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla at digitalmars.com
           Platform|x86                         |All
         OS/Version|Windows                     |All


--- Comment #1 from Walter Bright <bugzilla at digitalmars.com> 2013-10-06 16:06:50 PDT ---
This has nothing to do with try-catch. The following reproduces it:

immutable(char)[4] bar(int i) {
    return "1234";
}

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


More information about the Digitalmars-d-bugs mailing list