2013-10-29 Marc Glisse <marc.glisse@inria.fr>
authorglisse <glisse@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 29 Oct 2013 13:15:48 +0000 (13:15 +0000)
committerTom Tromey <tromey@redhat.com>
Fri, 8 Nov 2013 18:11:41 +0000 (11:11 -0700)
commit689a1abf0dba1f5353039a5625411c6c41098d3a
tree7db0e482d2f7aae06bb419948d1f2f2f7ff15d8d
parenteec6550343414e9ebf12885533609c1ba9b397f1
2013-10-29 Marc Glisse <marc.glisse@inria.fr>

PR tree-optimization/58689
include/
* ansidecl.h (ATTRIBUTE_RETURNS_NONNULL): New macro.
* libiberty.h (basename, lbasename, dos_lbasename, unix_lbasename,
concat_copy): Mark with attributes nonnull(1) and returns_nonnull.
(concat, reconcat, concat_copy2, choose_temp_base, xstrerror,
xmalloc, xrealloc, xcalloc, xstrdup, xstrndup, xmemdup, pex_init):
Mark with attribute returns_nonnull.

libiberty/
* concat.c: Remove note about xmalloc.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@204159 138bc75d-0d04-0410-961f-82ee72b054a4
include/ChangeLog
include/ansidecl.h
include/libiberty.h
libiberty/ChangeLog
libiberty/concat.c
This page took 0.024702 seconds and 4 git commands to generate.