This is the mail archive of the
gcc-prs@gcc.gnu.org
mailing list for the GCC project.
Re: c++/3354: Internal compiler error while compiling ORBIX 3.3 CORBA code
- To: bert dot laverman at ps dot net, gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, nobody at gcc dot gnu dot org
- Subject: Re: c++/3354: Internal compiler error while compiling ORBIX 3.3 CORBA code
- From: aoliva at gcc dot gnu dot org
- Date: 23 Jun 2001 06:42:31 -0000
Synopsis: Internal compiler error while compiling ORBIX 3.3 CORBA code
State-Changed-From-To: open->closed
State-Changed-By: aoliva
State-Changed-When: Fri Jun 22 23:42:31 2001
State-Changed-Why:
You have failed to post the preprocessed sources, which would be necessary for us to duplicate and possibly fix the problem.
Anyway, even if you succeeded in compiling the program, you'd eventually find yourself unable to link with Orbix's libraries. Since they're designed to work with MS-VC++, they use name mangling and class lay-out that is not compatible with the way GCC does name mangling and type lay-out.
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=3354&database=gcc