This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [PR22319] Ada broken with ICE in tree-ssa-structalias...
- From: kenner at vlsi1 dot ultra dot nyu dot edu (Richard Kenner)
- To: dberlin at dberlin dot org
- Cc: gcc at gcc dot gnu dot org
- Date: Wed, 6 Jul 05 10:35:30 EDT
- Subject: Re: [PR22319] Ada broken with ICE in tree-ssa-structalias...
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.