This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Dejagnu
- To: mmitchell at usa dot net
- Subject: Re: Dejagnu
- From: Ian Lance Taylor <ian at cygnus dot com>
- Date: Sat, 28 Mar 1998 14:41:24 -0500
- CC: egcs at cygnus dot com
Date: Thu, 26 Mar 1998 21:56:35 -0800
From: Mark Mitchell <mmitchell@usa.net>
Is there an easy way to teach dejagnu that some warnings are OK?
See prune_warnings in dejagnu/lib/target.exp. I don't actually know
that it is used for the egcs testsuite, but it may be, and it's the
right place to change anyhow.
Ian