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

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6451

Andrei Alexandrescu and...@erdani.com changed:

   What|Removed |Added

Version|D1  D2 |D2

--


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

2012-01-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6451


Robert Clipsham rob...@octarineparrot.com changed:

   What|Removed |Added

   Keywords||patch


--- Comment #4 from Robert Clipsham rob...@octarineparrot.com 2012-01-29 
13:15:11 GMT ---
https://github.com/D-Programming-Language/dmd/pull/655

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


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

2012-01-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6451



--- Comment #5 from github-bugzi...@puremagic.com 2012-01-29 11:22:13 PST ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/28c551f3c3675f5b2ade26fe23f513f73085c4a2
Fix bug 6451 - [64bit] ICE(expression.c:4434): SymbolExp::SymbolExp(Loc, TOK,
int, Declaration*, int): Assertion `var' failed.

https://github.com/D-Programming-Language/dmd/commit/425a97c9e9fa20985ed8767109aacc61517c017e
Merge pull request #655 from mrmonday/bug6451

Fix bug 6451

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


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

2012-01-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6451



--- Comment #6 from github-bugzi...@puremagic.com 2012-01-29 11:27:45 PST ---
Commit pushed to dmd-1.x at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/3bfdbc8fbf58a12357469d1e81a9b224a1754bd8
fix issue 6451

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


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

2012-01-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6451


Walter Bright bugzi...@digitalmars.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||bugzi...@digitalmars.com
 Resolution||FIXED


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


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

2012-01-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6451


Don clugd...@yahoo.com.au changed:

   What|Removed |Added

 CC||clugd...@yahoo.com.au
Summary|ICE(expression.c:4434): |[64bit]
   |SymbolExp::SymbolExp(Loc,   |ICE(expression.c:4434):
   |TOK, int, Declaration*, |SymbolExp::SymbolExp(Loc,
   |int): Assertion `var'   |TOK, int, Declaration*,
   |failed. |int): Assertion `var'
   ||failed.


--- Comment #2 from Don clugd...@yahoo.com.au 2012-01-27 23:56:12 PST ---
Works on Windows 32 bit. I assume this is 64 bit only, where varargs are done
differently.

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


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

2012-01-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6451



--- Comment #3 from Robert Clipsham rob...@octarineparrot.com 2012-01-28 
11:09:08 GMT ---
Definitely a 64bit issue, works on OS X 32, not on OS X 64 (same assertion)
using dmd 2.057.

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