This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
GCC and purify
- To: Antti Kerola <ktanker at uta dot fi>
- Subject: GCC and purify
- From: Joerg Faschingbauer <jfasch at aon dot at>
- Date: Mon, 3 Jul 2000 05:25:22 +0200 (CEST)
- Cc: gcc at gcc dot gnu dot org
- References: <200006161503.SAA08051@kielo.uta.fi>
>>>>> "Antti" == Antti Kerola <ktanker@uta.fi> writes:
Antti> Do the newer gcc versions work with Purify ?
Antti> According to the Purify release notes there
Antti> is support only for gcc version 2.8.1.
Antti> I am having trouble using them together. Purify
Antti> builds the program just fine, but when I try
Antti> to run it, the program dumps core when trying to
Antti> initialize a static variable right in the beginning.
Antti> Without Purify the program obviously runs just fine.
Antti> I am using gcc 2.95.2 on Sparc Solaris 2.5.
Antti> The version of the Purify is 5.1 (the newest version).
About half a year ago, when I ran into the same prob, I could not get
a definitive answer about when or if they will be supporting gcc >=
2.95.
Maybe they will feel urged to do it if more people ask. Please do.
Joerg