www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 7474] New: ICE cgcs.c 354 on instanciating a struct with field and destructor as tuple

reply d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=7474

           Summary: ICE cgcs.c 354 on instanciating a struct with field
                    and destructor as tuple
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: ice, ice-on-valid-code
          Severity: major
          Priority: P2
         Component: DMD
        AssignedTo: nobody puremagic.com
        ReportedBy: sludwig outerproduct.org


--- Comment #0 from Sönke Ludwig <sludwig outerproduct.org> 2012-02-09 11:18:59
PST ---
The following code produces "Internal error: ..\ztc\cgcs.c 354".

---
struct S {
  float x;
  ~this() {}
}

void fun(T...)() { T x; }
void gun() { fun!S(); }
---

Changing float to byte, short, int, long or the unsigned variants of these
makes the code compile. All other primitive types seem to fail.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Feb 09 2012
parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=7474


yebblies <yebblies gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fawzi gmx.ch


--- Comment #1 from yebblies <yebblies gmail.com> 2013-01-03 15:42:52 EST ---
*** Issue 8761 has been marked as a duplicate of this issue. ***

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Jan 02 2013