On Tue, 2015-02-03 15:47:45 +0100, amontaron wrote:
Hi again :-D
So... I compile with gcc -O1 instead of -O2 (not mentioned in INSTALL file anyway) and got it compiled !
This means you hit a bug in GCC which is not triggered if you turn off certain optimizations.
You could try to disable single optimization steps (-fno-... options) to identify the single culprit, but I don't know if it earns you something (as you say it happens on your 'old Suse' box, and the GCC might be outdated as well).
Ludolf