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]

Re: Patch: varasm.c: assemble_variable tidy up


On Fri, Sep 24, 1999 at 02:57:48PM +0100, Nick Clifton wrote:
> + #elif defined  ASM_OUTPUT_ALIGNED_LOCAL

K&R didn't have elif.  Rewrite either as nested ifs or as
sequential ifndef ASM_EMIT_LOCAL.

> +   if (flag_shared_data)
> +     {
[...]
> +     }

Need something to make flag_shared_data and !flag_shared_data
mutually exclusive -- a return or an else.

Fix those and commit.  This is long overdue.



r~


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