This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] split gfc_code.backend_decl into separate fields


Nathan Froyd wrote:
> gfc_code.backend_decl is an unusual animal: a field which is only ever
> assigned a single, un-TREE_CHAIN'd TREE_LIST.  In the interest of
> getting rid of TREE_LIST uses throughout the compiler, the patch below
> splits backend_decl into the appropriate two fields.
>
> Tested on x86_64-unknown-linux-gnu.  OK to commit?
>   

OK. Thanks for the patch! I recently had a look at that code and found
it awkward - thus also in terms of readability I like the patch.

Tobias


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]