Re: [PR22319] Ada broken with ICE in tree-ssa-structalias...

2005-07-06 Thread Daniel Berlin
On Wed, 2005-07-06 at 10:35 -0400, Richard Kenner wrote: > Try the attached patch. > > In the case where I saw this ICE, the tree generated by Ada was not valid > (had a type mismatch on a MODIFY_EXPR). So the patch you sent may not > necessarily be needed. Well, it's actually still needed i

Re: [PR22319] Ada broken with ICE in tree-ssa-structalias...

2005-07-06 Thread Richard Kenner
Try the attached patch. In the case where I saw this ICE, the tree generated by Ada was not valid (had a type mismatch on a MODIFY_EXPR). So the patch you sent may not necessarily be needed.

Re: Ada broken with ICE in tree-ssa-structalias...

2005-07-06 Thread Richard Kenner
| 4.1.0 20050706 (experimental) (x86_64-suse-linux-gnu) GCC error: | | tree check: expected integer_cst, have cond_expr in | |do_structure_copy, at tree-ssa-structalias.c:2410 | I saw this when trying to get a bootstrap done. I beleieve the fol

Re: [PR22319] Ada broken with ICE in tree-ssa-structalias...

2005-07-06 Thread Andrew Pinski
On Jul 6, 2005, at 8:40 AM, Daniel Berlin wrote: Try the attached patch. This fixed it for me. -- Pinski

Re: [PR22319] Ada broken with ICE in tree-ssa-structalias...

2005-07-06 Thread Daniel Berlin
Try the attached patch. On Wed, 2005-07-06 at 06:54 -0400, Geert Bosch wrote: > This is http://gcc.gnu.org/PR22319. > > On Jul 6, 2005, at 06:17, Andreas Schwab wrote: > > Andreas Jaeger <[EMAIL PROTECTED]> writes: > > > > > >> Building ada with the patch for flag_wrapv fails now with a new > >

Re: [PR22319] Ada broken with ICE in tree-ssa-structalias...

2005-07-06 Thread Geert Bosch
This is http://gcc.gnu.org/PR22319. On Jul 6, 2005, at 06:17, Andreas Schwab wrote: Andreas Jaeger <[EMAIL PROTECTED]> writes: Building ada with the patch for flag_wrapv fails now with a new error: +===GNAT BUG DETECTED==+ | 4.1.0 20050

Re: Ada broken with ICE in tree-ssa-structalias...

2005-07-06 Thread Andreas Schwab
Andreas Jaeger <[EMAIL PROTECTED]> writes: > Building ada with the patch for flag_wrapv fails now with a new error: > > +===GNAT BUG DETECTED==+ > | 4.1.0 20050706 (experimental) (x86_64-suse-linux-gnu) GCC error: | > | tree check: expect

Re: Ada broken with ICE in tree-ssa-structalias...

2005-07-06 Thread Laurent GUERBY
Yes I see this new form of failure on x86_64-linux too as of LAST_UPDATED Tue Jul 5 21:38:08 UTC 2005 I don't use the wrapv patch, just the following patch on gnattools: Index: Makefile.in === RCS file: /cvs/gcc/gcc/gnattools/Makefi

Ada broken with ICE in tree-ssa-structalias...

2005-07-06 Thread Andreas Jaeger
Building ada with the patch for flag_wrapv fails now with a new error: +===GNAT BUG DETECTED==+ | 4.1.0 20050706 (experimental) (x86_64-suse-linux-gnu) GCC error: | | tree check: expected integer_cst, have cond_expr in