Skip to content
Snippets Groups Projects
Commit 772cae55 authored by Abramo Bagnara's avatar Abramo Bagnara
Browse files

Added testcase for commit r122963.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@122964 91177308-0d34-0410-b5e6-96231b3b80d8
parent c81f2a2c
No related branches found
No related tags found
No related merge requests found
...@@ -4,8 +4,10 @@ ...@@ -4,8 +4,10 @@
// CHECK: 2.000000e+{{[0]*}}32 // CHECK: 2.000000e+{{[0]*}}32
// CHECK: 0x3BFD83C940000000 // CHECK: 0x3BFD83C940000000
// CHECK: 2.000000e+{{[0]*}}32 // CHECK: 2.000000e+{{[0]*}}32
// CHECK: 0x7FF0000000000000
float F = 1e-19f; float F = 1e-19f;
double D = 2e32; double D = 2e32;
float F2 = 01e-19f; float F2 = 01e-19f;
double D2 = 02e32; double D2 = 02e32;
float F3 = 0xFp100000000000000000000F;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment