|
Namazu for hns による簡易全文検索 詳しくは 詳細指定/ヘルプを参照して下さい |
||||||||||||||||||||||||||||||||||||||||||||||||
2007年08月23日(木) 旧暦 [n年日記] [更新:"2007/08/23 14:55:48"]#1 [Lang] width of 'count' exceeds its type
次のように言われるのは、どういうことが考えられるでしょうか ? In file included from ../../src/gcc/crtstuff.c:71: src/gcc/unwind-dw2-fde.h:65: error: width of 'count' exceeds its type 関係する部分は次の通りです 46 struct object 47 { 48 void *pc_begin; 49 void *tbase; 50 void *dbase; 51 union { 52 const struct dwarf_fde *single; 53 struct dwarf_fde **array; 54 struct fde_vector *sort; 55 } u; 56 57 union { 58 struct { 59 unsigned long sorted : 1; 60 unsigned long from_array : 1; 61 unsigned long mixed_encoding : 1; 62 unsigned long encoding : 8; 63 /* ??? Wish there was an easy way to detect a 64-bit host here; 64 we've got 32 bits left to play with... */ 65 unsigned long count : 21; 66 } b; 67 size_t i; 68 } s; 69 70 #ifdef DWARF2_OBJECT_END_PTR_EXTENSION 71 char *fde_end; 72 #endif 73 74 struct object *next; 75 };
60 #include "auto-host.h" 61 #undef gid_t 62 #undef pid_t 63 #undef rlim_t 64 #undef ssize_t 65 #undef uid_t 66 #undef vfork 67 #include "tconfig.h" 68 #include "tsystem.h" 69 #include "coretypes.h" 70 #include "tm.h" 71 #include "unwind-dw2-fde.h"かなりありそう ... 青字は生成されるもの ( つっこみ )
|
最近の日記 2024年07月03日 ・kicad oddity 2024年05月08日 ・comparison on ./buildsh tools 2024年05月06日 ・py-setuptools (python 3.11.9) ・make release took 1 hours and 10 min ・qemu invocation for 10.99.10 2024年05月05日 ・Windows 10 version ・serial connection ・bc bench 2024年05月04日 ・Trial on 10.99.10 ・another version (later trial) to succeed | ||