From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,d1ced5efd53fe6a1 X-Google-Attributes: gid103376,public From: dewar@merv.cs.nyu.edu (Robert Dewar) Subject: Re: Can Ada95 interface with C++? Date: 1997/02/24 Message-ID: #1/1 X-Deja-AN: 221056623 References: <5csvbd$ia2@top.mitre.org> <32F60684.59E2@gslink.net> <32F94DD7.3F54BC7E@worldnet.att.net> <1997Feb6.150722.14570@ocsystems.com> <1997Feb6.130819.1@eisner> <1997Feb11.153355.1@eisner> <1997Feb12.004642.31821@ocsystems.com> Organization: New York University Newsgroups: comp.lang.ada Date: 1997-02-24T00:00:00+00:00 List-Id: Joel says <> No, this is wrong, there is nothing GNU C++ specific about the GNAT C++ interface, and indeed the most extensive use of this interface is in conjunction with the SGI Delta C++ compiler, which is not compatible with G++. In GNAT, a single runtime unit defines the layout of tagged types and the dispatching interface, and to interface to a new C++ compiler, only this one runtime unit must be modified (zero changes are required to the compiler itself, it is not even necessary to recompile the compiler).