gnucap-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnucap-devel] New gnucap development snapshot


From: al davis
Subject: Re: [Gnucap-devel] New gnucap development snapshot
Date: Wed, 6 Dec 2006 23:31:06 -0500
User-agent: KMail/1.9.5

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.  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]