This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Bootstrap failure on hppa2.0w-hp-hpux11.11 configuring libstdc++
- From: "John David Anglin" <dave at hiauly1 dot hia dot nrc dot ca>
- To: gcc-bugs at gcc dot gnu dot org, libstdc++ at gcc dot gnu dot org
- Date: Sat, 29 Dec 2001 20:46:27 -0500 (EST)
- Subject: Bootstrap failure on hppa2.0w-hp-hpux11.11 configuring libstdc++
Some change to the main in the last couple of days introduced this failure:
configure:3888: checking for exception model to use
configure:3914: /xxx/gnu/gcc-3.1/objdir/gcc/xgcc -B/xxx/gnu/gcc-3.1/objdir/gcc/
-nostdinc++ -L/xxx/gnu/gcc-3.1/objdir/hppa2.0w-hp-hpux11.11/libstdc++-v3/src -L
/xxx/gnu/gcc-3.1/objdir/hppa2.0w-hp-hpux11.11/libstdc++-v3/src/.libs -B/opt/gnu/
hppa2.0w-hp-hpux11.11/bin/ -B/opt/gnu/hppa2.0w-hp-hpux11.11/lib/ -isystem /opt/g
nu/hppa2.0w-hp-hpux11.11/include -c -S conftest.C 1>&5
configure:3903: `S::S()' has already been declared in `S'
configure:3903: `S::S(const S&)' has already been declared in `S'
configure:3903: `S::~S()' has already been declared in `S'
configure:3903: `S::~S()' has already been declared in `S'
configure:3903: confused by earlier errors, bailing out
The configure test program is:
#line 3903 "configure"
struct S { ~S(); };
void bar();
void foo()
{
S s;
bar();
}
Dave
--
J. David Anglin dave.anglin@nrc.ca
National Research Council of Canada (613) 990-0752 (FAX: 952-6605)