]> git.ipfire.org Git - thirdparty/gcc.git/commit - libgcc/ChangeLog
re PR libgcc/60472 (Warning: array subscript is above array bounds when compiling...
authorUros Bizjak <uros@gcc.gnu.org>
Mon, 10 Mar 2014 18:31:20 +0000 (19:31 +0100)
committerUros Bizjak <uros@gcc.gnu.org>
Mon, 10 Mar 2014 18:31:20 +0000 (19:31 +0100)
commitc2e7e5974bede2cb47ac45a62a884ae687cc7880
tree90f1b9e9325b3b0a1324bcdba5c53610fabfd936
parent4d3f2fa687ec4c8cf6aa668f4c2eab4f298c3f8e
re PR libgcc/60472 (Warning: array subscript is above array bounds when compiling crtstuff.c)

PR libgcc/60472
* crtstuff.c (frame_dummy): Use void **jcr_list temporary
variable to avoid array subscript is above array bounds warnings.
Use __builtin_expect when checking *jcr_list for NULL.

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