This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/81306] valgrind error for function warn_for_multistatement_macros in file c-warn.c line 2474
- From: "mpolacek at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 27 Jul 2017 11:31:05 +0000
- Subject: [Bug c/81306] valgrind error for function warn_for_multistatement_macros in file c-warn.c line 2474
- Auto-submitted: auto-generated
- References: <bug-81306-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81306
--- Comment #7 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
Actually, while fixing PR81448 I removed that hunk of code completely, so that
might fix this, too. Will test this after the usual testing.