Fix uninitialized variable/field in vectorizer

Daniel Berlin dberlin@dberlin.org
Wed Mar 16 17:00:00 GMT 2005


Dorit noticed this one compiling with -ftree-vectorize in the bootstrap
flags on darwin.

I forgot to initialize the subvars field and a variable to NULL in the
vectorizer, causing bad things to happen during garbage collection.

I'll commit this as obvious once bootstrap and regtest finishes on
powerpc-linux and i686-pc-linux-gnu


--Dan
-------------- next part --------------
A non-text attachment was scrubbed...
Name: vectmemprob.diff
Type: text/x-patch
Size: 1479 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20050316/07fe4f0c/attachment.bin>


More information about the Gcc-patches mailing list