-
- Downloads
Work around a nasty compiler bug in GCC 6.3
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.
parent
95fd84b0
No related branches found
No related tags found
-
mentioned in commit b04c8053
-
mentioned in merge request !529 (merged)
-
mentioned in commit 868ee4f2
-
mentioned in merge request !530 (merged)
-
mentioned in commit 8543de57
-
mentioned in commit 08ba6ff1
Please register or sign in to comment