Skip to content

Commit

Permalink
[clang][Interp] Disable a float128/long double test
Browse files Browse the repository at this point in the history
  • Loading branch information
tbaederr committed Jul 28, 2023
1 parent ec4d061 commit 1478d4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/test/AST/Interp/builtin-functions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ namespace nan {
constexpr double NaN3 = __builtin_nan("foo"); // expected-error {{must be initialized by a constant expression}} \
// ref-error {{must be initialized by a constant expression}}
constexpr float NaN4 = __builtin_nanf("");
constexpr long double NaN5 = __builtin_nanf128("");
//constexpr long double NaN5 = __builtin_nanf128("");

/// FIXME: This should be accepted by the current interpreter as well.
constexpr char f[] = {'0', 'x', 'A', 'E', '\0'};
Expand Down

0 comments on commit 1478d4d

Please sign in to comment.