This is the mail archive of the gcc@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]

(971127) i386-cygwin32-c++ test results


Platform: i386-pc-cygwin32
Target notes:
   - local patches applied (some from Jason Merrill, which hopefully will
     be in the release)
   - Exception handling uses sjlj by default, not DWARF2 unwinding which
     does not work with exception handling on this target yet.


		=== g++ Summary ===

# of expected passes		3394
# of unexpected failures	2	<< see later for notes
# of unexpected successes	3
# of expected failures		84
# of untested testcases		6

		=== g++ tests ===

Running target unix
Running H:/cdk/gcc/testsuite/g++.old-deja/old-deja.exp ...
FAIL: g++.jason/thunk2.C (test for excess errors)
FAIL: g++.law/profile1.C (test for excess errors)

Failure notes:
   - thunk2.C: -fvtable-thunks makes BFD choke when -fPIC is also
     supplied. -fPIC should have no effect here, but evidently it does
     matter. I'll take a look at the code again.
   - profile1.C: no -pg support yet, so expected.

Test Run By khan on Fri Nov 28 14:30:40 1997
Native configuration is i386-pc-cygwin32

Here's the log message from thunk2.C (-fvtable-thunks + -fPIC) error:

Executing on host: D:/Users/khan/cygwin32/H-i386-cygwin32/bin/g++.exe H:/cdk/gcc/testsuite/g++.old-deja/g++.jason/thunk2.C   -fvtable-thunks -fPIC  -IH:/cdk/libg++ -IH:/cdk/libg++/src -IH:/cdk/libstdc++ -IH:/cdk/libstdc++/stl -Ic:/tmp/cdk-test4/../include -lstdc++    -lm  -o /tmp/cdk-test4/out/a.out   

compiler exited with status 1
output is:
as: bfd assertion fail ../../bfd/coff-i386.c:424
C:\TEMP\cc001020.s: Assembler messages:
C:\TEMP\cc001020.s:33: Error: Cannot represent relocation type BFD_RELOC_386_GOTPC
as: bfd assertion fail ../../bfd/coff-i386.c:424
C:\TEMP\cc001020.s:78: Error: Cannot represent relocation type BFD_RELOC_386_GOTPC
as: bfd assertion fail ../../bfd/coff-i386.c:424
C:\TEMP\cc001020.s:118: Error: Cannot represent relocation type BFD_RELOC_386_GOTPC
as: bfd assertion fail ../../bfd/coff-i386.c:424
C:\TEMP\cc001020.s:156: Error: Cannot represent relocation type BFD_RELOC_386_GOTPC
as: bfd assertion fail ../../bfd/coff-i386.c:424
C:\TEMP\cc001020.s:186: Error: Cannot represent relocation type BFD_RELOC_386_GOTPC
as: bfd assertion fail ../../bfd/coff-i386.c:424
C:\TEMP\cc001020.s:226: Error: Cannot represent relocation type BFD_RELOC_386_GOTPC
as: bfd assertion fail ../../bfd/coff-i386.c:424
C:\TEMP\cc001020.s:275: Error: Cannot represent relocation type BFD_RELOC_386_GOTPC
as: bfd assertion fail ../../bfd/coff-i386.c:424
C:\TEMP\cc001020.s:321: Error: Cannot represent relocation type BFD_RELOC_386_GOTPC
as: bfd assertion fail ../../bfd/coff-i386.c:424
C:\TEMP\cc001020.s:357: Error: Cannot represent relocation type BFD_RELOC_386_GOTPC

Regards,
Mumit -- khan@xraylith.wisc.edu
http://www.xraylith.wisc.edu/~khan/


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