 |
C++Talk.NET C++ language newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Scott Robert Ladd Guest
|
Posted: Tue Oct 12, 2004 9:56 pm Post subject: Compliance Testing? |
|
|
Has anyone compared the compliance of various C++ compilers with Standard
C++ (98 or 03)?
A couple of Google searches haven't found anything.
Thanks.
--
Scott Robert Ladd
site: http://www.coyotegulch.com
blog: http://chaoticcoyote.blogspot.com
---
[ comp.std.c++ is moderated. To submit articles, try just posting with ]
[ your news-reader. If that fails, use mailto:std-c++@ncar.ucar.edu ]
[ --- Please see the FAQ before posting. --- ]
[ FAQ: http://www.jamesd.demon.co.uk/csc/faq.html ]
|
|
| Back to top |
|
 |
Drizt Ruan Guest
|
Posted: Sat Oct 23, 2004 3:05 am Post subject: Re: Compliance Testing? |
|
|
Scott Robert Ladd wrote:
| Quote: | Has anyone compared the compliance of various C++ compilers with Standard
C++ (98 or 03)?
A couple of Google searches haven't found anything.
Thanks.
No one compiler is 100% compliant with standard. |
---
[ comp.std.c++ is moderated. To submit articles, try just posting with ]
[ your news-reader. If that fails, use mailto:std-c++@ncar.ucar.edu ]
[ --- Please see the FAQ before posting. --- ]
[ FAQ: http://www.jamesd.demon.co.uk/csc/faq.html ]
|
|
| Back to top |
|
 |
Bill Wade Guest
|
Posted: Mon Oct 25, 2004 6:21 pm Post subject: Re: Compliance Testing? |
|
|
[email]coyote (AT) coyotegulch (DOT) com[/email] (Scott Robert Ladd) wrote in message news:<pan.2004.10.11.23.59.31.290820 (AT) coyotegulch (DOT) com>...
| Quote: | Has anyone compared the compliance of various C++ compilers with Standard
C++ (98 or 03)?
|
Various library providers (dinkumware, boost, ...) will tell you how
well their libraries work with various compilers. As a general rule,
compilers that do poorly with these libraries have compliance
problems. Of course there are language features that not every
library will test.
In addition to translating and executing valid programs, a complaint
compiler must diagnose some invalid constructs. I'm not aware of any
published results in this area. Of course a compiler might be able to
meet the diagnostic requirements of the standard by always issuing a
warning: "This translation unit may have problems."
---
[ comp.std.c++ is moderated. To submit articles, try just posting with ]
[ your news-reader. If that fails, use mailto:std-c++@ncar.ucar.edu ]
[ --- Please see the FAQ before posting. --- ]
[ FAQ: http://www.jamesd.demon.co.uk/csc/faq.html ]
|
|
| Back to top |
|
 |
Derek Guest
|
Posted: Thu Nov 04, 2004 5:39 am Post subject: Re: Compliance Testing? |
|
|
There was an article in the April 2001 issue of CUJ about this:
http://www.cuj.com/documents/s=8193/cuj0104sutter/
Scott Robert Ladd wrote:
| Quote: | Has anyone compared the compliance of various C++ compilers with Standard
C++ (98 or 03)?
A couple of Google searches haven't found anything.
Thanks.
|
---
[ comp.std.c++ is moderated. To submit articles, try just posting with ]
[ your news-reader. If that fails, use mailto:std-c++@ncar.ucar.edu ]
[ --- Please see the FAQ before posting. --- ]
[ FAQ: http://www.jamesd.demon.co.uk/csc/faq.html ]
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|