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: GCC warnings for unused global variables


On Fri, May 02, 2003 at 11:45:10AM -0400, Paul Jarc wrote:
> If volatile is used, then the compiler cannot know whether accesses
> and side effects are needed.  (This is exactly what is expressed by
> volatile.)  Do you agree or disagree?

Agree.

However, I do not agree that "existance" is either an access
or a side effect.



r~


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