This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/12945] New: MIPS g++.old-deja/g++.abi/ptrflags.C fails.
- From: "daney at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 7 Nov 2003 17:20:01 -0000
- Subject: [Bug c++/12945] New: MIPS g++.old-deja/g++.abi/ptrflags.C fails.
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12945
Summary: MIPS g++.old-deja/g++.abi/ptrflags.C fails.
Product: gcc
Version: 3.4
Status: UNCONFIRMED
Keywords: wrong-code
Severity: normal
Priority: P2
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: daney at gcc dot gnu dot org
CC: echristo at redhat dot com,gcc-bugs at gcc dot gnu dot
org,rsandifo at redhat dot com
GCC build triplet: i686-pc-linux-gnu
GCC host triplet: i686-pc-linux-gnu
GCC target triplet: mipsisa32el-linux
This is the output from make check:
Executing on host: /home/daney/mipsel-gcccvs/gcc/testsuite/../g++
-B/home/daney/mipsel-gcccvs/gcc/testsuite/../
/home/daney/gcccvsw/gcc/gcc/testsuite/g++.old-deja/g++.abi/ptrflags.C
-nostdinc++
-I/home/daney/mipsel-gcccvs/mipsisa32el-linux/libstdc++-v3/include/mipsisa32el-linux
-I/home/daney/mipsel-gcccvs/mipsisa32el-linux/libstdc++-v3/include
-I/home/daney/gcccvsw/gcc/libstdc++-v3/libsupc++
-I/home/daney/gcccvsw/gcc/libstdc++-v3/libsupc++
-I/home/daney/gcccvsw/gcc/libstdc++-v3/include/backward
-I/home/daney/gcccvsw/gcc/libstdc++-v3/testsuite -fmessage-length=0 -ansi
-pedantic-errors -Wno-long-long
-L/home/daney/mipsel-gcccvs/mipsisa32el-linux/./libstdc++-v3/src/.libs
-L/home/daney/mipsel-gcccvs/mipsisa32el-linux/./libiberty -lm -o
./ptrflags.exe (timeout = 300)
/home/testcvs//lib/gcc/mipsisa32el-linux/3.4/../../../../mipsisa32el-linux/bin/ld:
final link failed: Bad value
collect2: ld returned 1 exit status
compiler exited with status 1
output is:
/home/testcvs//lib/gcc/mipsisa32el-linux/3.4/../../../../mipsisa32el-linux/bin/ld:
final link failed: Bad value
collect2: ld returned 1 exit status
FAIL: g++.old-deja/g++.abi/ptrflags.C (test for excess errors)
Excess errors:
/home/testcvs//lib/gcc/mipsisa32el-linux/3.4/../../../../mipsisa32el-linux/bin/ld:
final link failed: Bad value
collect2: ld returned 1 exit status
I initially thought it was a gas bug, but this e-mail thread leads me to think
otherwise.
http://sources.redhat.com/ml/binutils/2003-11/msg00092.html