[Bug 179] invalid code generation with -O2 for method returning ref

2015-04-17 Thread via D.gnu
http://bugzilla.gdcproject.org/show_bug.cgi?id=179 Iain Buclaw changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 52] NRVO not implemented

2015-04-17 Thread via D.gnu
http://bugzilla.gdcproject.org/show_bug.cgi?id=52 Iain Buclaw changed: What|Removed |Added CC||ket...@ketmar.no-ip.org --- Comment #10 fro

[Bug 179] invalid code generation with -O2 for method returning ref

2015-04-17 Thread via D.gnu
http://bugzilla.gdcproject.org/show_bug.cgi?id=179 --- Comment #3 from Ketmar Dark --- also, adding 'final' either to `ref RestrictedSignal!(string, int) valueChanged ()` or to `@property void value (int v)` fixes the code too. -- You are receiving this mail because: You are watching all bug ch

[Bug 179] invalid code generation with -O2 for method returning ref

2015-04-17 Thread via D.gnu
http://bugzilla.gdcproject.org/show_bug.cgi?id=179 --- Comment #2 from Ketmar Dark --- p.p.s. i'm using GCC 4.9.2 and the corresponding HEAD branch of gdc on x86. -- You are receiving this mail because: You are watching all bug changes.

[Bug 179] invalid code generation with -O2 for method returning ref

2015-04-17 Thread via D.gnu
http://bugzilla.gdcproject.org/show_bug.cgi?id=179 Ketmar Dark changed: What|Removed |Added CC||ket...@ketmar.no-ip.org --- Comment #1 fro

[Bug 179] New: invalid code generation with -O2 for method returning ref

2015-04-17 Thread via D.gnu
http://bugzilla.gdcproject.org/show_bug.cgi?id=179 Bug ID: 179 Summary: invalid code generation with -O2 for method returning ref Product: GDC Version: 4.9.x Hardware: x86 OS: Linux Status: NEW