This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/10143] -Wsequence-point missing warnings
- From: "pinskia at physics dot uc dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 7 Jul 2003 04:25:38 -0000
- Subject: [Bug c/10143] -Wsequence-point missing warnings
- References: <20030319010600.10143.macdonn@nortelnetworks.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10143
------- Additional Comments From pinskia at physics dot uc dot edu 2003-07-07 04:25 -------
The problem is verify_sequence_points is never called because c_expand_expr_stmt is
not called either.