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] |
On Tue, Sep 02, 2003 at 12:48:22PM -0700, Geoff Keating wrote: > Hmmm. That's certainly a Cism. Shouldn't this be testing > DECL_EXTERNAL too? And flag_hosted? I don't think so. (1) DECL_EXTERNAL will never be set. We only get here when we're compiling the function itself. (2) As for flag_hosted, I see no reason to change the behaviour that has existed forever. r~
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |