https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63832

--- Comment #3 from Uroš Bizjak <ubizjak at gmail dot com> ---
Created attachment 34246
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34246&action=edit
Preprocessed source

Preprocessed source, compile with -O2 -Wall:

../../../gcc-svn/trunk/libgcc/crtstuff.c: In function ‘__do_global_dtors_aux’:
../../../gcc-svn/trunk/libgcc/crtstuff.c:400:19: warning: array subscript is
above array bounds [-Warray-bounds]
  f = __DTOR_LIST__[++dtor_idx];
                   ^
 frame_dummy

Reply via email to