File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1707,8 +1707,8 @@ static const char * const
1707
1707
" GCC_JIT_BOOL_OPTION_DUMP_SUMMARY" ,
1708
1708
" GCC_JIT_BOOL_OPTION_DUMP_EVERYTHING" ,
1709
1709
" GCC_JIT_BOOL_OPTION_SELFCHECK_GC" ,
1710
- " GCC_JIT_BOOL_OPTION_KEEP_INTERMEDIATES"
1711
- " GCC_JIT_BOOL_OPTION_HIDE_LOG_STDERR"
1710
+ " GCC_JIT_BOOL_OPTION_KEEP_INTERMEDIATES" ,
1711
+ " GCC_JIT_BOOL_OPTION_HIDE_LOG_STDERR" ,
1712
1712
};
1713
1713
1714
1714
static const char * const
@@ -2746,7 +2746,7 @@ static const char * const get_type_strings[] = {
2746
2746
2747
2747
" complex float" , /* GCC_JIT_TYPE_COMPLEX_FLOAT */
2748
2748
" complex double" , /* GCC_JIT_TYPE_COMPLEX_DOUBLE */
2749
- " complex long double" /* GCC_JIT_TYPE_COMPLEX_LONG_DOUBLE */
2749
+ " complex long double" , /* GCC_JIT_TYPE_COMPLEX_LONG_DOUBLE */
2750
2750
2751
2751
" __uint8_t" , /* GCC_JIT_TYPE_UINT8_T */
2752
2752
" __uint16_t" , /* GCC_JIT_TYPE_UINT16_T */
You can’t perform that action at this time.
0 commit comments