X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=t%2Flogs%2Fc%2B%2B;h=3999dd6d483017e600215060c01aa6ab0a76b443;hb=83b9f67e03dbac9c42361d2e014f265d63d8d735;hp=e3828ceaaf229c647a47b76b6623f11cf657b59f;hpb=99243a356c2d5a818b8d1bffb354cd38d2424146;p=blhc%2Fblhc.git diff --git a/t/logs/c++ b/t/logs/c++ index e3828ce..3999dd6 100644 --- a/t/logs/c++ +++ b/t/logs/c++ @@ -1,3 +1,5 @@ +dpkg-buildpackage: source package test + checking for c++... c++ checking whether we are using the GNU C++ compiler... yes checking whether c++ accepts -g... yes @@ -16,6 +18,12 @@ rm c++test.h c++\ test.c +rm test.c++ +c++\ + test.c++ +c++\ +test.c++ + c++-4.6 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat-security -Werror=format-security -D_FORTIFY_SOURCE=2 -c test-a.cpp c++-4.6 -g -O2 -fstack-protector -Wformat -Wformat-security -Werror=format-security -D_FORTIFY_SOURCE=2 -c test-b.cpp c++-4.6 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -D_FORTIFY_SOURCE=2 -c test-c.cpp