On Wednesday 06 December 2006 23:03, Dan McMahill wrote: > Builds ok and seems to run some of the examples ok on both > solaris-2.9/sparc and NetBSD-2.0/alpha both using gcc3. You > already know of the issues with the sun studio compilers.
The one about something in the STL headers being multiply defined, right? If it can't be solved, probably it should be reported to Sun as a bug. > In terms of the __func__ bit not being defined everywhere, > this seems to work although I don't need that with gcc and > the sun compilers are the only non-gcc compilers I have > access to. Another possibility is to just not use it. That is the way I have dealt with other portability issues. Ordinary users should never see it. It helps debugging for me. Those "untested" calls print a message, so I can prove to myself that it actually goes that way. They are defined to blanks and disappear with a "release build". The only ones remaining, that stay on, are "unreachable" and "incomplete". Regular users should never see these, but I want to know if they do, because it always indicates a bug. Since you did the work, and it doesn't complicate the actual code any, Let's put the test in. _______________________________________________ Gnucap-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnucap-devel
