[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[patch #6637] New hash table implementations
From: |
Ben Pfaff |
Subject: |
[patch #6637] New hash table implementations |
Date: |
Tue, 30 Sep 2008 05:48:56 +0000 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.1) Gecko/20061205 Iceweasel/2.0.0.1 (Debian-2.0.0.1+dfsg-1) |
Follow-up Comment #9, patch #6637 (project pspp):
OK, after much testing here's a summary:
* The bug occurs with GCC 4.3
* The bug does not occur with GCC 4.2 or with development snapshots of GCC
4.4.
* The bug manifests in the test program, not in the hmap code. It has
something to do with optimizing assignments to array elements incorrectly.
Thus, I am proposing the attached patch, which simply warns about the problem
when the test program runs.
(file #16591)
_______________________________________________________
Additional Item Attachment:
File name: hmap-test-warning.patch Size:1 KB
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/patch/?6637>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [patch #6637] New hash table implementations, Ben Pfaff, 2008/09/26
- [patch #6637] New hash table implementations, John Darrington, 2008/09/27
- [patch #6637] New hash table implementations, Ben Pfaff, 2008/09/27
- [patch #6637] New hash table implementations, John Darrington, 2008/09/27
- [patch #6637] New hash table implementations, Ben Pfaff, 2008/09/28
- [patch #6637] New hash table implementations, Ben Pfaff, 2008/09/28
- [patch #6637] New hash table implementations, Ben Pfaff, 2008/09/29
- [patch #6637] New hash table implementations, John Darrington, 2008/09/29
- [patch #6637] New hash table implementations, Ben Pfaff, 2008/09/29
- [patch #6637] New hash table implementations,
Ben Pfaff <=
- [patch #6637] New hash table implementations, John Darrington, 2008/09/30
- Re: [patch #6637] New hash table implementations, John Darrington, 2008/09/27