This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [Bug tree-optimization/16705] ICE in verify_flow_insensitive_alias_info
- From: Duncan Sands <baldrick at free dot fr>
- To: gcc-patches at gcc dot gnu dot org
- Cc: Diego Novillo <dnovillo at redhat dot com>, Richard Kenner <kenner at vlsi1 dot ultra dot nyu dot edu>, "gcc-patches at gcc dot gnu dot org" <gcc-patches at gcc dot gnu dot org>
- Date: Wed, 28 Jul 2004 15:57:25 +0200
- Subject: Re: [Bug tree-optimization/16705] ICE in verify_flow_insensitive_alias_info
- References: <10407280520.AA29144@vlsi1.ultra.nyu.edu> <1091020792.21900.193.camel@localhost.localdomain>
> For some reason, I don't seem to get too far when I enable Ada:
>
> stage1/xgcc -Bstage1/ -B/home/dnovillo/gcc.ada/native/i686-pc-linux-gnu/bin/ -c -g -O2 -gnatpg -gnata -I- -I. -Iada -I/home/dnovillo/gcc.ada/src/gcc/ada /home/dnovillo/gcc.ada/src/gcc/ada/ada.ads -o ada/ada.o
> xgcc: installation problem, cannot exec 'gnat1': No such file or directory
> make[1]: *** [ada/ada.o] Error 1
> make[1]: Leaving directory `/home/dnovillo/notnfs/BLD-gcc.ada-native.topo/gcc'
> make: *** [stage2_build] Error 2
>
> I've configured with '--enable-languages=ada,c'. I do have a host ada
> compiler as well. What else should I check?
You need
boot_language=yes
in gcc/ada/config-lang.in
I have no idea why it was set to "no"...
All the best,
Duncan.