]> git.ipfire.org Git - thirdparty/gcc.git/commit - libgcc/ChangeLog
re PR libgcc/63832 (crtstuff.c:400:19: warning: array subscript is above array bounds...
authorUros Bizjak <ubizjak@gmail.com>
Mon, 15 Dec 2014 18:43:26 +0000 (19:43 +0100)
committerUros Bizjak <uros@gcc.gnu.org>
Mon, 15 Dec 2014 18:43:26 +0000 (19:43 +0100)
commit2405e0ea00fea38ed86fade3d10fb728ba1ff0f6
treead4cbf4e91d865680291305f0c669e9be1484929
parentc05816d64ff9c4835485c4b265eadcf8fee48415
re PR libgcc/63832 (crtstuff.c:400:19: warning: array subscript is above array bounds [-Warray-bounds])

PR libgcc/63832
* crtstuff.c (__do_global_dtors_aux) [HIDDEN_DTOR_LIST_END]: Use
func_ptr *dtor_list temporary variable to avoid "array subscript
is above array bounds" warnings.

From-SVN: r218759
libgcc/ChangeLog
libgcc/crtstuff.c