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]

const 2-arg initialiser


(The subject line is more of an attempt at uniqueness (better than
 "Subject: bug") than a serious guess at the nature of the problem.)

Script started on Sun May 31 21:46:23 1998
$ g++ --version
egcs-2.90.28 980423 (egcs-1.0.3 prerelease)
$ dpkg -s g++|grep Version
Version: 2.90.28-0.1
$ g++ tst.cc
tst.cc:10: Internal compiler error.
tst.cc:10: Please submit a full bug report to `egcs-bugs@cygnus.com'.
$ cat tst.cc
class C1
{
public:
  C1(int x, int y) {  };
};

class C2
{
 public:
  const C1 FOO(0, 2);
};


main()
{
}
$ exit

Script done on Sun May 31 21:50:47 1998


pjm.

(No reply necessary, but feel free to ask for extra info.)


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