GCC 5.0 was released, the full support golang 1.4.2, but why not
support GDC?
Look GCC 5 Release Series Changes, New Features, and Fixes:
https://gcc.gnu.org/gcc-5/changes.html
The recently added weak attribute shows a small difference in behavior
compared to c:
#include
__attribute__((weak)) int test();
int main()
{
printf("%p %d\n", &test, (int)&test);
return 0;
}
(nil) 0
import core.st
http://bugzilla.gdcproject.org/show_bug.cgi?id=172
Johannes Pfau changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
http://bugzilla.gdcproject.org/show_bug.cgi?id=113
Johannes Pfau changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
CC|
http://bugzilla.gdcproject.org/show_bug.cgi?id=150
Johannes Pfau changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|
http://bugzilla.gdcproject.org/show_bug.cgi?id=104
Johannes Pfau changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|