m2/gm2-compiler-boot/M2GCCDeclare.c:2110:27: warning: 'Indexing_InitIndex'
violates the C++ One Definition Rule [-Wodr]
2110 | extern "C" Indexing_Index Indexing_InitIndex (unsigned int low);
| ^
m2/gm2-libs-boot/Indexing.c:213:27: note: return value type mismatch
213 | extern "C" Indexing_Index Indexing_InitIndex (unsigned int low)
| ^
m2/gm2-libs-boot/Indexing.c:213:27: note: 'Indexing_InitIndex' was previously
declared here
m2/gm2-libs-boot/Indexing.c:213:27: note: code may be misoptimized unless
'-fno-strict-aliasing' is used
m2/gm2-compiler-boot/M2Error.c:1403:25: warning: 'Indexing_HighIndice' violates
the C++ One Definition Rule [-Wodr]
1403 | extern "C" unsigned int Indexing_HighIndice (Indexing_Index i);
| ^
m2/gm2-libs-boot/Indexing.c:273:25: note: type mismatch in parameter 1
273 | extern "C" unsigned int Indexing_HighIndice (Indexing_Index i)
| ^
m2/gm2-libs-boot/Indexing.c:273:25: note: 'Indexing_HighIndice' was previously
declared here
m2/gm2-libs-boot/Indexing.c:273:25: note: code may be misoptimized unless
'-fno-strict-aliasing' is used
m2/gm2-compiler-boot/M2GCCDeclare.c:2129:17: warning: 'Indexing_InBounds'
violates the C++ One Definition Rule [-Wodr]
2129 | extern "C" bool Indexing_InBounds (Indexing_Index i, unsigned int n);
| ^
m2/gm2-libs-boot/Indexing.c:253:17: note: type mismatch in parameter 1
253 | extern "C" bool Indexing_InBounds (Indexing_Index i, unsigned int n)
| ^
m2/gm2-libs-boot/Indexing.c:253:17: note: 'Indexing_InBounds' was previously
declared here
m2/gm2-libs-boot/Indexing.c:253:17: note: code may be misoptimized unless
'-fno-strict-aliasing' is used
m2/gm2-compiler-boot/M2Error.c:1421:19: warning: 'Indexing_GetIndice' violates
the C++ One Definition Rule [-Wodr]
1421 | extern "C" void * Indexing_GetIndice (Indexing_Index i, unsigned int n);
| ^
m2/gm2-libs-boot/Indexing.c:374:19: note: type mismatch in parameter 1
374 | extern "C" void * Indexing_GetIndice (Indexing_Index i, unsigned int n)
| ^
m2/gm2-compiler-boot/M2GCCDeclare.c:2153:19: warning: 'Indexing_GetIndice'
violates the C++ One Definition Rule [-Wodr]
2153 | extern "C" void * Indexing_GetIndice (Indexing_Index i, unsigned int n);
| ^
m2/gm2-libs-boot/Indexing.c:374:19: note: type mismatch in parameter 1
374 | extern "C" void * Indexing_GetIndice (Indexing_Index i, unsigned int n)
| ^
m2/gm2-libs-boot/Indexing.c:374:19: note: 'Indexing_GetIndice' was previously
declared here
m2/gm2-libs-boot/Indexing.c:374:19: note: code may be misoptimized unless
'-fno-strict-aliasing' is used
m2/gm2-compiler-boot/GM2Scope.h:86:13: warning: 'M2Scope_ForeachScopeBlockDo3'
violates the C++ One Definition Rule [-Wodr]
86 | EXTERN void M2Scope_ForeachScopeBlockDo3 (M2Scope_ScopeBlock sb,
M2Scope_ScopeProcedure3 p);
| ^
m2/gm2-compiler-boot/M2GCCDeclare.c:2799:17: warning:
'M2Scope_ForeachScopeBlockDo3' violates the C++ One Definition Rule [-Wodr]
2799 | extern "C" void M2Scope_ForeachScopeBlockDo3 (M2Scope_ScopeBlock sb,
M2Scope_ScopeProcedure3 p);
| ^
m2/gm2-compiler-boot/M2Scope.c:692:17: note: type mismatch in parameter 1
692 | extern "C" void M2Scope_ForeachScopeBlockDo3 (M2Scope_ScopeBlock sb,
M2Scope_ScopeProcedure3 p)
| ^
m2/gm2-compiler-boot/M2Scope.c:692:17: note: 'M2Scope_ForeachScopeBlockDo3' was
previously declared here
m2/gm2-compiler-boot/M2Scope.c:692:17: note: code may be misoptimized unless
'-fno-strict-aliasing' is used
m2/gm2-compiler-boot/GM2BasicBlock.h:92:13: warning:
'M2BasicBlock_ForeachBasicBlockDo' violates the C++ One Definition Rule [-Wodr]
92 | EXTERN void M2BasicBlock_ForeachBasicBlockDo (M2BasicBlock_BasicBlock
bb, M2BasicBlock_BasicBlockProc p);
| ^
m2/gm2-compiler-boot/M2BasicBlock.c:440:17: note:
'M2BasicBlock_ForeachBasicBlockDo' was previously declared here
440 | extern "C" void M2BasicBlock_ForeachBasicBlockDo
(M2BasicBlock_BasicBlock bb, M2BasicBlock_BasicBlockProc p)
| ^
m2/gm2-libs-boot/GDynamicStrings.h:164:13: warning: 'DynamicStrings_EqualArray'
violates the C++ One Definition Rule [-Wodr]
164 | EXTERN bool DynamicStrings_EqualArray (DynamicStrings_String s, const
char *a_, unsigned int _a_high);
| ^
m2/gm2-libs-boot/DynamicStrings.c:1989:17: note: 'DynamicStrings_EqualArray'
was previously declared here
1989 | extern "C" bool DynamicStrings_EqualArray (DynamicStrings_String s,
const char *a_, unsigned int _a_high)
| ^
m2/gm2-libs-boot/GDynamicStrings.h:118:30: warning: 'DynamicStrings_ConCatChar'
violates the C++ One Definition Rule [-Wodr]
118 | EXTERN DynamicStrings_String DynamicStrings_ConCatChar
(DynamicStrings_String a, char ch);
| ^
m2/gm2-libs-boot/DynamicStrings.c:1787:34: note: 'DynamicStrings_ConCatChar'
was previously declared here
1787 | extern "C" DynamicStrings_String DynamicStrings_ConCatChar
(DynamicStrings_String a, char ch)
| ^
m2/gm2-libs-boot/GDynamicStrings.h:92:30: warning:
'DynamicStrings_InitStringChar' violates the C++ One Definition Rule [-Wodr]
92 | EXTERN DynamicStrings_String DynamicStrings_InitStringChar (char ch);
| ^
m2/gm2-libs-boot/DynamicStrings.c:1679:34: note:
'DynamicStrings_InitStringChar' was previously declared here
1679 | extern "C" DynamicStrings_String DynamicStrings_InitStringChar (char ch)
| ^
m2/gm2-libs-boot/GDynamicStrings.h:275:13: warning: 'DynamicStrings_char'
violates the C++ One Definition Rule [-Wodr]
275 | EXTERN char DynamicStrings_char (DynamicStrings_String s, int i);
| ^
m2/gm2-libs-boot/DynamicStrings.c:2473:17: note: 'DynamicStrings_char' was
previously declared here
2473 | extern "C" char DynamicStrings_char (DynamicStrings_String s, int i)
| ^
m2/gm2-libs-boot/GDynamicStrings.h:193:12: warning: 'DynamicStrings_Index'
violates the C++ One Definition Rule [-Wodr]
193 | EXTERN int DynamicStrings_Index (DynamicStrings_String s, char ch,
unsigned int o);
| ^
m2/gm2-libs-boot/DynamicStrings.c:2153:16: note: 'DynamicStrings_Index' was
previously declared here
2153 | extern "C" int DynamicStrings_Index (DynamicStrings_String s, char ch,
unsigned int o)
| ^
m2/gm2-libs-boot/GDynamicStrings.h:63:30: warning: 'DynamicStrings_InitString'
violates the C++ One Definition Rule [-Wodr]
63 | EXTERN DynamicStrings_String DynamicStrings_InitString (const char *a_,
unsigned int _a_high);
| ^
m2/gm2-libs-boot/DynamicStrings.c:1542:34: note: 'DynamicStrings_InitString'
was previously declared here
1542 | extern "C" DynamicStrings_String DynamicStrings_InitString (const char
*a_, unsigned int _a_high)
| ^
m2/gm2-compiler-boot/GLists.h:116:13: warning: 'Lists_ForeachItemInListDo'
violates the C++ One Definition Rule [-Wodr]
116 | EXTERN void Lists_ForeachItemInListDo (Lists_List l,
SymbolKey_PerformOperation P);
| ^
m2/gm2-compiler-boot/Lists.c:385:17: note: 'Lists_ForeachItemInListDo' was
previously declared here
385 | extern "C" void Lists_ForeachItemInListDo (Lists_List l,
SymbolKey_PerformOperation P)
| ^
m2/gm2-gcc/Gm2type.h:94:20: warning: 'm2type_BuildCharConstantChar' violates
the C++ One Definition Rule [-Wodr]
94 | EXTERN m2tree_Tree m2type_BuildCharConstantChar (m2linemap_location_t
location, char ch);
| ^
/home/toon/compilers/gcc/gcc/m2/gm2-gcc/m2type.cc:2524:1: note:
'm2type_BuildCharConstantChar' was previously declared here
2524 | m2type_BuildCharConstantChar (location_t location, char ch)
| ^
m2/gm2-gcc/Gm2expr.h:123:13: warning: 'm2expr_CSTIntToChar' violates the C++
One Definition Rule [-Wodr]
123 | EXTERN char m2expr_CSTIntToChar (m2tree_Tree t);
| ^
/home/toon/compilers/gcc/gcc/m2/gm2-gcc/m2expr.cc:76:1: note:
'm2expr_CSTIntToChar' was previously declared here
76 | m2expr_CSTIntToChar (tree t)
| ^
m2/gm2-gcc/Gm2color.h:57:26: warning: 'm2color_colorize_start' violates the C++
One Definition Rule [-Wodr]
57 | EXTERN m2color_PtrToChar m2color_colorize_start (bool show_color, void
* name, unsigned int _name_high);
| ^
/home/toon/compilers/gcc/gcc/m2/gm2-gcc/m2color.cc:30:1: note:
'm2color_colorize_start' was previously declared here
30 | m2color_colorize_start (bool show_color, char *name, unsigned int
_name_high)
| ^
../gmp/mpn/get_str.c: In function 'mpn_bc_get_str':
../gmp/mpn/get_str.c:280:10: warning: 'rp' may be used uninitialized
[-Wmaybe-uninitialized]
280 | ul = rp[1];
| ^
../gmp/mpn/get_str.c:166:13: note: 'rp' declared here
166 | mp_limb_t rp[GET_STR_PRECOMPUTE_THRESHOLD];
| ^
../gmp/mpn/get_str.c:280:10: warning: 'rp' may be used uninitialized
[-Wmaybe-uninitialized]
280 | ul = rp[1];
| ^
../gmp/mpn/get_str.c:166:13: note: 'rp' declared here
166 | mp_limb_t rp[GET_STR_PRECOMPUTE_THRESHOLD];
| ^
In function 'mpn_preinv_mu_divappr_q',
inlined from '__gmpn_mu_divappr_q' at ../gmp/mpn/mu_divappr_q.c:156:8:
../gmp/mpn/mu_divappr_q.c:292:6: warning: 'cy' may be used uninitialized
[-Wmaybe-uninitialized]
292 | if (cy != 0)
| ^
../gmp/mpn/mu_divappr_q.c: In function '__gmpn_mu_divappr_q':
../gmp/mpn/mu_divappr_q.c:172:13: note: 'cy' was declared here
172 | mp_limb_t cy, cx, qh;
| ^
../gmp/mpn/rootrem.c: In function 'mpn_rootrem_internal':
../gmp/mpn/rootrem.c:410:20: warning: 'save2' may be used uninitialized
[-Wmaybe-uninitialized]
410 | rp[bn + 1] = save2; /* the low b bits go in rp[0..bn] only,
since
| ^
../gmp/mpn/rootrem.c:212:19: note: 'save2' was declared here
212 | mp_limb_t save, save2, cy, uh;
| ^
../gmp/mpn/rootrem.c:514:10: warning: 'rn' may be used uninitialized
[-Wmaybe-uninitialized]
514 | return rn;
| ^
../gmp/mpn/rootrem.c:211:17: note: 'rn' was declared here
211 | mp_size_t qn, rn, sn, wn, nl, bn;
| ^
../gmp/mpn/gcdext.c: In function '__gmpn_gcdext':
../gmp/mpn/gcdext.c:303:50: warning: 'matrix_scratch' may be used uninitialized
[-Wmaybe-uninitialized]
303 | nn = mpn_hgcd (ap + p, bp + p, n - p, &M, tp + matrix_scratch);
| ^
../gmp/mpn/gcdext.c:203:13: note: 'matrix_scratch' was declared here
203 | mp_size_t matrix_scratch;
| ^
lto-wrapper: fatal error: write: No space left on device
compilation terminated.
/usr/bin/ld: error: lto-wrapper failed
lto1: fatal error: write: No space left on device
compilation terminated.
lto1: fatal error: write: No space left on device
compilation terminated.
lto1: fatal error: write: No space left on device
compilation terminated.
lto1: fatal error: write: No space left on device
compilation terminated.
lto-wrapper: fatal error: /home/toon/scratch/bld507496/./prev-gcc/xg++ returned
1 exit status
compilation terminated.
/usr/bin/ld: error: lto-wrapper failed
lto-wrapper: fatal error: /home/toon/scratch/bld507496/./prev-gcc/xg++ returned
1 exit status
compilation terminated.
lto-wrapper: fatal error: /home/toon/scratch/bld507496/./prev-gcc/xg++ returned
1 exit status
compilation terminated.
/usr/bin/ld: error: lto-wrapper failed
/usr/bin/ld: error: lto-wrapper failed
lto-wrapper: fatal error: /home/toon/scratch/bld507496/./prev-gcc/xg++ returned
1 exit status
compilation terminated.
/usr/bin/ld: error: lto-wrapper failed
../gmp/mpn/get_str.c: In function 'mpn_bc_get_str':
../gmp/mpn/get_str.c:280:10: warning: 'rp' may be used uninitialized
[-Wmaybe-uninitialized]
280 | ul = rp[1];
| ^
../gmp/mpn/get_str.c:166:13: note: 'rp' declared here
166 | mp_limb_t rp[GET_STR_PRECOMPUTE_THRESHOLD];
| ^
../gmp/mpn/get_str.c:280:10: warning: 'rp' may be used uninitialized
[-Wmaybe-uninitialized]
280 | ul = rp[1];
| ^
../gmp/mpn/get_str.c:166:13: note: 'rp' declared here
166 | mp_limb_t rp[GET_STR_PRECOMPUTE_THRESHOLD];
| ^
collect2: error: ld returned 1 exit status
make[3]: *** [/home/toon/compilers/gcc/gcc/objc/Make-lang.in:78: cc1obj] Error 1
make[3]: *** Waiting for unfinished jobs....
lto1: fatal error: error writing to /dev/shm/tmp507496/cclTnOO3.s: No space
left on device
compilation terminated.
make[4]: *** [/dev/shm/tmp507496/ccld3qG6.mk:254:
/dev/shm/tmp507496/ccxpoyVP.ltrans126.ltrans.o] Error 1
lto-wrapper: fatal error: make returned 2 exit status
compilation terminated.
/usr/bin/ld: error: lto-wrapper failed
collect2: error: ld returned 1 exit status
make[3]: *** [/home/toon/compilers/gcc/gcc/fortran/Make-lang.in:98: f951] Error
1
collect2: error: ld returned 1 exit status
make[3]: *** [/home/toon/compilers/gcc/gcc/cp/Make-lang.in:145: cc1plus] Error 1
collect2: error: ld returned 1 exit status
make[3]: *** [/home/toon/compilers/gcc/gcc/objcp/Make-lang.in:81: cc1objplus]
Error 1
collect2: error: ld returned 1 exit status
make[3]: *** [/home/toon/compilers/gcc/gcc/rust/Make-lang.in:216: crab1] Error 1
collect2: error: ld returned 1 exit status
make[3]: *** [/home/toon/compilers/gcc/gcc/lto/Make-lang.in:96: lto1] Error 1
../gmp/mpn/get_str.c: In function 'mpn_bc_get_str':
../gmp/mpn/get_str.c:280:10: warning: 'rp' may be used uninitialized
[-Wmaybe-uninitialized]
280 | ul = rp[1];
| ^
../gmp/mpn/get_str.c:166:13: note: 'rp' declared here
166 | mp_limb_t rp[GET_STR_PRECOMPUTE_THRESHOLD];
| ^
../gmp/mpn/get_str.c:280:10: warning: 'rp' may be used uninitialized
[-Wmaybe-uninitialized]
280 | ul = rp[1];
| ^
../gmp/mpn/get_str.c:166:13: note: 'rp' declared here
166 | mp_limb_t rp[GET_STR_PRECOMPUTE_THRESHOLD];
| ^
/home/toon/compilers/gcc/isl/isl_tab_pip.c: In function 'parallel_constraints':
/home/toon/compilers/gcc/isl/isl_tab_pip.c:4638:44: warning: 'entry' may be
used uninitialized [-Wmaybe-uninitialized]
4638 | *first = ((isl_int **)entry->data) - bmap->ineq;
| ^
/home/toon/compilers/gcc/isl/isl_tab_pip.c:4596:38: note: 'entry' was declared
here
4596 | struct isl_hash_table_entry *entry;
| ^
lto1: fatal error: error writing to /dev/shm/tmp507496/ccMdb2Vo.s: No space
left on device
compilation terminated.
make[4]: *** [/dev/shm/tmp507496/cck8oSkF.mk:254:
/dev/shm/tmp507496/cc8M802O.ltrans126.ltrans.o] Error 1
make[4]: *** Waiting for unfinished jobs....
In function 'mpn_preinv_mu_divappr_q',
inlined from '__gmpn_mu_divappr_q' at ../gmp/mpn/mu_divappr_q.c:156:8:
../gmp/mpn/mu_divappr_q.c:292:6: warning: 'cy' may be used uninitialized
[-Wmaybe-uninitialized]
292 | if (cy != 0)
| ^
../gmp/mpn/mu_divappr_q.c: In function '__gmpn_mu_divappr_q':
../gmp/mpn/mu_divappr_q.c:172:13: note: 'cy' was declared here
172 | mp_limb_t cy, cx, qh;
| ^
lto1: fatal error: error writing to /dev/shm/tmp507496/ccStmJVy.s: No space
left on device
compilation terminated.
make[4]: *** [/dev/shm/tmp507496/cck8oSkF.mk:256:
/dev/shm/tmp507496/cc8M802O.ltrans127.ltrans.o] Error 1
/home/toon/compilers/gcc/isl/isl_schedule_tree.c: In function 'initial_domain':
/home/toon/compilers/gcc/isl/isl_schedule_tree.c:1942:24: warning: 'domain' may
be used uninitialized [-Wmaybe-uninitialized]
1942 | isl_union_set *domain;
| ^
/home/toon/compilers/gcc/isl/basis_reduction_templ.c: In function
'isl_tab_compute_reduced_basis':
/home/toon/compilers/gcc/isl/basis_reduction_templ.c:203:41: warning: 'row' may
be used uninitialized [-Wmaybe-uninitialized]
203 | save_alpha(lp, row-i, i,
alpha_buffer[j]);
| ^
/home/toon/compilers/gcc/isl/basis_reduction_templ.c:57:13: note: 'row' was
declared here
57 | int row;
| ^
In function 'mpn_preinv_mu_divappr_q',
inlined from '__gmpn_mu_divappr_q' at ../gmp/mpn/mu_divappr_q.c:156:8:
../gmp/mpn/mu_divappr_q.c:292:6: warning: 'cy' may be used uninitialized
[-Wmaybe-uninitialized]
292 | if (cy != 0)
| ^
../gmp/mpn/mu_divappr_q.c: In function '__gmpn_mu_divappr_q':
../gmp/mpn/mu_divappr_q.c:172:13: note: 'cy' was declared here
172 | mp_limb_t cy, cx, qh;
| ^
../gmp/mpn/get_str.c: In function 'mpn_bc_get_str':
../gmp/mpn/get_str.c:280:10: warning: 'rp' may be used uninitialized
[-Wmaybe-uninitialized]
280 | ul = rp[1];
| ^
../gmp/mpn/get_str.c:166:13: note: 'rp' declared here
166 | mp_limb_t rp[GET_STR_PRECOMPUTE_THRESHOLD];
| ^
../gmp/mpn/get_str.c:280:10: warning: 'rp' may be used uninitialized
[-Wmaybe-uninitialized]
280 | ul = rp[1];
| ^
../gmp/mpn/get_str.c:166:13: note: 'rp' declared here
166 | mp_limb_t rp[GET_STR_PRECOMPUTE_THRESHOLD];
| ^
lto1: fatal error: error writing to /dev/shm/tmp507496/ccvyd2Ys.s: No space
left on device
compilation terminated.
make[4]: *** [/dev/shm/tmp507496/ccsUVGGh.mk:244:
/dev/shm/tmp507496/cck4noCR.ltrans121.ltrans.o] Error 1
make[4]: *** Waiting for unfinished jobs....
/home/toon/compilers/gcc/isl/isl_schedule_tree.c: In function
'isl_schedule_tree_plain_is_equal':
/home/toon/compilers/gcc/isl/isl_schedule_tree.c:683:12: warning: 'equal' may
be used uninitialized [-Wmaybe-uninitialized]
683 | if (equal < 0 || !equal)
| ^
/home/toon/compilers/gcc/isl/isl_schedule_tree.c:631:18: note: 'equal' was
declared here
631 | isl_bool equal;
| ^
/home/toon/compilers/gcc/isl/isl_schedule_tree.c: In function
'subtree_schedule_extend':
/home/toon/compilers/gcc/isl/isl_schedule_tree.c:1836:24: warning: 'umap' may
be used uninitialized [-Wmaybe-uninitialized]
1836 | isl_union_map *umap;
| ^
../gmp/mpn/rootrem.c: In function 'mpn_rootrem_internal':
../gmp/mpn/rootrem.c:410:20: warning: 'save2' may be used uninitialized
[-Wmaybe-uninitialized]
410 | rp[bn + 1] = save2; /* the low b bits go in rp[0..bn] only,
since
| ^
../gmp/mpn/rootrem.c:212:19: note: 'save2' was declared here
212 | mp_limb_t save, save2, cy, uh;
| ^
../gmp/mpn/rootrem.c:514:10: warning: 'rn' may be used uninitialized
[-Wmaybe-uninitialized]
514 | return rn;
| ^
../gmp/mpn/rootrem.c:211:17: note: 'rn' was declared here
211 | mp_size_t qn, rn, sn, wn, nl, bn;
| ^
lto1: fatal error: error writing to /dev/shm/tmp507496/ccXm9wzZ.s: No space
left on device
compilation terminated.
make[4]: *** [/dev/shm/tmp507496/ccYUUaYn.mk:256:
/dev/shm/tmp507496/ccZNTW1T.ltrans127.ltrans.o] Error 1
make[4]: *** Waiting for unfinished jobs....
../gmp/mpn/get_str.c: In function 'mpn_bc_get_str':
../gmp/mpn/get_str.c:280:10: warning: 'rp' may be used uninitialized
[-Wmaybe-uninitialized]
280 | ul = rp[1];
| ^
../gmp/mpn/get_str.c:166:13: note: 'rp' declared here
166 | mp_limb_t rp[GET_STR_PRECOMPUTE_THRESHOLD];
| ^
../gmp/mpn/get_str.c:280:10: warning: 'rp' may be used uninitialized
[-Wmaybe-uninitialized]
280 | ul = rp[1];
| ^
../gmp/mpn/get_str.c:166:13: note: 'rp' declared here
166 | mp_limb_t rp[GET_STR_PRECOMPUTE_THRESHOLD];
| ^
/home/toon/compilers/gcc/isl/isl_sample.c: In function 'isl_set_sample_point':
/home/toon/compilers/gcc/isl/isl_sample.c:1331:16: warning: 'pnt' may be used
uninitialized [-Wmaybe-uninitialized]
1331 | return pnt;
| ^
/home/toon/compilers/gcc/isl/isl_sample.c:1314:20: note: 'pnt' was declared here
1314 | isl_point *pnt;
| ^
lto1: fatal error: error writing to /dev/shm/tmp507496/cce9djeb.s: No space
left on device
compilation terminated.
make[4]: *** [/dev/shm/tmp507496/ccqtNkzs.mk:256:
/dev/shm/tmp507496/ccvBpvrV.ltrans127.ltrans.o] Error 1
make[4]: *** Waiting for unfinished jobs....
In function 'find_proximity',
inlined from 'compute_schedule_wcc_clustering' at
/home/toon/compilers/gcc/isl/isl_scheduler.c:7444:7,
inlined from 'compute_schedule_wcc' at
/home/toon/compilers/gcc/isl/isl_scheduler.c:7501:10:
/home/toon/compilers/gcc/isl/isl_scheduler.c:6087:28: warning: 'best_weight'
may be used uninitialized [-Wmaybe-uninitialized]
6087 | if (best_weight > weight)
| ^
/home/toon/compilers/gcc/isl/isl_scheduler.c: In function
'compute_schedule_wcc':
/home/toon/compilers/gcc/isl/isl_scheduler.c:6064:49: note: 'best_weight' was
declared here
6064 | int i, best = graph->n_edge, best_dist, best_weight;
| ^
In function 'find_proximity',
inlined from 'compute_schedule_wcc_clustering' at
/home/toon/compilers/gcc/isl/isl_scheduler.c:7444:7,
inlined from 'compute_schedule_wcc' at
/home/toon/compilers/gcc/isl/isl_scheduler.c:7501:10:
/home/toon/compilers/gcc/isl/isl_scheduler.c:6089:64: warning: 'best_dist' may
be used uninitialized [-Wmaybe-uninitialized]
6089 | if (best_weight == weight && best_dist <= dist)
| ^
/home/toon/compilers/gcc/isl/isl_scheduler.c: In function
'compute_schedule_wcc':
/home/toon/compilers/gcc/isl/isl_scheduler.c:6064:38: note: 'best_dist' was
declared here
6064 | int i, best = graph->n_edge, best_dist, best_weight;
| ^
lto1: fatal error: error writing to /dev/shm/tmp507496/cct3L3GU.s: No space
left on device
compilation terminated.
make[4]: *** [/dev/shm/tmp507496/cc5zHPpM.mk:256:
/dev/shm/tmp507496/cct9Bu4Z.ltrans127.ltrans.o] Error 1
make[4]: *** Waiting for unfinished jobs....
../gmp/mpn/gcdext.c: In function '__gmpn_gcdext':
../gmp/mpn/gcdext.c:303:50: warning: 'matrix_scratch' may be used uninitialized
[-Wmaybe-uninitialized]
303 | nn = mpn_hgcd (ap + p, bp + p, n - p, &M, tp + matrix_scratch);
| ^
../gmp/mpn/gcdext.c:203:13: note: 'matrix_scratch' was declared here
203 | mp_size_t matrix_scratch;
| ^
../gmp/mpn/rootrem.c: In function 'mpn_rootrem_internal':
../gmp/mpn/rootrem.c:410:20: warning: 'save2' may be used uninitialized
[-Wmaybe-uninitialized]
410 | rp[bn + 1] = save2; /* the low b bits go in rp[0..bn] only,
since
| ^
../gmp/mpn/rootrem.c:212:19: note: 'save2' was declared here
212 | mp_limb_t save, save2, cy, uh;
| ^
../gmp/mpn/rootrem.c:514:10: warning: 'rn' may be used uninitialized
[-Wmaybe-uninitialized]
514 | return rn;
| ^
../gmp/mpn/rootrem.c:211:17: note: 'rn' was declared here
211 | mp_size_t qn, rn, sn, wn, nl, bn;
| ^
In function 'mpn_preinv_mu_divappr_q',
inlined from '__gmpn_mu_divappr_q' at ../gmp/mpn/mu_divappr_q.c:156:8:
../gmp/mpn/mu_divappr_q.c:292:6: warning: 'cy' may be used uninitialized
[-Wmaybe-uninitialized]
292 | if (cy != 0)
| ^
../gmp/mpn/mu_divappr_q.c: In function '__gmpn_mu_divappr_q':
../gmp/mpn/mu_divappr_q.c:172:13: note: 'cy' was declared here
172 | mp_limb_t cy, cx, qh;
| ^
/home/toon/compilers/gcc/isl/isl_tab_pip.c: In function 'parallel_constraints':
/home/toon/compilers/gcc/isl/isl_tab_pip.c:4638:44: warning: 'entry' may be
used uninitialized [-Wmaybe-uninitialized]
4638 | *first = ((isl_int **)entry->data) - bmap->ineq;
| ^
/home/toon/compilers/gcc/isl/isl_tab_pip.c:4596:38: note: 'entry' was declared
here
4596 | struct isl_hash_table_entry *entry;
| ^
../gmp/mpn/gcdext.c: In function '__gmpn_gcdext':
../gmp/mpn/gcdext.c:303:50: warning: 'matrix_scratch' may be used uninitialized
[-Wmaybe-uninitialized]
303 | nn = mpn_hgcd (ap + p, bp + p, n - p, &M, tp + matrix_scratch);
| ^
../gmp/mpn/gcdext.c:203:13: note: 'matrix_scratch' was declared here
203 | mp_size_t matrix_scratch;
| ^
At top level:
lto1: fatal error: error writing to /dev/shm/tmp507496/ccr75iY7.s: No space
left on device
compilation terminated.
make[4]: *** [/dev/shm/tmp507496/cck8oSkF.mk:242:
/dev/shm/tmp507496/cc8M802O.ltrans120.ltrans.o] Error 1
lto-wrapper: fatal error: make returned 2 exit status
compilation terminated.
/usr/bin/ld: error: lto-wrapper failed
In function 'mpn_preinv_mu_divappr_q',
inlined from '__gmpn_mu_divappr_q' at ../gmp/mpn/mu_divappr_q.c:156:8:
../gmp/mpn/mu_divappr_q.c:292:6: warning: 'cy' may be used uninitialized
[-Wmaybe-uninitialized]
292 | if (cy != 0)
| ^
../gmp/mpn/mu_divappr_q.c: In function '__gmpn_mu_divappr_q':
../gmp/mpn/mu_divappr_q.c:172:13: note: 'cy' was declared here
172 | mp_limb_t cy, cx, qh;
| ^
collect2: error: ld returned 1 exit status
make[3]: *** [/home/toon/compilers/gcc/gcc/lto/Make-lang.in:102: lto-dump]
Error 1
../gmp/mpn/rootrem.c: In function 'mpn_rootrem_internal':
../gmp/mpn/rootrem.c:410:20: warning: 'save2' may be used uninitialized
[-Wmaybe-uninitialized]
410 | rp[bn + 1] = save2; /* the low b bits go in rp[0..bn] only,
since
| ^
../gmp/mpn/rootrem.c:212:19: note: 'save2' was declared here
212 | mp_limb_t save, save2, cy, uh;
| ^
../gmp/mpn/rootrem.c:514:10: warning: 'rn' may be used uninitialized
[-Wmaybe-uninitialized]
514 | return rn;
| ^
../gmp/mpn/rootrem.c:211:17: note: 'rn' was declared here
211 | mp_size_t qn, rn, sn, wn, nl, bn;
| ^
At top level:
lto1: fatal error: error writing to /dev/shm/tmp507496/cckmXKTl.s: No space
left on device
compilation terminated.
make[4]: *** [/dev/shm/tmp507496/ccqtNkzs.mk:242:
/dev/shm/tmp507496/ccvBpvrV.ltrans120.ltrans.o] Error 1
../gmp/mpn/gcdext.c: In function '__gmpn_gcdext':
../gmp/mpn/gcdext.c:303:50: warning: 'matrix_scratch' may be used uninitialized
[-Wmaybe-uninitialized]
303 | nn = mpn_hgcd (ap + p, bp + p, n - p, &M, tp + matrix_scratch);
| ^
../gmp/mpn/gcdext.c:203:13: note: 'matrix_scratch' was declared here
203 | mp_size_t matrix_scratch;
| ^
/home/toon/compilers/gcc/isl/basis_reduction_templ.c: In function
'isl_tab_compute_reduced_basis':
/home/toon/compilers/gcc/isl/basis_reduction_templ.c:203:41: warning: 'row' may
be used uninitialized [-Wmaybe-uninitialized]
203 | save_alpha(lp, row-i, i,
alpha_buffer[j]);
| ^
/home/toon/compilers/gcc/isl/basis_reduction_templ.c:57:13: note: 'row' was
declared here
57 | int row;
| ^
lto-wrapper: fatal error: make returned 2 exit status
compilation terminated.
/usr/bin/ld: error: lto-wrapper failed
../gmp/mpn/rootrem.c: In function 'mpn_rootrem_internal':
../gmp/mpn/rootrem.c:410:20: warning: 'save2' may be used uninitialized
[-Wmaybe-uninitialized]
410 | rp[bn + 1] = save2; /* the low b bits go in rp[0..bn] only,
since
| ^
../gmp/mpn/rootrem.c:212:19: note: 'save2' was declared here
212 | mp_limb_t save, save2, cy, uh;
| ^
../gmp/mpn/rootrem.c:514:10: warning: 'rn' may be used uninitialized
[-Wmaybe-uninitialized]
514 | return rn;
| ^
../gmp/mpn/rootrem.c:211:17: note: 'rn' was declared here
211 | mp_size_t qn, rn, sn, wn, nl, bn;
| ^
collect2: error: ld returned 1 exit status
make[3]: *** [/home/toon/compilers/gcc/gcc/go/Make-lang.in:85: go1] Error 1
lto-wrapper: fatal error: make returned 2 exit status
compilation terminated.
/usr/bin/ld: error: lto-wrapper failed
../gmp/mpn/gcdext.c: In function '__gmpn_gcdext':
../gmp/mpn/gcdext.c:303:50: warning: 'matrix_scratch' may be used uninitialized
[-Wmaybe-uninitialized]
303 | nn = mpn_hgcd (ap + p, bp + p, n - p, &M, tp + matrix_scratch);
| ^
../gmp/mpn/gcdext.c:203:13: note: 'matrix_scratch' was declared here
203 | mp_size_t matrix_scratch;
| ^
collect2: error: ld returned 1 exit status
make[3]: *** [/home/toon/compilers/gcc/gcc/m2/Make-lang.in:605:
m2/stage1/cc1gm2] Error 1
lto-wrapper: fatal error: make returned 2 exit status
compilation terminated.
/usr/bin/ld: error: lto-wrapper failed
collect2: error: ld returned 1 exit status
make[3]: *** [/home/toon/compilers/gcc/gcc/d/Make-lang.in:242: d21] Error 1
lto-wrapper: fatal error: make returned 2 exit status
compilation terminated.
/usr/bin/ld: error: lto-wrapper failed
collect2: error: ld returned 1 exit status
make[3]: *** [/home/toon/compilers/gcc/gcc/c/Make-lang.in:87: cc1] Error 1
rm m2/gm2-compiler-boot/P2Build.mod gfdl.pod gcc.pod gfortran.pod gcov-dump.pod
gcov-tool.pod fsf-funding.pod gpl.pod cpp.pod
m2/gm2-compiler-boot/P0SyntaxCheck.mod gcov.pod lto-dump.pod
m2/gm2-compiler-boot/PCBuild.mod gccgo.pod m2/gm2-compiler-boot/PHBuild.mod
m2/gm2-compiler-boot/P1Build.mod
m2/gm2-compiler-boot/P3Build.mod gdc.pod
make[3]: Leaving directory '/home/toon/scratch/bld507496/gcc'
make[2]: *** [Makefile:5107: all-stage2-gcc] Error 2
make[2]: Leaving directory '/home/toon/scratch/bld507496'
make[1]: *** [Makefile:37089: stage2-bubble] Error 2
make[1]: Leaving directory '/home/toon/scratch/bld507496'
make: *** [Makefile:1112: all] Error 2
Configured by: /home/toon/compilers/gcc/configure
--prefix=/home/toon/compilers/install/gcc --with-gnu-as --with-gnu-ld
--enable-languages=all --disable-multilib --disable-nls
--with-build-config=bootstrap-lto