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]

Re: [PATCH] Cleanup patches to build libgcj on x86/linux


On Jul 26, 2000, Bryce McKinlay <bryce@albatross.co.nz> wrote:

> Alexandre Petit-Bianco wrote:
>> The C++ compiler all in a sudden started to be really picky -- or did
>> we have a way to silence it before which broke all in a sudden?

> I cant even build libstdc++ with the current compiler.

Yep.  I seem to recall the C++ maintainers had decided to drop the
equivalence between () and (...) in extern "C" declarations.  That's
probably what has started to break all the hell lose :-(

Not even cp/exception.cc will build for libgcc on
i686-pc-linux-gnu-x-mn10300-elf :-(

g++ interprets the () declarations of unexpected() and terminate() in
the `exception' header file as (...), takes the declarations in
`exception.cc' as (), then complains that the calls to these functions
are ambiguous :-(

The GCC automatic regression tester has started to complain about the
very same failure by 4 PM (PDT).  Nathan?

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me



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