Thread overview | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
January 09, 2012 [Issue 7254] New: [ICE backend\cod3.c 446] With wrong return in try-catch | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=7254 Summary: [ICE backend\cod3.c 446] With wrong return in try-catch Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Keywords: rejects-valid Severity: normal Priority: P2 Component: DMD AssignedTo: nobody@puremagic.com ReportedBy: bearophile_hugs@eml.cc --- Comment #0 from bearophile_hugs@eml.cc 2012-01-09 12:27:48 PST --- alias immutable(char)[1] Foo; Foo bar() { try { return ""; // wrong } catch (Exception e) { Foo result; return result; } } void main() {} DMD 2.058head: Internal error: backend\cod3.c 446 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
October 06, 2013 [Issue 7254] ICE(cod3.c) With wrong return in try-catch | ||||
---|---|---|---|---|
| ||||
Posted in reply to bearophile_hugs@eml.cc | http://d.puremagic.com/issues/show_bug.cgi?id=7254 Walter Bright <bugzilla@digitalmars.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bugzilla@digitalmars.com Platform|x86 |All OS/Version|Windows |All --- Comment #1 from Walter Bright <bugzilla@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: ------- |
October 06, 2013 [Issue 7254] ICE(cod3.c) returning strings as static arrays | ||||
---|---|---|---|---|
| ||||
Posted in reply to bearophile_hugs@eml.cc | http://d.puremagic.com/issues/show_bug.cgi?id=7254 --- Comment #2 from Walter Bright <bugzilla@digitalmars.com> 2013-10-06 16:09:18 PDT --- https://github.com/D-Programming-Language/dmd/pull/2636 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
October 09, 2013 [Issue 7254] ICE(cod3.c) returning strings as static arrays | ||||
---|---|---|---|---|
| ||||
Posted in reply to bearophile_hugs@eml.cc | http://d.puremagic.com/issues/show_bug.cgi?id=7254 --- Comment #3 from github-bugzilla@puremagic.com 2013-10-08 21:13:49 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/6c7075cad75af92f10b232ae3cc702a59a5c0b2c fix Issue 7254 - ICE(cod3.c) returning strings as static arrays https://github.com/D-Programming-Language/dmd/commit/14d3b2145f1b77edfd480f7406fe5c4ffee98f9f Merge pull request #2636 from WalterBright/fix7254 fix Issue 7254 - ICE(cod3.c) returning strings as static arrays -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
October 09, 2013 [Issue 7254] ICE(cod3.c) returning strings as static arrays | ||||
---|---|---|---|---|
| ||||
Posted in reply to bearophile_hugs@eml.cc | http://d.puremagic.com/issues/show_bug.cgi?id=7254 Walter Bright <bugzilla@digitalmars.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
Copyright © 1999-2021 by the D Language Foundation