Re: ADA/C++ Compatibility problems

jbuck@Synopsys.COM (Joe Buck)
Sun, 17 Sep 1995 18:32:51 GMT

          From comp.compilers

Related articles
[3 earlier articles]
Re: ADA/C++ Compatibility problems stachour@klondike.winternet.com (1995-08-25)
Re: ADA/C++ Compatibility problems jan@neuroinformatik.ruhr-uni-bochum.de (1995-08-30)
Re: ADA/C++ Compatibility problems gbaker@rp.CSIRO.AU (1995-09-07)
Re: ADA/C++ Compatibility problems jan@neuroinformatik.ruhr-uni-bochum.de (1995-09-07)
Re: ADA/C++ Compatibility problems leichter@zodiac.rutgers.edu (1995-09-07)
Re: ADA/C++ Compatibility problems przemek@rrdjazz.nist.gov (1995-09-13)
Re: ADA/C++ Compatibility problems jbuck@Synopsys.COM (1995-09-17)
Re: ADA/C++ Compatibility problems leichter@zodiac.rutgers.edu (1995-09-21)
| List of all articles for this month |

Newsgroups: comp.compilers
From: jbuck@Synopsys.COM (Joe Buck)
Keywords: Ada, C++
Organization: Synopsys Inc., Mountain View, CA 94043-4033
References: 95-08-189 95-09-075
Date: Sun, 17 Sep 1995 18:32:51 GMT

gbaker@rp.CSIRO.AU (Greg Baker) writes:
>So to answer David's problem in short, there should be no problem in
>doing what you want if you run with the GNU compilers. On the
>downside, there are still a few problems with both GNAT and GCC - not
>all of Ada95 is implemented (but pretty well all), and in C++ you
>can't have optimisation and templates at the same time. This may mean
>doing a little modification to your current code.


You misspoke (or mistyped), Greg. In GNU C++ (alias g++) you can't
currently have *exceptions* and optimization at the same time; there was
never any problem with optimizing template code. (This basically means
that exceptions in C++ are Not Ready For Prime Time in g++).


-- Joe Buck <jbuck@synopsys.com>


--


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.