diff options
author | Kaveh Ghazi <ghazi@gcc.gnu.org> | 2004-09-05 02:50:09 +0000 |
---|---|---|
committer | Kaveh Ghazi <ghazi@gcc.gnu.org> | 2004-09-05 02:50:09 +0000 |
commit | 3d091dac56f97cc79cc2e9a31796219fba99764c (patch) | |
tree | 616590e443b211fdf7309d929fce3872a4ff3f15 /include/ChangeLog | |
parent | ecd466457ce9203bec0241815528533fcbee81ea (diff) | |
download | gcc-3d091dac56f97cc79cc2e9a31796219fba99764c.zip gcc-3d091dac56f97cc79cc2e9a31796219fba99764c.tar.gz gcc-3d091dac56f97cc79cc2e9a31796219fba99764c.tar.bz2 |
builtin-attrs.def (ATTR_SENTINEL, [...]): New.
gcc:
* builtin-attrs.def (ATTR_SENTINEL, ATTR_SENTINEL_NOTHROW_LIST):
New.
* builtins.def (BUILT_IN_EXECL, BUILT_IN_EXECLP): Add `sentinel'
attribute.
* c-common.c (handle_sentinel_attribute, check_function_sentinel):
New functions.
(c_common_attribute_table): Add `sentinel' attribute.
(check_function_arguments): Handle `sentinel' attribute.
* doc/extend.texi: Document `sentinel' attribute.
gcc/testsuite:
* gcc.dg/format/sentinel-1.c: New test.
include:
* ansidecl.h (ATTRIBUTE_SENTINEL): Define.
* libiberty.h (concat, reconcat, concat_length, concat_copy,
concat_copy2): Use ATTRIBUTE_SENTINEL.
From-SVN: r87096
Diffstat (limited to 'include/ChangeLog')
-rw-r--r-- | include/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index 1e180da..19d2f50 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,9 @@ +2004-09-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> + + * ansidecl.h (ATTRIBUTE_SENTINEL): Define. + * libiberty.h (concat, reconcat, concat_length, concat_copy, + concat_copy2): Use ATTRIBUTE_SENTINEL. + 2004-08-02 Gabriel Dos Reis <gdr@integrable-solutions.net> * libiberty.h (XDELETE, XDELETEVEC, XRESIZEVEC): Remove any |