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/55508] many test cases fail using -fsanitize=address with internal compiler error: in expand_call_tm


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55508

--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-12-12 23:05:27 UTC ---
Author: jakub
Date: Wed Dec 12 23:05:23 2012
New Revision: 194459

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=194459
Log:
    PR sanitizer/55508
    * builtin-attrs.def (ATTR_TMPURE_NOTHROW_LEAF_LIST,
    ATTR_TMPURE_NORETURN_NOTHROW_LEAF_LIST): New.
    * asan.c (ATTR_TMPURE_NOTHROW_LEAF_LIST,
    ATTR_TMPURE_NORETURN_NOTHROW_LEAF_LIST): Define.
    * sanitizer.def: Make __asan_report_* and __asan_handle_no_return
    builtins tm pure.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/asan.c
    trunk/gcc/builtin-attrs.def
    trunk/gcc/sanitizer.def


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