periscop / cloog

The CLooG Code Generator in the Polyhedral Model
GNU Lesser General Public License v2.1
40 stars 23 forks source link

-compilable is broken #23

Closed ftynse closed 9 years ago

ftynse commented 9 years ago

With -compilable CLooG generates code with iterator redefinition. Not compilable.

int main() {
  /* Scattering iterators. */
  int i;
  /* Original iterators. */
  int i;
<...>
}