Topic: Compliance Testing?


Author: user@nospam.org (Derek)
Date: Thu, 4 Nov 2004 05:39:53 GMT
Raw View
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:
> 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                       ]





Author: wade@stoner.com (Bill Wade)
Date: Mon, 25 Oct 2004 18:21:57 GMT
Raw View
coyote@coyotegulch.com (Scott Robert Ladd) wrote in message news:<pan.2004.10.11.23.59.31.290820@coyotegulch.com>...
> 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                       ]





Author: coyote@coyotegulch.com (Scott Robert Ladd)
Date: Tue, 12 Oct 2004 21:56:58 GMT
Raw View
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                       ]