Bootstrap failure on hppa2.0w-hp-hpux11.11 configuring libstdc++

John David Anglin dave@hiauly1.hia.nrc.ca
Sun Dec 30 07:27:00 GMT 2001


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)



More information about the Gcc-bugs mailing list