Issue 130491
Summary clang 20 fails (error: _expression_ is not assignable) but clang 18 works fine
Labels clang
Assignees
Reporter MichaelSipayung
    In file included from /home/asus/Downloads/Simd-6.1.147/src/Simd/SimdBaseDetection.cpp:28:
/home/asus/Downloads/Simd-6.1.147/prj/cmake/../../src/Simd/SimdXml.hpp:1741:17: error: _expression_ is not assignable
 1741 |                 ++this;
      | ^ ~~~~
/home/asus/Downloads/Simd-6.1.147/prj/cmake/../../src/Simd/SimdXml.hpp:1755:17: error: _expression_ is not assignable
 1755 |                 ++this;
      | ^ ~~~~
/home/asus/Downloads/Simd-6.1.147/prj/cmake/../../src/Simd/SimdXml.hpp:1816:17: error: _expression_ is not assignable
 1816 |                 ++this;
      | ^ ~~~~
/home/asus/Downloads/Simd-6.1.147/prj/cmake/../../src/Simd/SimdXml.hpp:1830:17: error: _expression_ is not assignable
 1830 |                 ++this;
      | ^ ~~~~
4 errors generated.

_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to