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/61272] [UBSAN] ICE in is_ubsan_builtin_p(tree_node*), gcc/ubsan.c:534


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

--- Comment #3 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
Author: mpolacek
Date: Wed May 21 19:07:30 2014
New Revision: 210723

URL: http://gcc.gnu.org/viewcvs?rev=210723&root=gcc&view=rev
Log:
    PR sanitizer/61272
    * ubsan.c (is_ubsan_builtin_p): Turn assert into a condition.

    * g++.dg/ubsan/pr61272.C: New test.

Added:
    trunk/gcc/testsuite/g++.dg/ubsan/pr61272.C
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/ubsan.c


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