Re: optimization/10863: [tree-ssa] ICE in assign_var
Diego Novillo <[email protected]>
| Newsgroups | gmane.comp.gcc.prs |
|---|---|
| Message-ID | <[email protected]> |
The following reply was made to PR optimization/10863; it has been noted by GNATS. From: Diego Novillo <[email protected]> To: [email protected] Cc: [email protected] Subject: Re: optimization/10863: [tree-ssa] ICE in assign_var Date: Mon, 19 May 2003 11:18:11 -0400 On Mon, May 19, 2003 at 02:43:47PM -0000, [email protected] wrote: > g/x> /home/bangerth/bin/gcc-3.4-tree-ssa/bin/c++ -O2 -c x.cc > x.cc: In function `void baz(const S&)': > x.cc:6: internal compiler error: in assign_vars, at tree-ssa.c:1557 > Please submit a full bug report, > with preprocessed source if appropriate. > See <URL:http://gcc.gnu.org/bugs.html> for instructions. > The modifications I'm making to stop treating INDIRECT_REF nodes as variables should fix this problem. I'll test this again after I'm done with the patch. Diego.