OSDN Git Service

* lib/target-supports.exp (check-effective-target-dfp-nocache):
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / lib / target-supports.exp
index 0e29668..5272bcd 100644 (file)
@@ -1304,7 +1304,7 @@ proc check_effective_target_dfp_nocache { } {
 proc check_effective_target_dfprt_nocache { } {
     return [check_runtime_nocache dfprt {
        typedef float d64 __attribute__((mode(DD)));
-       d64 x = 1.2df; y = 2.3dd; z;
+       d64 x = 1.2df, y = 2.3dd, z;
        int main () { z = x + y; return 0; }
     }]
 }