]> git.ipfire.org Git - thirdparty/gcc.git/commit
016-07-21 Bernd Edlinger <bernd.edlinger@hotmail.de>
authoredlinger <edlinger@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 21 Jul 2016 19:11:26 +0000 (19:11 +0000)
committeredlinger <edlinger@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 21 Jul 2016 19:11:26 +0000 (19:11 +0000)
commit8ec03a62f79d1635ad630f4a64ca6cd97f8789b8
treee87da55ffe8047c857a077c464f26c9b98dd2be0
parent5890598506d458bbec971978b642c77f7354c24f
016-07-21  Bernd Edlinger  <bernd.edlinger@hotmail.de>

        PR middle-end/71876
        * builtin-attrs.def (ATTR_RT_NOTHROW_LEAF_LIST): New return twice
        attribute.
        * builtins.def (BUILT_IN_SETJMP): Use ATTR_RT_NOTHROW_LEAF_LIST here.
        * calls.c (special_function_p): Remove the special handling of the
        "__builtin_" prefix.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@238606 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/builtin-attrs.def
gcc/builtins.def
gcc/calls.c