From: Daniel T. <dan...@gm...> - 2008-05-13 20:29:40
|
Eric Bezault wrote: > Daniel Tuser wrote: >> I just found a problem related to gec. I know that you try to make >> gec compatible to the compiler of Eiffel Software. The following >> class works with EiffelStudio but does not compile with gec. I didn't >> have time to have a closer look at the inheritance problem, so I just >> show you the problem as you are preparing a release. You certainly >> need the binary search tree classes from the previous post to compile >> the test. >> >> class TEST_1 >> ... > > I tried to compiled it with the very latest version of gec > and it compiled. So I guess the problem has been fixed since > you last tried it. I used the svn version and made a bootstrap to get the latest version of gec. But maybe I somehow mixed two variants of the binary search tree implementation. I tried to avoid that, but probably I missed something. Maybe I can reproduce it, but it is not very likely. |