[Issue 9051] Passing an immutable global with post-blit to a CTFE function

2021-03-16 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9051 RazvanN changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 9051] Passing an immutable global with post-blit to a CTFE function

2012-11-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9051 --- Comment #3 from Don 2012-11-26 00:56:22 PST --- (In reply to comment #2) > (In reply to comment #1) > > The error message is not coming from CTFE. Here's a simple case from a > > comment > > in the compiler source code (declaration.c): > >

[Issue 9051] Passing an immutable global with post-blit to a CTFE function

2012-11-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9051 --- Comment #2 from Dmitry Olshansky 2012-11-21 10:49:17 PST --- (In reply to comment #1) > The error message is not coming from CTFE. Here's a simple case from a comment > in the compiler source code (declaration.c): > > /* The problem is th

[Issue 9051] Passing an immutable global with post-blit to a CTFE function

2012-11-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9051 Don changed: What|Removed |Added Keywords||diagnostic Summary|[CTFE] Working with