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 jit/81144] jit.dg/test-operator-overloading.cc, initial compilation


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

--- Comment #2 from David Malcolm <dmalcolm at gcc dot gnu.org> ---
Author: dmalcolm
Date: Tue Jun 20 20:37:28 2017
New Revision: 249427

URL: https://gcc.gnu.org/viewcvs?rev=249427&root=gcc&view=rev
Log:
Fix -Werror=class-memaccess failures in jit testsuite (PR jit/81144)

gcc/testsuite/ChangeLog:
        PR jit/81144
        * jit.dg/test-operator-overloading.cc (make_test_quadratic): Replace
        memset call with zero-initialization.
        * jit.dg/test-quadratic.cc (make_test_quadratic): Likewise.


Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/jit.dg/test-operator-overloading.cc
    trunk/gcc/testsuite/jit.dg/test-quadratic.cc

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