[Issue 7874] New: [CTFE] CTFE internal error: unsupported assignment
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Apr 9 09:48:01 PDT 2012
http://d.puremagic.com/issues/show_bug.cgi?id=7874
Summary: [CTFE] CTFE internal error: unsupported assignment
Product: D
Version: D2
Platform: All
OS/Version: All
Status: NEW
Keywords: CTFE, rejects-valid
Severity: minor
Priority: P5
Component: DMD
AssignedTo: nobody at puremagic.com
ReportedBy: timon.gehr at gmx.ch
--- Comment #0 from timon.gehr at gmx.ch 2012-04-09 09:48:43 PDT ---
DMD 2.058, 2.059head:
int foo(int x){return ++x=1;}
enum bar = foo;
Error: CTFE internal error: unsupported assignment (x++ , x) = 1
--
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