This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r248963 - in /branches/gcc-7-branch/gcc: c-fami...
- From: mpolacek at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Wed, 07 Jun 2017 11:29:34 -0000
- Subject: r248963 - in /branches/gcc-7-branch/gcc: c-fami...
Author: mpolacek
Date: Wed Jun 7 11:29:34 2017
New Revision: 248963
URL: https://gcc.gnu.org/viewcvs?rev=248963&root=gcc&view=rev
Log:
PR c/80919
* c-format.c (matching_type_p): Return false if any of the types
requires structural equality.
* gcc.dg/format/pr80919.c: New test.
Added:
branches/gcc-7-branch/gcc/testsuite/gcc.dg/format/pr80919.c
Modified:
branches/gcc-7-branch/gcc/c-family/ChangeLog
branches/gcc-7-branch/gcc/c-family/c-format.c
branches/gcc-7-branch/gcc/testsuite/ChangeLog