Re: Ada Status in mainline

2005-05-26 Thread Andreas Jaeger
Diego Novillo <[EMAIL PROTECTED]> writes: > On Wed, May 25, 2005 at 03:37:29PM -0600, Jeffrey A Law wrote: > >> So, if I wanted to be able to bootstrap Ada, what I do I need >> to do? Disable VRP? >> > Applying the patches in the PRs I mentioned. If that doesn't > work, try with VRP disabled. D

Re: Ada Status in mainline

2005-05-25 Thread Jeffrey A Law
On Wed, 2005-05-25 at 23:46 +0200, Andreas Schwab wrote: > Jeffrey A Law <[EMAIL PROTECTED]> writes: > > > So, if I wanted to be able to bootstrap Ada, what I do I need > > to do? Disable VRP? Disable something in the loop optimizer? > > Anything else? > > The patch from PR21029 (comment #6) is

Re: Ada Status in mainline

2005-05-25 Thread Andreas Schwab
Jeffrey A Law <[EMAIL PROTECTED]> writes: > So, if I wanted to be able to bootstrap Ada, what I do I need > to do? Disable VRP? Disable something in the loop optimizer? > Anything else? The patch from PR21029 (comment #6) is working for me. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTE

Re: Ada Status in mainline

2005-05-25 Thread Diego Novillo
On Wed, May 25, 2005 at 03:37:29PM -0600, Jeffrey A Law wrote: > So, if I wanted to be able to bootstrap Ada, what I do I need > to do? Disable VRP? > Applying the patches in the PRs I mentioned. If that doesn't work, try with VRP disabled. Diego.

Re: Ada Status in mainline

2005-05-25 Thread Jeffrey A Law
On Wed, 2005-05-25 at 14:14 -0400, Diego Novillo wrote: > On Wed, May 25, 2005 at 02:09:12PM -0400, Richard Kenner wrote: > > I may be mistaken, but didn't GCC miscompile the Ada front end because > > of this VRP bug here: http://gcc.gnu.org/PR21332 ? > > > > I'm not sure if that was it,

Re: Ada Status in mainline

2005-05-25 Thread Diego Novillo
On Wed, May 25, 2005 at 02:09:12PM -0400, Richard Kenner wrote: > I may be mistaken, but didn't GCC miscompile the Ada front end because > of this VRP bug here: http://gcc.gnu.org/PR21332 ? > > I'm not sure if that was it, but there was a VRP item on my plate from a > few weeks ago since

Re: Ada Status in mainline

2005-05-25 Thread Richard Kenner
I may be mistaken, but didn't GCC miscompile the Ada front end because of this VRP bug here: http://gcc.gnu.org/PR21332 ? I'm not sure if that was it, but there was a VRP item on my plate from a few weeks ago since I claimed that it was an Ada front-end bug and not a VRP bug. Unfortunat

Re: Ada Status in mainline

2005-05-25 Thread Richard Guenther
On 5/25/05, Graham Stott <[EMAIL PROTECTED]> wrote: > Jeff, > > The last time I bootstrapped with Ada successfully on i686-pc-linux-gnu > was around 9/10th May after that it hangs in stage3 so I've had it disabled > since then. > > Maybe it's time once it back bootstraping to enable Ada by defaul

Re: Ada Status in mainline

2005-05-25 Thread Graham Stott
Jeff, The last time I bootstrapped with Ada successfully on i686-pc-linux-gnu was around 9/10th May after that it hangs in stage3 so I've had it disabled since then. Maybe it's time once it back bootstraping to enable Ada by default during bootstraps. Graham

Re: Ada Status in mainline

2005-05-25 Thread Andreas Schwab
Steven Bosscher <[EMAIL PROTECTED]> writes: > On Wednesday 25 May 2005 16:56, Jeffrey A Law wrote: >> So when's the last time someone bootstrapped Ada with the mainline >> sources on i686-pc-linux-gnu? >> >> I was trying to get it built to further exercise the ADDR_EXPR >> status bit checking code

Re: Ada Status in mainline

2005-05-25 Thread Steven Bosscher
On Wednesday 25 May 2005 16:56, Jeffrey A Law wrote: > So when's the last time someone bootstrapped Ada with the mainline > sources on i686-pc-linux-gnu? > > I was trying to get it built to further exercise the ADDR_EXPR > status bit checking code and it consistently hangs building the > stage3 com

Ada Status in mainline

2005-05-25 Thread Jeffrey A Law
So when's the last time someone bootstrapped Ada with the mainline sources on i686-pc-linux-gnu? I was trying to get it built to further exercise the ADDR_EXPR status bit checking code and it consistently hangs building the stage3 compiler (even with all the recent ADDR_EXPR stuff disabled). Rat