Hi, Actually this patch is to fix a regression caused by my previous patches. Now I have discovered that all test but one will pass if the sample programs in the tests directory (namely fooprog in that case) are compiled with -O0. Problem is that by default configure will set CXXFLAGS to -O2 and there is no way to override it in the makefiles. To run the tests, you can do: $ cd tests && make clean && make CXXFLAGS=-O0 check This is cumbersome. The only test failing after that is "runtestderef" Hub
Attachment:
0001-Bug-774122-Part-4-Fix-regression-caused-by-fe7b2e1.patch
Description: Text Data