Skip to content
Snippets Groups Projects
  1. May 03, 2022
  2. Apr 11, 2022
  3. Mar 22, 2022
  4. Mar 21, 2022
  5. Mar 16, 2022
  6. Mar 04, 2022
  7. Feb 22, 2022
  8. Feb 17, 2022
  9. Feb 16, 2022
  10. Feb 15, 2022
  11. Feb 14, 2022
  12. Feb 11, 2022
  13. Feb 08, 2022
  14. Jan 25, 2022
    • Andre Maroneze's avatar
      [Cabs2cil] avoid more crashes due to large array initializer · 0a7b6097
      Andre Maroneze authored
      Note: trying to compile the initializer with gcc/CompCert likely results in
      'no space left on device'. Clang 12 reports an unexpected warning
      ("initializer overrides prior initialization of this subobject"), and some
      tests indicate it actually replaces index 72057594037927936 with 0, which would
      explain why it compiles. Removing a digit from the index, for instance, results
      in a similar issue as GCC/CompCert (except that Clang starts consuming all RAM
      instead of simply disk space).
      0a7b6097
  15. Jan 24, 2022
  16. Jan 12, 2022
  17. Jan 11, 2022
  18. Jan 06, 2022
Loading