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

           Summary: ICE(expression.c:4434): SymbolExp::SymbolExp(Loc, TOK,
                    int, Declaration*, int): Assertion `var' failed.
           Product: D
           Version: D1 & D2
          Platform: x86_64
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nob...@puremagic.com
        ReportedBy: rob...@octarineparrot.com


--- Comment #0 from Robert Clipsham <rob...@octarineparrot.com> 2011-08-07 
20:08:53 BST ---
The following code:
----
void error(...){}
----
Causes dmd 2.054 to ICE with the following errors:
----
Log.d(1): Error: '__va_argsave_t' is not defined, perhaps you need to import
core.vararg; ?
Log.d(1): Error: function Log.error must import core.vararg to use variadic
functions
dmd: expression.c:4434: SymbolExp::SymbolExp(Loc, TOK, int, Declaration*, int):
Assertion `var' failed.
Aborted
----
On linux x86_64.

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

Reply via email to