Changes between Initial Version and Version 1 of Ticket #6417
- Timestamp:
- Aug 1, 2010, 1:19:25 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6417 – Description
initial v1 1 1 Been trying to compile Tango using LDC D compiler, and it crashed so started investigating, this test crashes on haiku but not on linux: 2 2 {{{ 3 3 /* vfprintf example */ 4 4 #include <stdio.h> … … 25 25 return 0; 26 26 } 27 28 }}}