[Issue 2851] Segfault(expression.c) using C-style struct initializer with too few arguments

2014-04-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2851

Walter Bright  changed:

   What|Removed |Added

Version|1.044   |D1

--


[Issue 2851] Segfault(expression.c) using C-style struct initializer with too few arguments

2009-10-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2851


Walter Bright  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||FIXED


--- Comment #5 from Walter Bright  2009-10-13 
13:51:30 PDT ---
Fixed dmd 1.049

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


[Issue 2851] Segfault(expression.c) using C-style struct initializer with too few arguments

2009-08-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2851


Don  changed:

   What|Removed |Added

   Keywords||patch




--- Comment #4 from Don   2009-08-13 00:00:52 PDT ---
Seems like this was just missed in copying from D2 to D1.
Segfaulting in StructLiteralExp::getFieldIndex() in expression.c.

PATCH: 
Just copy int StructLiteralExp::getFieldIndex(Type *type, unsigned offset)
(line 3197) from D2 to D1. (Needs if(elements->dim){ ... } around the for
loop).

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


[Issue 2851] Segfault(expression.c) using C-style struct initializer with too few arguments

2009-05-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2851


Gide Nwawudu  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 CC||g...@nwawudu.com
 Resolution|FIXED   |




--- Comment #3 from Gide Nwawudu   2009-05-15 16:13:17 PDT ---
Re-opened because DMD 1.045 segfaults.

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


[Issue 2851] Segfault(expression.c) using C-style struct initializer with too few arguments

2009-05-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2851


Walter Bright  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Comment #2 from Walter Bright   2009-05-15 
12:19:00 PDT ---
Fixed dmd 2.030

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