This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc 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-4.0 warning building glibc-2.3-20050307: "warning: left-handoperand of comma expression has no effect"


> Has a gcc bug been filed already?  

I can't find one in gcc bugzilla and probably that means I never filed it.
The bug is in handling ((void) foo, bar) expressions, a common usage in
macros to evaluate ignored arguments for side effects and "unused variable"
warning elimitation.  


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