Internal compiler error in egcs-1.0.2

Rubber_Buccaneer@Galactic.Headquarters.org Rubber_Buccaneer@Galactic.Headquarters.org
Fri May 15 02:47:00 GMT 1998


g++ -g -c test_vf.cc -o test_vf.o  
In file included from test_vf.cc:1:
test_vf.hh:15: Internal compiler error.
test_vf.hh:15: Please submit a full bug report to `egcs-bugs@cygnus.com'.

---

test_vf.cc

#include "test_vf.hh"

---

test_vf.hh

#ifndef VF_HH
#define VF_HH

class velocity_fn
{
public:

  template<class VELOCITY_TYPE>
  explicit velocity_fn( const VELOCITY_TYPE &t);

private:

  velocity_fn( const velocity_fn&);
  velocity_fn& operator=( const velocity_fn&);
};

#endif

---

uname -a
SunOS athene 5.5.1 Generic_103640-12 sun4u sparc SUNW,Ultra-60

---

g++ -v
Reading specs from /mnt/vendor/solaris/gnu/lib/gcc-lib/sparc-sun-solaris2.5.1/egcs-2.90.27/specs
gcc version egcs-2.90.27 980315 (egcs-1.0.2 release)


Happy hunting ;-)

-- 


Ta ta fa noo,
	     The Rubber Buccaneer a.k.a. rap@maths.soton.ac.uk

###								      ###
# #      WWW page at http://www.maths.soton.ac.uk/rap/HomePage.html   # #
# #                                                                   # #
# #  			It's good stuff!			      # #
# #                                                                   # #
# #    Sub-sections of note:                                          # #
# #          Psychobilly database : rap/psycho.html                   # #
# #          The state of the nation : rap/State_of_the_Nation.html   # #
# #                                                                   # #
###								      ###



More information about the Gcc-bugs mailing list