This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: fix for PR 26757


On 5/16/06, Andrew MacLeod <amacleod@redhat.com> wrote:
I've checked this patch into the 4.1 branch, and I will check the
equivalent one into mainline once tests finish running.

The analysis is in PR 26575. Basically, all this patch does is remove
one of the two hash tables used when creating the referenced vars list.

One was only being used to determine whether something needed to be
inserted into the other one.

This causes PR27793.


Richard.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]