This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: When/how is cp/error.c:dump_expr() called?
- From: Mark Mitchell <mark at codesourcery dot com>
- To: "Kaveh R. Ghazi" <ghazi at caip dot rutgers dot edu>
- Cc: gcc at gcc dot gnu dot org
- Date: 01 May 2003 09:51:19 -0700
- Subject: Re: When/how is cp/error.c:dump_expr() called?
- Organization: CodeSourcery, LLC
- References: <200305011530.LAA19470@caip.rutgers.edu>
On Thu, 2003-05-01 at 08:30, Kaveh R. Ghazi wrote:
> Does anyone know if cp/error.c:dump_expr() is invoked by the
> bootstrap/testsuite run?
Probably not.
> I noticed (by visual inspection) a potential bug in the clause that
> prints out INTEGER_CSTs and I wasn't sure how to trigger that code to
> test it.
Do something erroneous involving that expression.
> --
> Mark Mitchell <mark@codesourcery.com>
> CodeSourcery, LLC