We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35579da commit 1d2cb07Copy full SHA for 1d2cb07
llvm/unittests/Demangle/ItaniumDemangleTest.cpp
@@ -262,7 +262,7 @@ FPLiteralCase g_fp_literal_cases[] = {
262
#if LDBL_FP80
263
{"_ZN5test01hIfEEvRAcvjplstT_Le4001a000000000000000E_c",
264
{
265
- "void test0::h<float>(char (&) [(unsigned int)(sizeof (float) + 0x1.4p+2L)])",
+ "void test0::h<float>(char (&) [(unsigned int)(sizeof (float) + 0x1.4000000000000p+2L)])",
266
"void test0::h<float>(char (&) [(unsigned int)(sizeof (float) + 0x1.4p+2L)])",
267
"void test0::h<float>(char (&) [(unsigned int)(sizeof (float) + 0x2.8p+1L)])",
268
"void test0::h<float>(char (&) [(unsigned int)(sizeof (float) + 0x5p+0L)])",
0 commit comments