fasterthanlime / jooc-legacy

:crocodile: The historical, initial implementation of an ooc compiler in Java
http://ooc-lang.org/
MIT License
115 stars 4 forks source link

inherited methods cause gcc errors #14

Closed fredreichbier closed 15 years ago

fredreichbier commented 15 years ago

http://paste.pocoo.org/show/142908/

causes:

ooc_tmp/bugs/inheritance.c: In function 'C_class':
ooc_tmp/bugs/inheritance.c:205: error: unknown field 'foo' specified in initializer
ooc_tmp/bugs/inheritance.c:205: warning: excess elements in struct initializer
ooc_tmp/bugs/inheritance.c:205: warning: (near initialization for 'class.__super__')
C compiler failed, aborting compilation process
nddrylliog commented 15 years ago

Fixed & committed.

http://github.com/amoswenger/ooc/commit/588aa0f77b4c2dcfc4857821ab591b28afbb1452