pspp-dev
[Top][All Lists]
Advanced

[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: Sun, 28 Sep 2008 21:54:45 +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 #4, patch #6637 (project pspp):

The following was posted by jmd to the pspp mailing list.  I'm adding it here
to keep the log complete:

> I'm beginning to think this is a compiler bug.
> 
> The problem only manifests itself with gcc 4.3.1 (4.2 and 4.1 seem
> ok),   and only when optimisation is enabled ( -O2).
> 
> When the problem occurs, I found, by inserting some simple
> diagnostics, I find that this line at hmap-test.c:683
> 
>       values[i] = e[cur][i].data = i;
> 
> doesn't do what one would expect. Because 
> 
>  assert (e[cur][i].data == i); 
> 
> on the following line fails.
> 
> Wierd!


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/patch/?6637>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]