[PATCH] D137071: [clang][Interp] Implement missing compound assign operators

Timm Bäder via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jan 19 04:38:20 PST 2023


tbaeder added a comment.

Really didn't expect this: https://lab.llvm.org/buildbot/#/builders/214/builds/5415

  Command Output (stderr):
  --
  + : 'RUN: at line 1'
  + /scratch/powerllvm/powerllvm_env/aix-ppc64/clang-ppc64-aix/build/bin/clang -cc1 -internal-isystem /scratch/powerllvm/powerllvm_env/aix-ppc64/clang-ppc64-aix/build/lib/clang/16/include -nostdsysteminc -fexperimental-new-constant-interpreter -std=c++11 -verify /scratch/powerllvm/powerllvm_env/aix-ppc64/clang-ppc64-aix/llvm-project/clang/test/AST/Interp/literals.cpp
  + : 'RUN: at line 2'
  + /scratch/powerllvm/powerllvm_env/aix-ppc64/clang-ppc64-aix/build/bin/clang -cc1 -internal-isystem /scratch/powerllvm/powerllvm_env/aix-ppc64/clang-ppc64-aix/build/lib/clang/16/include -nostdsysteminc -fexperimental-new-constant-interpreter -std=c++20 -verify /scratch/powerllvm/powerllvm_env/aix-ppc64/clang-ppc64-aix/llvm-project/clang/test/AST/Interp/literals.cpp
  error: 'error' diagnostics seen but not expected: 
    File /scratch/powerllvm/powerllvm_env/aix-ppc64/clang-ppc64-aix/llvm-project/clang/test/AST/Interp/literals.cpp Line 481: static assertion failed due to requirement 'BoolOr(false, true)': 
    File /scratch/powerllvm/powerllvm_env/aix-ppc64/clang-ppc64-aix/llvm-project/clang/test/AST/Interp/literals.cpp Line 500: static assertion failed due to requirement 'BoolAnd(true, true)': 
    File /scratch/powerllvm/powerllvm_env/aix-ppc64/clang-ppc64-aix/llvm-project/clang/test/AST/Interp/literals.cpp Line 521: static assertion failed due to requirement '!BoolXor(true, true)': 
    File /scratch/powerllvm/powerllvm_env/aix-ppc64/clang-ppc64-aix/llvm-project/clang/test/AST/Interp/literals.cpp Line 523: static assertion failed due to requirement 'BoolXor(false, true)': 
  4 errors generated.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D137071/new/

https://reviews.llvm.org/D137071



More information about the cfe-commits mailing list