This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Default values of "struct item *items[MAX_ITEMS]" array?
- From: Joe Buck <Joe dot Buck at synopsys dot COM>
- To: Andriy Korud <a dot korud at vector dot com dot pl>
- Cc: Richard Guenther <rguenth at tat dot physik dot uni-tuebingen dot de>,gcc at gcc dot gnu dot org
- Date: Fri, 14 May 2004 08:55:27 -0700
- Subject: Re: Default values of "struct item *items[MAX_ITEMS]" array?
- References: <80908CC5B2C9DB47AAF8C77892FCB44315F771@lion.vector.com.pl>
On Fri, May 14, 2004 at 10:54:38AM +0200, Andriy Korud wrote:
> It seems to be compiler/optimization problem - the same kernel compiled with 2.95.4 works fine, however code compiles with 3.x fails.
> Maybe compiler optimization just throws away kernel bss zeroing code?
There is no "bss zeroing code" generated by either compiler.
The problem must lie elsewhere.