This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: [Bug tree-optimization/30052] [4.2 Regression] possible quadratic behaviour.
- From: "Daniel Berlin" <dberlin at dberlin dot org>
- To: gcc-bugzilla at gcc dot gnu dot org
- Cc: gcc-bugs at gcc dot gnu dot org
- Date: Sun, 20 May 2007 17:35:56 -0400
- Subject: Re: [Bug tree-optimization/30052] [4.2 Regression] possible quadratic behaviour.
- References: <bug-30052-7667@http.gcc.gnu.org/bugzilla/> <20070520045745.22258.qmail@sourceware.org>
On 20 May 2007 04:57:45 -0000, pluto at agmk dot net
<gcc-bugzilla@gcc.gnu.org> wrote:
------- Comment #25 from pluto at agmk dot net 2007-05-20 05:57 -------
Subject: Re: [4.2 Regression] possible quadratic behaviour.
--
Change line 4275 of the patched tree-ssa-structalias.c to be rhs.var =
vi->id instead of rhs.var = id
Remove the id variable declaration.
This would have only affected fortran ....
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30052