This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: I am soon to be ...
- From: "Aaron W. LaFramboise" <aaronavay62 at aaronwl dot com>
- To: Ric Thornborough <rict123 at hotmail dot com>
- Cc: gcc at gnu dot org
- Date: Mon, 29 Nov 2004 23:56:57 -0600
- Subject: Re: I am soon to be ...
- References: <BAY101-F36286929950138BF49F3F9F3BD0@phx.gbl>
Ric Thornborough wrote:
> efforts. Is the GNU compiler compatible with Solaris for Intel? Am I on the
One nit is that SunCC C++ supports cfront-style separate template
compilation (no export though), and GCC doesn't support this at all.
This is unfortunately a barrier to adoption of GCC at my local university.
If anyone has any experience hacking GCC to have similar separate
compilation features, I'd love to hear about it. I don't think it would
be difficult, as SunCC's implementation of the feature is broken and
limited in numerous ways that make it a lot easier to implement than
something like export.
Aaron W. LaFramboise