pspp-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.7.9-545-gc7711


From: John Darrington
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.7.9-545-gc7711e3
Date: Mon, 01 Apr 2013 05:49:48 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU PSPP".

The branch, master has been updated
       via  c7711e39f523f206a74f5d0f52480ad10267e0ca (commit)
      from  8f885c554e37cd066898e18b9c0752ac0e57b3dd (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit c7711e39f523f206a74f5d0f52480ad10267e0ca
Author: John Darrington <address@hidden>
Date:   Mon Apr 1 07:34:28 2013 +0200

    Work-around bug in GCC 4.4.5
    
    Gcc 4.4.5 seems to be buggy.  For some reason it miscompiles the code in
    casereader_count_cases__ when compiled with -O2 by not allocating enough
    stack.  This commit works around that problem by putting a dummy variable
    on the stack.
    
    Reviewed-by Ben Pfaff.

-----------------------------------------------------------------------

Summary of changes:
 src/data/casereader.c |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
GNU PSPP



reply via email to

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