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]
Other format: [Raw text]

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)


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