* builtins.def [DEF_GCC_BUILTIN]: Require an explicit ATTRS
authorsayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 28 Jul 2002 05:34:04 +0000 (05:34 +0000)
committersayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 28 Jul 2002 05:34:04 +0000 (05:34 +0000)
commit8a007b43216d680ce214e65284a165d490804102
tree850b5f5119ae8b60afcf7ed0d5c22ef3359f5ac8
parent0a8176f36ec372a4571f006c8262b5aa8a29b65c
* builtins.def [DEF_GCC_BUILTIN]: Require an explicit ATTRS
argument.  Mark BUILT_IN_RETURN, BUILT_IN_EH_RETURN,
BUILT_IN_LONGJMP and BUILT_IN_TRAP as noreturn, the ISO C99
floating point unordered comparisons (e.g. __builtin_isgreater)
as const, and leave the remaining GCC_BUILTINs unchanged.

* c-decl.c (builtin_function): No need to explicitly mark
BUILT_IN_RETURN and BUILT_IN_EH_RETURN as noreturn.

* cp/decl.c (builtin_function_1): No need to explicitly mark
BUILT_IN_RETURN and BUILT_IN_EH_RETURN as noreturn.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@55805 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/builtins.def
gcc/c-decl.c
gcc/cp/ChangeLog
gcc/cp/decl.c