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]

Re: libg++ won't build with latest snapshots


On Dec 22, 1999, Alexandre Oliva <oliva@lsd.ic.unicamp.br> wrote:

> This second problems seems to have only come up on 64bit targets,
> regardless of whether the host system was running on 32 or 64 bit
> modes.

Here's a simplified test for the Rational.o problem, that I'm checking
in the testsuite.  In fact, it seems to only show up on 64bit targets,
and named return values are involved again.

// Copyright (C) 1999 Free Software Foundation

// by Alexandre Oliva <oliva@lsd.ic.unicamp.br>

// distilled from libg++'s Rational.cc

// Special g++ Options:
// crash test - XFAIL sparc64*-*-* sparcv9*-*-* alpha*-*-*

inline int bar () return r {}

int foo () {
  return bar ();
}

-- 
Alexandre Oliva http://www.ic.unicamp.br/~oliva IC-Unicamp, Bra[sz]il
oliva@{lsd.ic.unicamp.br,guarana.{org,com}} aoliva@{acm,computer}.org
oliva@{gnu.org,kaffe.org,{egcs,sourceware}.cygnus.com,samba.org}
** I may forward mail about projects to mailing lists; please use them

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