Is this a bug?

2007-09-29 Thread Zhang Xiaoping
two c files: main.c and func.c, excute the command like this: gcc main.c func.c -Wall -ansi -pedantic there are two warnings, and is can generate binary file and the file can be excuted. //main.c int main() { int a; a = func(); printf("%d\n", a); return a; } //func.c float func

testsuite for libgomp and so on...

2007-09-27 Thread Zhang Xiaoping
Hi, There are testsuites for libgomp and libmudflap, but there isn't any testsuite for libcpp, libdecnumber, libiberty, and libssp. I downloads gcc-core-4-2-1 and testsuite. Only test results of gcc/libgomp/libmudflap had been generated. Thanks :)