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: GCC build failed for native with your patch on2003-04-11T06:41:30Z.


Geoffrey Keating <geoffk at apple dot com> writes:

>> I believe the appended patch should fix this bug, but I do not have
>> access to a Darwin system to verify it.  My apologies for not looking
>> thoroughly enough for remaining uses of IDENTIFIER_LOCAL_VALUE; this
>> really should be the last one.
>
> This looks right, although I suspect that it's actually a bug that
> #pragma unused doesn't work on file-scope objects.

I could just knock out the DECL_CONTEXT line and fix that too, if you
like - the pragma would then apply to whatever definition is visible
in the current scope.

zw


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