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: [jh@suse.cz: Re: 6 GCC regressions, 2 new, with your patch on 2003-06-24T13:15:02Z.]


On Mon, Jun 30, 2003 at 09:55:24AM -0700, Richard Henderson wrote:
>   slot = (struct cgraph_node **)
>     htab_find_slot_with_hash (cgraph_hash, DECL_ASSEMBLER_NAME (decl),
>                               IDENTIFIER_HASH_VALUE (DECL_ASSEMBLER_NAME (decl)),
>                               1);

You can also do away with (struct cgraph_node **).  That's only needed
for K&R compatibility.

-- 
Alan Modra
IBM OzLabs - Linux Technology Centre


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