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