Index: cfe/trunk/test/CodeGen/debug-info-static-const-fp.c =================================================================== --- cfe/trunk/test/CodeGen/debug-info-static-const-fp.c +++ cfe/trunk/test/CodeGen/debug-info-static-const-fp.c @@ -24,4 +24,8 @@ // CHECK: !DIGlobalVariable(name: "dVal", {{.*}}, isLocal: true, isDefinition: true, expr: ![[DEXPR:[0-9]+]] // CHECK: ![[DEXPR]] = !DIExpression(DW_OP_constu, 4658387303597904457, DW_OP_stack_value) -// CHECK: !DIGlobalVariable(name: "ldVal", {{.*}}, isLocal: true, isDefinition: true) +// Temporarily removing this check -- for some targets (such as +// "--target=hexagon-unknown-elf"), long double does not exceed 64 +// bits, and so we actually do get the constant value (expr) emitted. +// +// DO-NOT-CHECK: !DIGlobalVariable(name: "ldVal", {{.*}}, isLocal: true, isDefinition: true)