public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* Error!
@ 1999-06-30 23:07 Eric Chamberland
  0 siblings, 0 replies; only message in thread
From: Eric Chamberland @ 1999-06-30 23:07 UTC (permalink / raw)
  To: egcs-bugs

Reading specs from
/opt/EGCS1.1.2/lib/gcc-lib/sparc-sun-solaris2.6/egcs-2.91.66/specs
gcc version egcs-2.91.66 19990314 (egcs-1.1.2 release)
 /opt/EGCS1.1.2/lib/gcc-lib/sparc-sun-solaris2.6/egcs-2.91.66/cpp
-lang-c++ -v -undef -D__GNUC__=2 -D__GNUG__=2 -D__cplusplus
-D__GNUC_MINOR__=91 -Dsparc -Dsun -Dunix -D__svr4__ -D__SVR4 -D__sparc__
-D__sun__ -D__unix__ -D__svr4__ -D__SVR4 -D__sparc -D__sun -D__unix
-Asystem(unix) -Asystem(svr4) -D__EXCEPTIONS -D__GCC_NEW_VARARGS__
-Acpu(sparc) -Amachine(sparc) const.cc const.ii
GNU CPP version egcs-2.91.66 19990314 (egcs-1.1.2 release) (sparc)
#include "..." search starts here:
#include <...> search starts here:
 /opt/EGCS1.1.2/include/g++
 /usr/local/include
 /opt/EGCS1.1.2/sparc-sun-solaris2.6/include
 /opt/EGCS1.1.2/lib/gcc-lib/sparc-sun-solaris2.6/egcs-2.91.66/include
 /usr/include
End of search list.
 /opt/EGCS1.1.2/lib/gcc-lib/sparc-sun-solaris2.6/egcs-2.91.66/cc1plus
const.ii -quiet -dumpbase const.cc -version -o const.s
GNU C++ version egcs-2.91.66 19990314 (egcs-1.1.2 release)
(sparc-sun-solaris2.6) compiled by GNU C version 2.8.1.
const.cc:9: Internal compiler error.
const.cc:9: Please submit a full bug report to
`egcs-bugs@egcs.cygnus.com'.
const.cc:9: See <URL: http://egcs.cygnus.com/faq.html#bugreport > for
details.

# 1 "const.cc"
struct Coor
{
  Coor(double pX, double pY) :aX(pX), aY(pY) {};
  double aX, aY;
};

class A
{
static const Coor gCentre(0,0);
};

Eric Chamberland


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1999-06-30 23:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-06-30 23:07 Error! Eric Chamberland

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).