[Issue 6774] ICE(glue.c) totym gagged forward reference error

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Oct 5 20:26:56 PDT 2013


http://d.puremagic.com/issues/show_bug.cgi?id=6774


Walter Bright <bugzilla at digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |bugzilla at digitalmars.com
         Resolution|                            |WORKSFORME


--- Comment #8 from Walter Bright <bugzilla at digitalmars.com> 2013-10-05 20:26:52 PDT ---
(In reply to comment #7)
> Reduced test case for comment 5:
> ----
> void foo(T)(ref immutable(T) data) {}
> 
> void test6774() {
>   immutable a = 2.0f;
>   foo!(float)(a);
> }


This compiles without error on 2.064 head.

-- 
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