Re: Compiler Validation Test Tool

"Paul F. Dietz" <dietz@dls.net>
1 Feb 2004 12:53:57 -0500

          From comp.compilers

Related articles
Compiler Validation Test Tool trona@ameritech.net (Thomas Ronayne) (2004-01-31)
Re: Compiler Validation Test Tool ppluzhnikov@charter.net (Paul Pluzhnikov) (2004-02-01)
Re: Compiler Validation Test Tool dietz@dls.net (Paul F. Dietz) (2004-02-01)
| List of all articles for this month |

From: "Paul F. Dietz" <dietz@dls.net>
Newsgroups: comp.compilers
Date: 1 Feb 2004 12:53:57 -0500
Organization: Compilers Central
References: <200401231020.i0NAK52P028735@mx1-clevoh.clevoh.ameritech.net > 04-01-153
Keywords: testing, practice
Posted-Date: 01 Feb 2004 12:53:57 EST

Thomas Ronayne wrote:


> After doing an OS upgrade (from Solaris 7 -> Solaris 8), it appears
> that some code that used to compile ok, no longer compiles correctly.
> Sometimes, the code compiles but core dumps when it is executed. Is
> there a tool out there that automates checking the compilers and its
> libraries to make sure they are working correctly (something like the
> configure scripts)? If this isn't the correct forum for this question,
> which should I ask? Any advice would be greatly appreciated.


There are test suites, of course, but failures likes this are often
(or even usually?) due to bugs in the code being compiled, not the
compiler or libraries.


Paul


Post a followup to this message

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