Firm Bugtracker - cparser
Viewing Issue Advanced Details
14 other minor always 2008-12-07 13:28 2009-01-28 21:55
sanxiyn  
xt3firm  
normal  
closed 0.9.7  
fixed  
none    
none  
0000014: --print-caml is broken.
libfirm 1.15.0 and cparser 0.9.7.

--print-caml fails with:
cparser: write_caml.c:206: write_function: Assertion `parameter->kind == ENTITY_VARIABLE' failed.

Should it be ENTITY_PARAMETER?

Same for --print-fluffy.
Issue History
2008-12-07 13:28 sanxiyn New Issue
2008-12-07 14:23 xt3firm Status new => assigned
2008-12-07 14:23 xt3firm Assigned To => xt3firm
2008-12-07 14:23 xt3firm Note Added: 0000020
2008-12-07 14:23 xt3firm Status assigned => resolved
2008-12-07 14:23 xt3firm Resolution open => fixed
2008-12-08 10:35 Matze Note Added: 0000022
2009-01-28 21:55 Matze Status resolved => closed

Notes
(0000020)
xt3firm   
2008-12-07 14:23   
Fixed in r24372.
(0000022)
Matze   
2008-12-08 10:35   
Please also note that the print_caml functionality was an experiment which I never finished. It has never produced usefull caml code.

print_fluffy has worked in the past to generate SDL bindings for my fluffy language but hasn't been used for months and is most likely broken after all the internal changes lately...