Bug 1607 – Segmentation fault on x86_64

Status
RESOLVED
Resolution
DUPLICATE
Severity
normal
Priority
P2
Component
dmd
Product
D
Version
D2
Platform
x86
OS
Linux
Creation time
2007-10-23T01:40:00Z
Last change time
2015-06-09T01:31:20Z
Assigned to
dvdfrdmn
Creator
pop.atry

Comments

Comment #0 by pop.atry — 2007-10-23T01:40:51Z
the error is: /home/yangbo/trunk/tango/tango/text/convert/Format.d:0: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See <URL:http://gcc.gnu.org/bugs.html> for instructions. This bug will appear anywhere I write Layout!(char).
Comment #1 by pop.atry — 2007-10-23T01:59:18Z
module test; void foo(int n, ...) { TypeInfo[] arguments = _arguments; void* args = _argptr; // this line causes crash. } void main() { foo(1,4,5); }
Comment #2 by pop.atry — 2007-10-23T02:05:44Z
*** This bug has been marked as a duplicate of 1507 ***