This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH]: Fix dumping of TER information in face of tuples cahnge
- From: Andrew MacLeod <amacleod at redhat dot com>
- To: Daniel Berlin <dberlin at dberlin dot org>
- Cc: gcc-patches <gcc-patches at gcc dot gnu dot org>
- Date: Sat, 09 Dec 2006 13:13:04 -0500
- Subject: Re: [PATCH]: Fix dumping of TER information in face of tuples cahnge
- References: <4aca3dc20612090708i1000011bnef52dbfb8839b4ac@mail.gmail.com>
On Sat, 2006-12-09 at 10:08 -0500, Daniel Berlin wrote:
> Hi Andrew,
>
> Your TER patch broke dumping because you missed a
> TREE_OPERAND->GENERIC_TREE_OPERAND.
Thanks.
Andrew