This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: AltiVec support toasted in HEAD
> > huh, without a testcase i can only guess. try to distill the smallest
> > reproducible testcase exhibiting the problem and i'll take a look.
>
> Not possible, as soon as a small fraction is commented out it'll
> compile, same goes for the const initializer thing. They seem to
> be altivec related though since I cannot crash gcc like that on
> other (big) files without vector code. Some GC problems maybe?
without a test case it'll be close to impossible to help you. what you
can do is do a binary search of patches until you find out what broke
your program.
you can also do a cvs checkout of the tree as of, say 2 weeks ago, and
see if it happens there.
aldy