This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
dejagnu testcase question
- From: Devang Patel <dpatel at apple dot com>
- To: gcc at gcc dot gnu dot org
- Date: Mon, 29 Jul 2002 17:52:48 -0700
- Subject: dejagnu testcase question
Hi,
I have one question related to writing dejagnu test.
I am preparing a patch to issue a warning in Objective-C.
The warning is issued by compiler while it is generating
selector tables at the end of compilation. At this time,
the warning carries the line number which is one more
than the size of source file.
My questions is where do I put dg-warning in test ?
Thank you,
-Devang