[Issue 6451] New: ICE(expression.c:4434): SymbolExp::SymbolExp(Loc, TOK, int, Declaration*, int): Assertion `var' failed.

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Aug 7 12:08:54 PDT 2011


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: nobody at puremagic.com
        ReportedBy: robert at octarineparrot.com


--- Comment #0 from Robert Clipsham <robert at 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: -------


More information about the Digitalmars-d-bugs mailing list