This is the mail archive of the gcc-bugs@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]

[Bug testsuite/81731] FAIL: gcc.dg/torture/pr78218.c: Call has wrong number of arguments


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81731

--- Comment #4 from Aldy Hernandez <aldyh at gcc dot gnu.org> ---
Author: aldyh
Date: Wed Sep 13 16:31:37 2017
New Revision: 252303

URL: https://gcc.gnu.org/viewcvs?rev=252303&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:
    branches/range-gen2/gcc/testsuite/ChangeLog
    branches/range-gen2/gcc/testsuite/gcc.dg/torture/pr78218.c

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