]> ruderich.org/simon Gitweb - blhc/blhc.git/blobdiff - t/logs/bad
Detect compile type (preprocess, compile, link) correctly.
[blhc/blhc.git] / t / logs / bad
index 49357a1e96b3d69b51e5bd8a64194ee7ac46423e..32408855cd9ce93cb4518fa903a4367a5621dc39 100644 (file)
@@ -23,3 +23,10 @@ g++  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-securi
 gcc -o test test-a.o test-b.o test-c.a
 
 g++  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security ../src/test/objs/test.o -o ../src/test/bin/test
+
+gcc -c -o test test.S
+gcc -c -o test test.s
+
+gcc -E test.c
+
+gcc test.c