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 sanitizer/64170] [5 Regression] ICE compiling Linux Kernel drivers/media/rc/imon.c in imon_incoming_packet


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

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Fri Dec  5 23:00:09 2014
New Revision: 218440

URL: https://gcc.gnu.org/viewcvs?rev=218440&root=gcc&view=rev
Log:
    PR sanitizer/64170
    * sanopt.c (maybe_optimize_asan_check_ifn): If base_checks is
    non-NULL, call maybe_get_dominating_check on it even if g is
    non-NULL.

    * gcc.dg/asan/pr64170.c: New test.

Added:
    trunk/gcc/testsuite/gcc.dg/asan/pr64170.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/sanopt.c
    trunk/gcc/testsuite/ChangeLog


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