This is the mail archive of the gcc-bugs@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]

[Bug c/16202] The -Wsequence-point warning misses many important instances



------- Comment #8 from manu at gcc dot gnu dot org  2007-01-16 22:35 -------
(In reply to comment #5)
> Created an attachment (id=7299)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7299&action=view) [edit]
> proposed patch
> 
> I've attached a more official-looking patch, with a testsuite change to
> gcc.dg/sequence-pt-1.c and a new sequence-pt-2.c

This patch does not even compile on current mainline, since lvalue_p was moved
out of c-common.c to c-typeck.c and to cp/tree.c :( 


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16202


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