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: [committed] Fix PR c++/16205 and PR8361 with-Wall/-Wsequence-point


On Sun, 27 Jun 2004 22:11:00 -0400 (EDT), Andrew Pinski <pinskia@physics.uc.edu> wrote:

> The problem is the compiler is trying to warn about sequence point
> violations on decls without a name at all.  This patch fixes that.

Have you verified that the warnings are inappropriate?  Perhaps the front
end is generating dubious code.

Jason


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