Re: Problem with extern function declarations

2015-04-22 Thread Jens Bauer via D.gnu
On Tuesday, 21 April 2015 at 14:10:36 UTC, Johannes Pfau wrote: Am Tue, 21 Apr 2015 11:42:40 + schrieb "Jens Bauer" : I'm still hoping for a solution to this. Should I file a bug-report ? Didn't this[1] commit fix the problem? I can confirm that the problem is fixed. -And the code gener

Re: Problem with extern function declarations

2015-04-21 Thread Jens Bauer via D.gnu
On Tuesday, 21 April 2015 at 14:10:36 UTC, Johannes Pfau wrote: Am Tue, 21 Apr 2015 11:42:40 + schrieb "Jens Bauer" : I'm still hoping for a solution to this. Should I file a bug-report ? Didn't this[1] commit fix the problem? My mistake. I had my git repository stuck on a 2 week old

Re: Problem with extern function declarations

2015-04-21 Thread Johannes Pfau via D.gnu
Am Tue, 21 Apr 2015 11:42:40 + schrieb "Jens Bauer" : > On Tuesday, 7 April 2015 at 19:31:25 UTC, Johannes Pfau wrote: > > The recently added weak attribute shows a small difference in > > behavior compared to c {snip} > > > > __attribute__((weak)) int test(); > > > > (nil) 0 > >

Re: Problem with extern function declarations

2015-04-21 Thread Jens Bauer via D.gnu
On Tuesday, 7 April 2015 at 19:31:25 UTC, Johannes Pfau wrote: The recently added weak attribute shows a small difference in behavior compared to c {snip} __attribute__((weak)) int test(); (nil) 0 @attribute("weak") void test(); => unresolved symbol test The problem