Bug 1130 – Internal error: ..\ztc\gflow.c 1334

Status
RESOLVED
Resolution
FIXED
Severity
regression
Priority
P2
Component
dmd
Product
D
Version
D1 (retired)
Platform
x86
OS
Windows
Creation time
2007-04-12T11:32:00Z
Last change time
2014-02-16T15:24:00Z
Assigned to
bugzilla
Creator
chris

Comments

Comment #0 by chris — 2007-04-12T11:32:39Z
Bug introduced in DMD v1.011 preventing my project from compiling with this compiler version. Compiling with -v the error spits out after "function platform" for code similar to this, although this code tested by itself doesn't error: final class OperatingSystem { final: this(int platId, int ver) { this.platId = platId; this.vers = ver; } int platform() { return platId; } int ver() { return vers; } private: int platId; int vers; }
Comment #1 by braddr — 2007-04-13T22:25:48Z
Testing new 'regression' severity level.
Comment #2 by bugzilla — 2007-04-20T13:15:55Z
Is this still happening with dmd 1.013 ?
Comment #3 by chris — 2007-04-21T12:31:12Z
Not happening for me anymore.