This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug testsuite/81731] FAIL: gcc.dg/torture/pr78218.c: Call has wrong number of arguments
- From: "vries at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sun, 06 Aug 2017 07:56:51 +0000
- Subject: [Bug testsuite/81731] FAIL: gcc.dg/torture/pr78218.c: Call has wrong number of arguments
- Auto-submitted: auto-generated
- References: <bug-81731-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81731
--- Comment #2 from Tom de Vries <vries at gcc dot gnu.org> ---
Author: vries
Date: Sun Aug 6 07:54:29 2017
New Revision: 250896
URL: https://gcc.gnu.org/viewcvs?rev=250896&root=gcc&view=rev
Log:
Fix call arguments mismatch in gcc.dg/torture/pr78218.c
2017-08-06 Tom de Vries <tom@codesourcery.com>
PR testsuite/81731
* gcc.dg/torture/pr78218.c (struct v): New type, factored type out of
variable 'a' definition.
(b): Remove unused variable.
(gp): New variable.
(check): Add parameter corresponding to call in main, and handle.
Modified:
trunk/gcc/testsuite/ChangeLog
trunk/gcc/testsuite/gcc.dg/torture/pr78218.c