This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [tree-ssa]: Andersen points-to analysis
On Mon, Nov 25, 2002 at 11:03:27PM -0500, Daniel Berlin wrote:
>
>
> On Tue, 26 Nov 2002, [iso-8859-1] Pop Sébastian wrote:
>
> > Hi,
> > I had an error during the bootstrap of tree-ssa branch:
> >
>
> Hmm.
> What version of gcc?
gcc -v
Reading specs from /usr/lib/gcc-lib/i386-linux/2.95.4/specs
gcc version 2.95.4 20011002 (Debian prerelease)
> All the bootstrap ones i've used are 3.1+, and i have no trouble.
>
>
> Anyway, try adding "!= NULL" to the end of line 704.
>
With this change everything works fine (except some warnings on unused vars).
However bootstrap fails just after having built libbackend.a
on some missing rules for building
`../libbanshee/points-to/libandersen.a'
`../libbanshee/engine/libbansheeengine.a'
`../libbanshee/libcompat/libbansheecompat.a'
For fixing this I had to switch to these directories and do a make.
After that everything worked fine.