This is the mail archive of the gcc@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: -fzero-initialized-in-bss again


    Let me rephrase: if the only purpose of this line is to mimic what the
    C compiler does with common variables and the Ada compiler doesn't
    need common variables, let's delete the line.

    So the question that would be good to answer is: does the Ada compiler
    need common variables?

I have non clue what a "common variable" might mean.

What we are discussing is what object file section each variable
should go into.  And what I'm saying is that this shouldn't depend on
whether a variable was written in C or Ada: it should only be a function
of language-independent attributes.


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