Skip to content

Bugs reported and fixed

Pavel I. Kryukov edited this page Jun 12, 2022 · 70 revisions

MIPT-V is an educational project, so we always want to teach most modern technologies and tools. However, they often contain bugs or some features are not implemented. That's why we report them in our nearest convenience.

Compiler and tools bugs reported

LLVM

All bugs are found and reported by Pavel Kryukov, unless mentioned otherwise.

Visual Studio

  • Bug 225040 — False positive on UB right shifting in unreachable code.
  • Bug 451137 — internal compiler error while referencing template variable
  • Bug 457095 — cannot bind temporary int object to an rvalue reference
  • Bug 457098 — extern template instantiation does not work for virtual functions
  • Bug 833637 — ones-propagating right shift is optimized incorrectly. Firstly observed by Maxim Davydov in MIPT-MIPS/#1143
  • Bug 846216 — false positive warning C4297 for constructor not a bug
  • Bug 1662465 — W4100 with concept parameter

LGTM.com/CodeQL

LGTM.com is a great tool to detect possible errors. We report false positives:

Other

  • We used to build GNU Binutils with more pedantic Clang compiler as a part of continuous integration flow. During the procedure while resolving MIPT-MIPS/#147, a bug in GNU Binutils was found by Kirill Nedostoev. Methodology was extracted to a separate repository to find more bugs in Binutils and Clang.
  • PR libstdc++/82685 — missing 'noexcept' specifier for string_view literals

External pull requests

Clone this wiki locally