freepooma-devel
[Top][All Lists]
Advanced

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

Re: [pooma-dev] Still more questions on GCC


From: Gabriel Dos Reis
Subject: Re: [pooma-dev] Still more questions on GCC
Date: 30 Oct 2001 09:23:02 +0100

Dave Nystrom <address@hidden> writes:

[...]

| Does GCC work in some different manner so that templates get compiled even if
| they are not referenced.

Formally, if the template is never referenced in a wya which requires
its instantiation, then GCC (at least, since the 2.95 series) won't
instantiate it.  Do you have a specific example on which EDG-base
compilers and GCC fundamentally different behaviour?  

|  I don't know if I am even making sense here but I
| am worried that I may be trying to compile code in TecFramework that has
| never been compiled by our other compilers and thus may be buggy.  Is that
| possible?

That is possible, but without no concrete example, anything I could
say would be speculations.

I find it a good thing to exercise your code with at least two
different compilers.

Best,

-- Gaby
CodeSourcery, LLC                       http://www.codesourcery.com

reply via email to

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