dibyendumajumdar / dmr_c

dmr_C is a C parser and JIT compiler with LLVM, Eclipse OMR and NanoJIT backends
Other
52 stars 2 forks source link

Array size where the size is computed through the initializer is not handled correctly by sparse-llvm #10

Closed dibyendumajumdar closed 7 years ago

dibyendumajumdar commented 7 years ago

Details and discussion of this issue:

http://marc.info/?l=linux-sparse&m=149081906729275&w=3

dibyendumajumdar commented 7 years ago

A fix for this was implemented in https://github.com/dibyendumajumdar/dmr_c/commit/e18073746d7f9a1b630a60ba8cdfa18bffece6fa

dibyendumajumdar commented 7 years ago

Fixed