[Bug 1042012] Latest gcc 7-1.2 cause crash
http://bugzilla.suse.com/show_bug.cgi?id=1042012 http://bugzilla.suse.com/show_bug.cgi?id=1042012#c5 --- Comment #5 from Dr. Werner Fink <werner@suse.com> --- 252 *ct = cd->type; (gdb) print ct $1 = (struct ctype *) 0x7ffcaf207fc0 (gdb) print cd->type $2 = {base_size = 16, {{bit_size = 0, bit_offset = 0}, array_size = 0, variable_increment = 0}, offset = 0, align_mask = 0, pointers = 0, const_mask = 0, type = 6, is_reference = 0, is_array = 0, is_defined = 1, is_null = 0, has_member_name = 0, calling_convention = 0, has_var_arg = 0, is_variable_array = 0, is_variable_struct = 0, variable_size_known = 0, is_bitfield = 0, has_bitfield = 0, is_jitted = 0, is_packed = 0, is_unsigned = 0} (gdb) print *ct $3 = {base_size = 0, {{bit_size = 0, bit_offset = 0}, array_size = 0, variable_increment = 0}, offset = 0, align_mask = 0, pointers = 0, const_mask = 0, type = 0, is_reference = 0, is_array = 0, is_defined = 0, is_null = 0, has_member_name = 0, calling_convention = 0, has_var_arg = 0, is_variable_array = 0, is_variable_struct = 0, variable_size_known = 0, is_bitfield = 0, has_bitfield = 0, is_jitted = 0, is_packed = 0, is_unsigned = 0} -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com