This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [Tuples]Is struct gimple_statement_lable shoud be a member of union gimple_statement_d?
- From: Diego Novillo <dnovillo at google dot com>
- To: ååå <gcc dot compiler at gmail dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Mon, 20 Aug 2007 09:12:22 -0400
- Subject: Re: [Tuples]Is struct gimple_statement_lable shoud be a member of union gimple_statement_d?
- References: <33b71e170708190346x34a4e632rab597c798accf9ae@mail.gmail.com>
On 8/19/07 6:46 AM, ååå wrote:
> i found that the struct gimple_statement_lable is not a member of
> union gimple_statement_d. I assume it maybe a careless mistake.
Thanks. I had forgotten to remove it from the hierarchy graph when I
factored many structures under gimple_statement_with_ops.
I've uploaded a fixed version to the wiki.