Re: GCC 4.1 bootstrap failed at ia64-*-linux

2005-04-01 Thread James E Wilson
Zagorodnev, Grigory wrote: How it is possible that recent cgraph changes affect ia64 compiler behavior? I see reclaimed callgraph differs on ia64 but not on ia32; therefore ia32/x86_64 compiler remains stable. This is presumably the same problem that is now PR 20717. -- Jim Wilson, GNU Tools Suppor

Re: GCC 4.1 bootstrap failed at ia64-*-linux

2005-04-01 Thread Mark Mitchell
Giovanni Bajo wrote: James E Wilson <[EMAIL PROTECTED]> wrote: IA64 bootstrap failed at abi_check stage reporting undefined references from libstdc++ (see log at the bottom). This seems indirectly related to bug 20964. Mark's proposed fix to stop building abi-check at bootstrap time means the IA-

Re: GCC 4.1 bootstrap failed at ia64-*-linux

2005-03-31 Thread Giovanni Bajo
James E Wilson <[EMAIL PROTECTED]> wrote: >> IA64 bootstrap failed at abi_check stage reporting undefined >> references from libstdc++ (see log at the bottom). > > This seems indirectly related to bug 20964. Mark's proposed fix to > stop building abi-check at bootstrap time means the IA-64 boots

Re: GCC 4.1 bootstrap failed at ia64-*-linux

2005-03-31 Thread James E Wilson
Zagorodnev, Grigory wrote: IA64 bootstrap failed at abi_check stage reporting undefined references from libstdc++ (see log at the bottom). This seems indirectly related to bug 20964. Mark's proposed fix to stop building abi-check at bootstrap time means the IA-64 bootstrap should now succeed.