[Issue 12034] Union and inlining leads to erroneous "Error: variable used before set"

2015-10-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12034 ponce changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 12034] Union and inlining leads to erroneous "Error: variable used before set"

2015-09-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12034 --- Comment #2 from ponce --- DMD v2.068.0 refuses this program with: test.d(15): Error: variable hu used before set Not sure if intended because the whole variable is written with hu.f = asHalf; --

[Issue 12034] Union and inlining leads to erroneous "Error: variable used before set"

2014-01-29 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12034 --- Comment #1 from ponce 2014-01-29 10:59:59 PST --- Compile with: $ dmd testcase.d -O -inline -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---