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: Allow generate_element_init in tree-sra.c to fail


    Doesn't empty really mean filled with zero?

No.  A CONSTRUCTOR that's empty means that, but not DECL_INITIAL of a
VAR_DECL.  The latter *can* mean it's been filled with zero, but more
often means that the initialization was done with code, not at load time.


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