This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: RFD: Is there a helper function like "print_rtx_to_stdout" ?
- From: Andrew Pinski <pinskia at physics dot uc dot edu>
- To: Björn Haase <bjoern dot m dot haase at web dot de>
- Cc: gcc at gnu dot org
- Date: Fri, 6 May 2005 09:35:59 -0400
- Subject: Re: RFD: Is there a helper function like "print_rtx_to_stdout" ?
- References: <200505060957.05595.bjoern.m.haase@web.de>
On May 6, 2005, at 3:57 AM, Björn Haase wrote:
Hi,
I am facing a situation where a gcc_assert call that checks for some
properties of a rtx expression, say "op", triggers an ICE (see below).
I'd
like to have a look the rtx that triggers this error. For this reason,
I'd
like to know whether there exists a helper function for writing to
stdout
which kind of rtx "op" actually is. I.e. some function like
"print_rtx_to_stdout" or "print_rtx_to_file" that could be used when
debugging the compiler.
Thank's in advance.
debug_rtx
-- Pinski