File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -1727,6 +1727,7 @@ if cc.compiles('''
1727
1727
my_label:
1728
1728
return 1;
1729
1729
}''' ,
1730
+ name : ' computed goto' ,
1730
1731
args : test_c_args)
1731
1732
cdata.set(' HAVE_COMPUTED_GOTO' , 1 )
1732
1733
endif
@@ -1743,6 +1744,7 @@ if cc.compiles('''
1743
1744
({ _Static_assert(1, "foo"); });
1744
1745
}
1745
1746
''' ,
1747
+ name : ' _Static_assert' ,
1746
1748
args : test_c_args)
1747
1749
cdata.set(' HAVE__STATIC_ASSERT' , 1 )
1748
1750
endif
@@ -2359,6 +2361,7 @@ elif host_cpu == 'ppc' or host_cpu == 'ppc64'
2359
2361
}
2360
2362
int test_adds(int x) { return addi(3, x) + addi(x, 5); }
2361
2363
''' ,
2364
+ name : ' @0@: "i"(x) when __builtin_constant_p(x)' .format(host_cpu),
2362
2365
args : test_c_args)
2363
2366
cdata.set(' HAVE_I_CONSTRAINT__BUILTIN_CONSTANT_P' , 1 )
2364
2367
endif
@@ -2547,7 +2550,7 @@ int main(void)
2547
2550
return y;
2548
2551
}
2549
2552
''' .format(kw),
2550
- name : ' typeof() ' ,
2553
+ name : kw ,
2551
2554
args : test_c_args, include_directories : postgres_inc)
2552
2555
2553
2556
cdata.set(' HAVE_TYPEOF' , 1 )
You can’t perform that action at this time.
0 commit comments