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: PR c/c++/16202 The -Wsequence-point warning misses many important instances


Manuel López-Ibáñez wrote:

>> cp/
>>        * tree.c (lvalue_p_1): Use const_tree.
>>        Use CONST_CAST_TREE to avoid warning.
>>        (lvalue_p): Returns bool, receives const_tree.

The C++ bits, and associated testscases, are OK.

-- 
Mark Mitchell
CodeSourcery
mark@codesourcery.com
(650) 331-3385 x713


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