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: 1.0.2 Another Internal compiler error


On Sun, 19 Apr 1998, Munagala V. S. Ramanath wrote:
> The following program crashes egcs-1.0.2 thus when compiled with
> "gcc -Wall crash1.C -lstdc++":
> crash1.C: In function `void f<int>(class A<int> &, int)':
> crash1.C:13: Internal compiler error 108.
> crash1.C:13: Please submit a full bug report to `egcs-bugs@cygnus.com'.

The current CVS snapshot complains 
  x.cc: In function `void f<int>(class A<int> &, int)':
  x.cc:14: invalid use of template <class T> A<T>
  x.cc:14: invalid use of template type parameter
instead.

Gerald
-- 
Gerald Pfeifer (Jerry)      Vienna University of Technology
pfeifer@dbai.tuwien.ac.at   http://www.dbai.tuwien.ac.at/~pfeifer/



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