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 middle-end/70050] [6 Regression] ICE: tree check: expected integer_type or enumeral_type or boolean_type or real_type or fixed_point_type, have vector_type in generic_simplify_162, at generic-match.c:6175


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

--- Comment #5 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
Author: mpolacek
Date: Thu Mar  3 11:42:19 2016
New Revision: 233937

URL: https://gcc.gnu.org/viewcvs?rev=233937&root=gcc&view=rev
Log:
        PR middle-end/70050
        * match.pd (X % -Y): Add INTEGRAL_TYPE_P check.

        * gcc.dg/pr70050.c: New test.

Added:
    trunk/gcc/testsuite/gcc.dg/pr70050.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/match.pd
    trunk/gcc/testsuite/ChangeLog

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