July 25, 2007 [Issue 1374] New: passing a ref const(type*) causes segmentation fault | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=1374 Summary: passing a ref const(type*) causes segmentation fault Product: D Version: 2.002 Platform: PC OS/Version: Linux Status: NEW Keywords: ice-on-valid-code Severity: normal Priority: P2 Component: DMD AssignedTo: bugzilla@digitalmars.com ReportedBy: kamm@incasoftware.de The code void foo(ref const(int*) var) {} void main() { int i; foo(&i); } produces a segmentation fault during compilation with dmd 2.003. -- |
July 26, 2007 [Issue 1374] passing a ref const(type*) causes segmentation fault | ||||
---|---|---|---|---|
| ||||
Posted in reply to d-bugmail | http://d.puremagic.com/issues/show_bug.cgi?id=1374 kamm-removethis@incasoftware.de changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE ------- Comment #1 from kamm-removethis@incasoftware.de 2007-07-26 08:17 ------- *** This bug has been marked as a duplicate of 1319 *** -- |
Copyright © 1999-2021 by the D Language Foundation