This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Libio testsuite FAILs under hpux 10.20 with gcc-2.96 CVS 20000816


Here is a summary of libio FAILs.  Three are timeouts and the last
a problem with various header file defines.

Dave
-- 
J. David Anglin                                  dave.anglin@nrc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6605)

Test Run By dave on Wed Aug 16 22:52:04 2000
Native configuration is hppa1.1-hp-hpux10.20

		=== libio tests ===

Schedule of variations:
    unix/-threads
    unix

Running target unix/-threads
Using /usr/local/share/dejagnu/baseboards/unix.exp as board description file for target.
Using /usr/local/share/dejagnu/config/unix.exp as generic interface file for target.
Using ../../../../libio/testsuite/config/default.exp as tool-and-target-specific interface file.
...
Running ../../../../libio/testsuite/libio.tests/tFile.exp ...
Executing on host: /xxx/gnu/gcc-2.96/objdir/gcc/xgcc -B/xxx/gnu/gcc-2.96/objdir/gcc/ ../../../../libio/testsuite/../tests/tFile.cc  -O3 -I.. -I../../../../libio/testsuite/..  -nostdinc++ -I/xxx/gnu/gcc-2.96/libstdc++ -I/xxx/gnu/gcc-2.96/libstdc++/stl -L/xxx/gnu/gcc-2.96/objdir/hppa1.1-hp-hpux10.20/threads/libstdc++ -L/xxx/gnu/gcc-2.96/objdir/hppa1.1-hp-hpux10.20/threads/libiberty  -L/xxx/gnu/gcc-2.96/objdir/hppa1.1-hp-hpux10.20/threads/libiberty -g  -lstdc++ -liberty -lm   -threads -o /xxx/gnu/gcc-2.96/objdir/hppa1.1-hp-hpux10.20/libio/testsuite/tFile    (timeout = 300)
WARNING: program timed out.
compiler exited with status 1
FAIL: tFile.cc compilation 
XFAIL: tFile.cc execution 
XFAIL: tFile.cc output 
Executing on host: /xxx/gnu/gcc-2.96/objdir/gcc/xgcc -B/xxx/gnu/gcc-2.96/objdir/gcc/ ../../../../libio/testsuite/../tests/tFile.cc  -O3 -I.. -I../../../../libio/testsuite/..  -nostdinc++ -I/xxx/gnu/gcc-2.96/libstdc++ -I/xxx/gnu/gcc-2.96/libstdc++/stl -L/xxx/gnu/gcc-2.96/objdir/hppa1.1-hp-hpux10.20/threads/libstdc++ -L/xxx/gnu/gcc-2.96/objdir/hppa1.1-hp-hpux10.20/threads/libiberty  -L/xxx/gnu/gcc-2.96/objdir/hppa1.1-hp-hpux10.20/threads/libiberty -g  -lstdc++ -liberty -lm   -threads -o /xxx/gnu/gcc-2.96/objdir/hppa1.1-hp-hpux10.20/libio/testsuite/tFile    (timeout = 300)
WARNING: program timed out.
compiler exited with status 1
FAIL: tFile.cc compilation -b0
XFAIL: tFile.cc execution -b0
XFAIL: tFile.cc output -b0
Executing on host: /xxx/gnu/gcc-2.96/objdir/gcc/xgcc -B/xxx/gnu/gcc-2.96/objdir/gcc/ ../../../../libio/testsuite/../tests/tFile.cc  -O3 -I.. -I../../../../libio/testsuite/..  -nostdinc++ -I/xxx/gnu/gcc-2.96/libstdc++ -I/xxx/gnu/gcc-2.96/libstdc++/stl -L/xxx/gnu/gcc-2.96/objdir/hppa1.1-hp-hpux10.20/threads/libstdc++ -L/xxx/gnu/gcc-2.96/objdir/hppa1.1-hp-hpux10.20/threads/libiberty  -L/xxx/gnu/gcc-2.96/objdir/hppa1.1-hp-hpux10.20/threads/libiberty -g  -lstdc++ -liberty -lm   -threads -o /xxx/gnu/gcc-2.96/objdir/hppa1.1-hp-hpux10.20/libio/testsuite/tFile    (timeout = 300)
WARNING: program timed out.
compiler exited with status 1
FAIL: tFile.cc compilation -b3
XFAIL: tFile.cc execution -b3
XFAIL: tFile.cc output -b3
testcase ../../../../libio/testsuite/libio.tests/tFile.exp completed in 924 seconds
Running ../../../../libio/testsuite/libio.tests/tfformat.exp ...
Executing on host: /xxx/gnu/gcc-2.96/objdir/gcc/xgcc -B/xxx/gnu/gcc-2.96/objdir/gcc/ ../../../../libio/testsuite/../tests/tfformat.c  -O3 -I.. -I../../../../libio/testsuite/..  -DTEST_LIBIO -DTEST_EXACTNESS -L/xxx/gnu/gcc-2.96/objdir/hppa1.1-hp-hpux10.20/threads/libio -L/xxx/gnu/gcc-2.96/objdir/hppa1.1-hp-hpux10.20/threads/libio -L/xxx/gnu/gcc-2.96/objdir/hppa1.1-hp-hpux10.20/threads/libiberty -g  -lio -liberty -lm   -threads -o /xxx/gnu/gcc-2.96/objdir/hppa1.1-hp-hpux10.20/libio/testsuite/tfformat    (timeout = 300)
In file included from /usr/include/pwd.h:74,
                 from /xxx/gnu/gcc-2.96/objdir/gcc/include/stdlib.h:337,
                 from ../../../../libio/testsuite/../tests/tfformat.c:11:
/xxx/gnu/gcc-2.96/objdir/gcc/include/stdio.h:69:33: warning: "_IOFBF" redefined
../../../../libio/iostdio.h:47:1: warning: this is the location of the previous definition
/xxx/gnu/gcc-2.96/objdir/gcc/include/stdio.h:72:33: warning: "_IONBF" redefined
../../../../libio/iostdio.h:49:1: warning: this is the location of the previous definition
/xxx/gnu/gcc-2.96/objdir/gcc/include/stdio.h:76:33: warning: "_IOLBF" redefined
../../../../libio/iostdio.h:48:1: warning: this is the location of the previous definition
/xxx/gnu/gcc-2.96/objdir/gcc/include/stdio.h:137:25: warning: "stdin" redefined
../../../../libio/iostdio.h:55:1: warning: this is the location of the previous definition
/xxx/gnu/gcc-2.96/objdir/gcc/include/stdio.h:138:25: warning: "stdout" redefined
../../../../libio/iostdio.h:56:1: warning: this is the location of the previous definition
/xxx/gnu/gcc-2.96/objdir/gcc/include/stdio.h:139:25: warning: "stderr" redefined
../../../../libio/iostdio.h:57:1: warning: this is the location of the previous definition
In file included from /usr/include/pwd.h:70,
                 from /xxx/gnu/gcc-2.96/objdir/gcc/include/stdlib.h:333,
                 from ../../../../libio/testsuite/../tests/tfformat.c:3:
/xxx/gnu/gcc-2.96/objdir/gcc/include/stdio.h:45: conflicting types for `FILE'
../../../../libio/iostdio.h:37: previous declaration of `FILE'
/xxx/gnu/gcc-2.96/objdir/gcc/include/stdio.h:149: conflicting types for `_IO_fclose'
../../../../libio/iolibio.h:10: previous declaration of `_IO_fclose'
/xxx/gnu/gcc-2.96/objdir/gcc/include/stdio.h:150: conflicting types for `_IO_fflush'
../../../../libio/iolibio.h:12: previous declaration of `_IO_fflush'
/xxx/gnu/gcc-2.96/objdir/gcc/include/stdio.h:151: parse error before `1024'
/xxx/gnu/gcc-2.96/objdir/gcc/include/stdio.h:152: conflicting types for `_IO_setvbuf'
../../../../libio/iolibio.h:29: previous declaration of `_IO_setvbuf'
/xxx/gnu/gcc-2.96/objdir/gcc/include/stdio.h:153: conflicting types for `_IO_fprintf'
../../../../libio/iolibio.h:16: previous declaration of `_IO_fprintf'
/xxx/gnu/gcc-2.96/objdir/gcc/include/stdio.h:159: warning: parameter names (without types) in function declaration
/xxx/gnu/gcc-2.96/objdir/gcc/include/stdio.h:160: conflicting types for `_IO_fgets'
../../../../libio/iolibio.h:14: previous declaration of `_IO_fgets'
/xxx/gnu/gcc-2.96/objdir/gcc/include/stdio.h:161: conflicting types for `_IO_putc'
../../../../libio/libio.h:319: previous declaration of `_IO_putc'
/xxx/gnu/gcc-2.96/objdir/gcc/include/stdio.h:162: conflicting types for `_IO_fputs'
../../../../libio/iolibio.h:17: previous declaration of `_IO_fputs'
/xxx/gnu/gcc-2.96/objdir/gcc/include/stdio.h:163: conflicting types for `_IO_getc'
/xxx/gnu/gcc-2.96/objdir/gcc/include/stdio.h:159: previous declaration of `_IO_getc'
/xxx/gnu/gcc-2.96/objdir/gcc/include/stdio.h:169: conflicting types for `_IO_ungetc'
../../../../libio/iolibio.h:32: previous declaration of `_IO_ungetc'
/xxx/gnu/gcc-2.96/objdir/gcc/include/stdio.h:172: conflicting types for `_IO_fgetpos'
../../../../libio/iolibio.h:13: previous declaration of `_IO_fgetpos'
/xxx/gnu/gcc-2.96/objdir/gcc/include/stdio.h:173: conflicting types for `_IO_fsetpos'
../../../../libio/iolibio.h:18: previous declaration of `_IO_fsetpos'
/xxx/gnu/gcc-2.96/objdir/gcc/include/stdio.h:174: conflicting types for `_IO_fopen'
../../../../libio/iolibio.h:15: previous declaration of `_IO_fopen'
/xxx/gnu/gcc-2.96/objdir/gcc/include/stdio.h:175: parse error before `,'
/xxx/gnu/gcc-2.96/objdir/gcc/include/stdio.h:192: parse error before `1'
/xxx/gnu/gcc-2.96/objdir/gcc/include/stdio.h:193: conflicting types for `_IO_ftell'
../../../../libio/iolibio.h:19: previous declaration of `_IO_ftell'
/xxx/gnu/gcc-2.96/objdir/gcc/include/stdio.h:194: parse error before `void'
/xxx/gnu/gcc-2.96/objdir/gcc/include/stdio.h:195: parse error before `*'
/xxx/gnu/gcc-2.96/objdir/gcc/include/stdio.h:196: conflicting types for `_IO_feof'
../../../../libio/libio.h:320: previous declaration of `_IO_feof'
/xxx/gnu/gcc-2.96/objdir/gcc/include/stdio.h:197: conflicting types for `_IO_ferror'
../../../../libio/libio.h:321: previous declaration of `_IO_ferror'
/xxx/gnu/gcc-2.96/objdir/gcc/include/stdio.h:275: conflicting types for `_IO_fread'
../../../../libio/iolibio.h:20: previous declaration of `_IO_fread'
/xxx/gnu/gcc-2.96/objdir/gcc/include/stdio.h:276: conflicting types for `_IO_fwrite'
../../../../libio/iolibio.h:22: previous declaration of `_IO_fwrite'
/xxx/gnu/gcc-2.96/objdir/gcc/include/stdio.h:361: parse error before `*'
/xxx/gnu/gcc-2.96/objdir/gcc/include/stdio.h:362: conflicting types for `_IO_fdopen'
../../../../libio/iolibio.h:11: previous declaration of `_IO_fdopen'
/xxx/gnu/gcc-2.96/objdir/gcc/include/stdio.h:409: conflicting types for `_IO_popen'
../../../../libio/iolibio.h:56: previous declaration of `_IO_popen'
/xxx/gnu/gcc-2.96/objdir/gcc/include/stdio.h:434: parse error before `('
/xxx/gnu/gcc-2.96/objdir/gcc/include/stdio.h:435: conflicting types for `_IO_vfprintf'
/xxx/gnu/gcc-2.96/objdir/gcc/include/stdio.h:434: previous declaration of `_IO_vfprintf'
compiler exited with status 1
output is:
In file included from /usr/include/pwd.h:74,
                 from /xxx/gnu/gcc-2.96/objdir/gcc/include/stdlib.h:337,
                 from ../../../../libio/testsuite/../tests/tfformat.c:11:
/xxx/gnu/gcc-2.96/objdir/gcc/include/stdio.h:69:33: warning: "_IOFBF" redefined
../../../../libio/iostdio.h:47:1: warning: this is the location of the previous definition
/xxx/gnu/gcc-2.96/objdir/gcc/include/stdio.h:72:33: warning: "_IONBF" redefined
../../../../libio/iostdio.h:49:1: warning: this is the location of the previous definition
/xxx/gnu/gcc-2.96/objdir/gcc/include/stdio.h:76:33: warning: "_IOLBF" redefined
../../../../libio/iostdio.h:48:1: warning: this is the location of the previous definition
/xxx/gnu/gcc-2.96/objdir/gcc/include/stdio.h:137:25: warning: "stdin" redefined
../../../../libio/iostdio.h:55:1: warning: this is the location of the previous definition
/xxx/gnu/gcc-2.96/objdir/gcc/include/stdio.h:138:25: warning: "stdout" redefined
../../../../libio/iostdio.h:56:1: warning: this is the location of the previous definition
/xxx/gnu/gcc-2.96/objdir/gcc/include/stdio.h:139:25: warning: "stderr" redefined
../../../../libio/iostdio.h:57:1: warning: this is the location of the previous definition
In file included from /usr/include/pwd.h:70,
                 from /xxx/gnu/gcc-2.96/objdir/gcc/include/stdlib.h:333,
                 from ../../../../libio/testsuite/../tests/tfformat.c:3:
/xxx/gnu/gcc-2.96/objdir/gcc/include/stdio.h:45: conflicting types for `FILE'
../../../../libio/iostdio.h:37: previous declaration of `FILE'
/xxx/gnu/gcc-2.96/objdir/gcc/include/stdio.h:149: conflicting types for `_IO_fclose'
../../../../libio/iolibio.h:10: previous declaration of `_IO_fclose'
/xxx/gnu/gcc-2.96/objdir/gcc/include/stdio.h:150: conflicting types for `_IO_fflush'
../../../../libio/iolibio.h:12: previous declaration of `_IO_fflush'
/xxx/gnu/gcc-2.96/objdir/gcc/include/stdio.h:151: parse error before `1024'
/xxx/gnu/gcc-2.96/objdir/gcc/include/stdio.h:152: conflicting types for `_IO_setvbuf'
../../../../libio/iolibio.h:29: previous declaration of `_IO_setvbuf'
/xxx/gnu/gcc-2.96/objdir/gcc/include/stdio.h:153: conflicting types for `_IO_fprintf'
../../../../libio/iolibio.h:16: previous declaration of `_IO_fprintf'
/xxx/gnu/gcc-2.96/objdir/gcc/include/stdio.h:159: warning: parameter names (without types) in function declaration
/xxx/gnu/gcc-2.96/objdir/gcc/include/stdio.h:160: conflicting types for `_IO_fgets'
../../../../libio/iolibio.h:14: previous declaration of `_IO_fgets'
/xxx/gnu/gcc-2.96/objdir/gcc/include/stdio.h:161: conflicting types for `_IO_putc'
../../../../libio/libio.h:319: previous declaration of `_IO_putc'
/xxx/gnu/gcc-2.96/objdir/gcc/include/stdio.h:162: conflicting types for `_IO_fputs'
../../../../libio/iolibio.h:17: previous declaration of `_IO_fputs'
/xxx/gnu/gcc-2.96/objdir/gcc/include/stdio.h:163: conflicting types for `_IO_getc'
/xxx/gnu/gcc-2.96/objdir/gcc/include/stdio.h:159: previous declaration of `_IO_getc'
/xxx/gnu/gcc-2.96/objdir/gcc/include/stdio.h:169: conflicting types for `_IO_ungetc'
../../../../libio/iolibio.h:32: previous declaration of `_IO_ungetc'
/xxx/gnu/gcc-2.96/objdir/gcc/include/stdio.h:172: conflicting types for `_IO_fgetpos'
../../../../libio/iolibio.h:13: previous declaration of `_IO_fgetpos'
/xxx/gnu/gcc-2.96/objdir/gcc/include/stdio.h:173: conflicting types for `_IO_fsetpos'
../../../../libio/iolibio.h:18: previous declaration of `_IO_fsetpos'
/xxx/gnu/gcc-2.96/objdir/gcc/include/stdio.h:174: conflicting types for `_IO_fopen'
../../../../libio/iolibio.h:15: previous declaration of `_IO_fopen'
/xxx/gnu/gcc-2.96/objdir/gcc/include/stdio.h:175: parse error before `,'
/xxx/gnu/gcc-2.96/objdir/gcc/include/stdio.h:192: parse error before `1'
/xxx/gnu/gcc-2.96/objdir/gcc/include/stdio.h:193: conflicting types for `_IO_ftell'
../../../../libio/iolibio.h:19: previous declaration of `_IO_ftell'
/xxx/gnu/gcc-2.96/objdir/gcc/include/stdio.h:194: parse error before `void'
/xxx/gnu/gcc-2.96/objdir/gcc/include/stdio.h:195: parse error before `*'
/xxx/gnu/gcc-2.96/objdir/gcc/include/stdio.h:196: conflicting types for `_IO_feof'
../../../../libio/libio.h:320: previous declaration of `_IO_feof'
/xxx/gnu/gcc-2.96/objdir/gcc/include/stdio.h:197: conflicting types for `_IO_ferror'
../../../../libio/libio.h:321: previous declaration of `_IO_ferror'
/xxx/gnu/gcc-2.96/objdir/gcc/include/stdio.h:275: conflicting types for `_IO_fread'
../../../../libio/iolibio.h:20: previous declaration of `_IO_fread'
/xxx/gnu/gcc-2.96/objdir/gcc/include/stdio.h:276: conflicting types for `_IO_fwrite'
../../../../libio/iolibio.h:22: previous declaration of `_IO_fwrite'
/xxx/gnu/gcc-2.96/objdir/gcc/include/stdio.h:361: parse error before `*'
/xxx/gnu/gcc-2.96/objdir/gcc/include/stdio.h:362: conflicting types for `_IO_fdopen'
../../../../libio/iolibio.h:11: previous declaration of `_IO_fdopen'
/xxx/gnu/gcc-2.96/objdir/gcc/include/stdio.h:409: conflicting types for `_IO_popen'
../../../../libio/iolibio.h:56: previous declaration of `_IO_popen'
/xxx/gnu/gcc-2.96/objdir/gcc/include/stdio.h:434: parse error before `('
/xxx/gnu/gcc-2.96/objdir/gcc/include/stdio.h:435: conflicting types for `_IO_vfprintf'
/xxx/gnu/gcc-2.96/objdir/gcc/include/stdio.h:434: previous declaration of `_IO_vfprintf'

FAIL: tfformat.c compilation 

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]