[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [csmith-dev] Another union issue
I'm talking about parsing the information below. I've mentioned this
before. It's the right way to do it. Adding random command line
options is wrong.
John
Generating machine dependency information for CIL
(* Generated by code in src/machdep-ml.c *)
version_major = 4;
version_minor = 4;
version = "4.4.5";
sizeof_short = 2;
sizeof_int = 4;
sizeof_bool = 1;
sizeof_long = 4;
sizeof_longlong = 8;
sizeof_ptr = 4;
sizeof_enum = 4;
sizeof_float = 4;
sizeof_double = 8;
sizeof_longdouble = 12;
sizeof_void = 1;
sizeof_fun = 1;
size_t = "unsigned int";
wchar_t = "int";
alignof_short = 2;
alignof_int = 4;
alignof_bool = 1;
alignof_long = 4;
alignof_longlong = 4;
alignof_ptr = 4;
alignof_enum = 4;
alignof_float = 4;
alignof_double = 4;
alignof_longdouble = 4;
alignof_str = 1;
alignof_fun = 1;
alignof_aligned = 16;
char_is_unsigned = false;
const_string_literals = true;
underscore_name = false;
__builtin_va_list = true;
__thread_is_keyword = true;
little_endian = true;