David Friedman wrote:
This is probably a better test:
--- d-codegen.cc.orig Tue Jun 7 14:10:57 2005
+++ d-codegen.cc Tue Jun 7 14:11:55 2005
@@ -1757,7 +1757,7 @@
char buf[256];
#if defined (TARGET_IS_PE_COFF)
- if (DECL_ONE_ONLY (function))
+ // if (DECL_ONE_ONLY (function))
return function;
#endif
It might break -fpic code generation again, though. I won't be able to
test it until later today, but you can try it yourself by adding "-fpic"
to the DFLAGS in Phobos Makefile.
Yes, now it compiles, thank you.
Gerrit
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/