Skip to content
Snippets Groups Projects
  1. Jun 29, 2018
    • Steffen Müthing's avatar
      [!528] Work around a nasty compiler bug in GCC 6.3 · b04c8053
      Steffen Müthing authored
      GCC 6.3 errors out with an ICE or simply hangs when instantiating a certain variant of `operator^=` on
      `BitSetVectorReference`. This patch works around the problem by forcing the actual XOR instruction
      into a separate function for that compiler. The workaround is probably horribly slow, but it
      shouldn't have any impact on unaffected compilers.
      
      This probably needs backporting.
      
      See merge request !528
      
      (cherry picked from commit 9a9fceea)
      
      528b5f36 Work around a nasty compiler bug in GCC 6.3
      b04c8053
  2. Jun 21, 2018
  3. Jun 01, 2018
  4. May 29, 2018
  5. Mar 28, 2018
  6. Feb 22, 2018
  7. Feb 14, 2018
  8. Feb 10, 2018
  9. Feb 08, 2018
  10. Feb 06, 2018
  11. Jan 23, 2018
  12. Jan 22, 2018
  13. Jan 17, 2018
  14. Jan 16, 2018
  15. Jan 13, 2018
  16. Jan 07, 2018
  17. Dec 18, 2017
  18. Dec 14, 2017
  19. Dec 12, 2017
  20. Dec 11, 2017
  21. Dec 07, 2017
  22. Dec 01, 2017
  23. Nov 30, 2017
Loading