[Issue 2687] ICE(statement.c): tuple foreach in an erroneous template.

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Aug 13 00:03:01 PDT 2009


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


Don <clugdbug at yahoo.com.au> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |patch
                 CC|                            |clugdbug at yahoo.com.au




--- Comment #5 from Don <clugdbug at yahoo.com.au>  2009-08-13 00:03:01 PDT ---

Failing because StaticAssertStatement doesn't define blockExit(). It's the only
type of statement which doesn't.

/* PATCH: statement.h line 435. Add this member to struct
StaticAssertStatement.
    int blockExit() 
    { return BEfallthru;
      // Static assert never generates code, it's always fall through.
    }

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