>>> palp: Building testing/palp 2.20-r1 (using abuild 3.11.21-r0) started Tue, 01 Aug 2023 12:36:49 +0000 >>> palp: Checking sanity of /home/buildozer/aports/testing/palp/APKBUILD... >>> WARNING: palp: No maintainer >>> palp: Analyzing dependencies... >>> palp: Installing for build: build-base (1/1) Installing .makedepends-palp (20230801.123651) OK: 377 MiB in 106 packages >>> palp: Cleaning up srcdir >>> palp: Cleaning up pkgdir >>> palp: Cleaning up tmpdir >>> palp: Fetching https://distfiles.alpinelinux.org/distfiles/edge/palp-2.20.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 232k 100 232k 0 0 2167k 0 --:--:-- --:--:-- --:--:-- 2189k >>> palp: Fetching https://distfiles.alpinelinux.org/distfiles/edge/palp-2.20.tar.gz >>> palp: Checking sha512sums... palp-2.20.tar.gz: OK >>> palp: Unpacking /var/cache/distfiles/edge/palp-2.20.tar.gz... gcc -O3 -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -c -o poly.o poly.c gcc -O3 -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -c -o Coord.o Coord.c gcc -O3 -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -c -o Rat.o Rat.c gcc -O3 -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -c -o Vertex.o Vertex.c gcc -O3 -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -c -o Polynf.o Polynf.c gcc -O3 -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -c -o LG.o LG.c gcc -O3 -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -c -o class.o class.c gcc -O3 -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -c -o Subpoly.o Subpoly.c gcc -O3 -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -c -o Subadd.o Subadd.c gcc -O3 -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -c -o Subdb.o Subdb.c gcc -O3 -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -c -o cws.o cws.c gcc -O3 -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -c -o nef.o nef.c gcc -O3 -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -c -o E_Poly.o E_Poly.c gcc -O3 -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -c -o Nefpart.o Nefpart.c gcc -O3 -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -c -o mori.o mori.c gcc -O3 -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -c -o MoriCone.o MoriCone.c gcc -O3 -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -c -o SingularInput.o SingularInput.c SingularInput.c: In function 'HyperSurfSingular': SingularInput.c:148:23: warning: 'Read_HyperSurf' accessing 20 bytes in a region of size 12 [-Wstringop-overflow=] 148 | int control = Read_HyperSurf(he, divclassnr, 5*divclassnr ,"HEInput.txt", _Flag); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ SingularInput.c:148:23: note: referencing argument 4 of type 'char[20]' SingularInput.c:34:5: note: in a call to function 'Read_HyperSurf' 34 | int Read_HyperSurf(int *he, int divclassnr, int maxline, char filename[20], MORI_Flags *_Flag){ | ^~~~~~~~~~~~~~ SingularInput.c:213:11: warning: 'SimplexVolume' accessing 40 bytes in a region of size 32 [-Wstringop-overflow=] 213 | Vijkl=SimplexVolume(X,P->n); | ^~~~~~~~~~~~~~~~~~~~~ SingularInput.c:213:11: note: referencing argument 1 of type 'long int *[5]' In file included from SingularInput.c:16: Mori.h:146:6: note: in a call to function 'SimplexVolume' 146 | Long SimplexVolume(Long *V[POLY_Dmax+1],int d); | ^~~~~~~~~~~~~ MoriCone.c: In function 'DivClassBasis': MoriCone.c:152:8: warning: 'SimplexVolume' accessing 40 bytes in a region of size 32 [-Wstringop-overflow=] 152 | sv=SimplexVolume(X,P->n); cdiv=NNgcd(cdiv,sv); | ^~~~~~~~~~~~~~~~~~~~~ MoriCone.c:152:8: note: referencing argument 1 of type 'long int *[5]' In file included from MoriCone.c:16: Mori.h:146:6: note: in a call to function 'SimplexVolume' 146 | Long SimplexVolume(Long *V[POLY_Dmax+1],int d); | ^~~~~~~~~~~~~ MoriCone.c:168:10: warning: 'SimplexVolume' accessing 40 bytes in a region of size 32 [-Wstringop-overflow=] 168 | sv=SimplexVolume(X,P->n); | ^~~~~~~~~~~~~~~~~~~~~ MoriCone.c:168:10: note: referencing argument 1 of type 'long int *[5]' Mori.h:146:6: note: in a call to function 'SimplexVolume' 146 | Long SimplexVolume(Long *V[POLY_Dmax+1],int d); | ^~~~~~~~~~~~~ MoriCone.c: In function 'OLD_LinRelLatticeBasis': MoriCone.c:190:8: warning: 'SimplexVolume' accessing 40 bytes in a region of size 32 [-Wstringop-overflow=] 190 | sv=SimplexVolume(X,P->n); cdiv=NNgcd(cdiv,sv); | ^~~~~~~~~~~~~~~~~~~~~ MoriCone.c:190:8: note: referencing argument 1 of type 'long int *[5]' Mori.h:146:6: note: in a call to function 'SimplexVolume' 146 | Long SimplexVolume(Long *V[POLY_Dmax+1],int d); | ^~~~~~~~~~~~~ MoriCone.c:201:8: warning: 'SimplexVolume' accessing 40 bytes in a region of size 32 [-Wstringop-overflow=] 201 | sv=SimplexVolume(X,P->n); | ^~~~~~~~~~~~~~~~~~~~~ MoriCone.c:201:8: note: referencing argument 1 of type 'long int *[5]' Mori.h:146:6: note: in a call to function 'SimplexVolume' 146 | Long SimplexVolume(Long *V[POLY_Dmax+1],int d); | ^~~~~~~~~~~~~ Polynf.c: In function 'Fano5d': Polynf.c:2618:22: warning: 'SimplexVolume' accessing 40 bytes in a region of size 32 [-Wstringop-overflow=] 2618 | if(i==d) {if(1!=(SimplexVolume(Y,d))) return 0;}/* simplicial unimodular */ | ~^~~~~~~~~~~~~~~~~~~ Polynf.c:2618:22: note: referencing argument 1 of type 'long int *[5]' Polynf.c:829:6: note: in a call to function 'SimplexVolume' 829 | Long SimplexVolume(Long *V[POLY_Dmax+1],int d) | ^~~~~~~~~~~~~ LG.c: In function 'Fast_c9_VaHo': LG.c:645:45: warning: '__builtin_memset' writing 132 bytes into a region of size 128 [-Wstringop-overflow=] 645 | for(i=0;i<=WM;i++) woG[i]=woS[i]=woA[i]=0; | ~~~~~~^~ LG.c:642:28: note: at offset 256 into destination object of size 384 allocated by 'malloc' 642 | wo[0] = woG = (int *) malloc(WM*3*sizeof(int)); | ^~~~~~~~~~~~~~~~~~~~~~~~ LG.c: In function 'WIndex_HTrace': LG.c:687:45: warning: '__builtin_memset' writing 132 bytes into a region of size 128 [-Wstringop-overflow=] 687 | for(i=0;i<=WM;i++) woG[i]=woS[i]=woA[i]=0; | ~~~~~~^~ LG.c:684:28: note: at offset 256 into destination object of size 384 allocated by 'malloc' 684 | wo[0] = woG = (int *) malloc(WM*3*sizeof(int)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In function 'Fiber_Rec_New_Point', inlined from 'Fiber_Rec_New_Point' at Polynf.c:1426:29, inlined from 'Fiber_Rec_New_Point' at Polynf.c:1426:29, inlined from 'Fiber_Rec_New_Point' at Polynf.c:1426:29, inlined from 'Reflexive_Fibrations' at Polynf.c:1443:2: Polynf.c:1423:70: warning: '__builtin_memset' writing between 8 and 17179869136 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=] 1423 | { X[r]=GL_V_to_GLZ(&X[r],GN,*d-r); for(i=r+1;i<*d;i++) X[i]=0; | ~~~~^~ Polynf.c: In function 'Reflexive_Fibrations': Polynf.c:1433:14: note: at offset 168 into destination object 'T' of size 160 1433 | GL_Long T[POLY_Dmax+1][POLY_Dmax],*X=T[0], **G[POLY_Dmax],*GN[POLY_Dmax], | ^ In function 'Fiber_Rec_New_Point', inlined from 'Fiber_Rec_New_Point' at Polynf.c:1426:29, inlined from 'Fiber_Rec_New_Point' at Polynf.c:1426:29, inlined from 'Fiber_Rec_New_Point' at Polynf.c:1426:29, inlined from 'Fiber_Rec_New_Point' at Polynf.c:1426:29, inlined from 'Reflexive_Fibrations' at Polynf.c:1443:2: Polynf.c:1423:70: warning: '__builtin_memset' writing between 8 and 17179869128 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=] 1423 | { X[r]=GL_V_to_GLZ(&X[r],GN,*d-r); for(i=r+1;i<*d;i++) X[i]=0; | ~~~~^~ Polynf.c: In function 'Reflexive_Fibrations': Polynf.c:1433:14: note: at offset 208 into destination object 'T' of size 160 1433 | GL_Long T[POLY_Dmax+1][POLY_Dmax],*X=T[0], **G[POLY_Dmax],*GN[POLY_Dmax], | ^ In function 'Fiber_Rec_New_Point', inlined from 'Fiber_Rec_New_Point' at Polynf.c:1426:29, inlined from 'Fiber_Rec_New_Point' at Polynf.c:1426:29, inlined from 'Fiber_Rec_New_Point' at Polynf.c:1426:29, inlined from 'Fiber_Rec_New_Point' at Polynf.c:1426:29, inlined from 'Fiber_Rec_New_Point' at Polynf.c:1426:29, inlined from 'Reflexive_Fibrations' at Polynf.c:1443:2: Polynf.c:1423:70: warning: '__builtin_memset' writing between 8 and 17179869120 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=] 1423 | { X[r]=GL_V_to_GLZ(&X[r],GN,*d-r); for(i=r+1;i<*d;i++) X[i]=0; | ~~~~^~ Polynf.c: In function 'Reflexive_Fibrations': Polynf.c:1433:14: note: at offset 248 into destination object 'T' of size 160 1433 | GL_Long T[POLY_Dmax+1][POLY_Dmax],*X=T[0], **G[POLY_Dmax],*GN[POLY_Dmax], | ^ In function 'Fiber_Rec_New_Point', inlined from 'Fiber_Rec_New_Point' at Polynf.c:1426:29, inlined from 'Fiber_Rec_New_Point' at Polynf.c:1426:29, inlined from 'Fiber_Rec_New_Point' at Polynf.c:1426:29, inlined from 'Fiber_Rec_New_Point' at Polynf.c:1426:29, inlined from 'Fiber_Rec_New_Point' at Polynf.c:1426:29, inlined from 'Fiber_Rec_New_Point' at Polynf.c:1426:29, inlined from 'Reflexive_Fibrations' at Polynf.c:1443:2: Polynf.c:1423:70: warning: '__builtin_memset' writing between 8 and 17179869112 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=] 1423 | { X[r]=GL_V_to_GLZ(&X[r],GN,*d-r); for(i=r+1;i<*d;i++) X[i]=0; | ~~~~^~ Polynf.c: In function 'Reflexive_Fibrations': Polynf.c:1433:14: note: at offset 288 into destination object 'T' of size 160 1433 | GL_Long T[POLY_Dmax+1][POLY_Dmax],*X=T[0], **G[POLY_Dmax],*GN[POLY_Dmax], | ^ In function 'Fiber_Rec_New_Point', inlined from 'Fiber_Rec_New_Point' at Polynf.c:1426:29, inlined from 'Fiber_Rec_New_Point' at Polynf.c:1426:29, inlined from 'Fiber_Rec_New_Point' at Polynf.c:1426:29, inlined from 'Fiber_Rec_New_Point' at Polynf.c:1426:29, inlined from 'Fiber_Rec_New_Point' at Polynf.c:1426:29, inlined from 'Fiber_Rec_New_Point' at Polynf.c:1426:29, inlined from 'Fiber_Rec_New_Point' at Polynf.c:1426:29, inlined from 'Reflexive_Fibrations' at Polynf.c:1443:2: Polynf.c:1423:70: warning: '__builtin_memset' writing between 8 and 17179869104 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=] 1423 | { X[r]=GL_V_to_GLZ(&X[r],GN,*d-r); for(i=r+1;i<*d;i++) X[i]=0; | ~~~~^~ Polynf.c: In function 'Reflexive_Fibrations': Polynf.c:1433:14: note: at offset 328 into destination object 'T' of size 160 1433 | GL_Long T[POLY_Dmax+1][POLY_Dmax],*X=T[0], **G[POLY_Dmax],*GN[POLY_Dmax], | ^ gcc -O3 -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -o poly.x poly.o Coord.o Rat.o Vertex.o Polynf.o LG.o gcc -O3 -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -o class.x \ class.o Coord.o Rat.o Vertex.o Polynf.o Subpoly.o Subadd.o Subdb.o gcc -O3 -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -o cws.x \ cws.o Coord.o Rat.o Vertex.o Polynf.o LG.o gcc -O3 -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -o nef.x \ nef.o Coord.o Rat.o Vertex.o Polynf.o E_Poly.o Nefpart.o LG.o gcc -O3 -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -o mori.x \ mori.o Coord.o Rat.o Vertex.o Polynf.o MoriCone.o SingularInput.o LG.o gcc -O3 -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -c -o poly.o poly.c gcc -O3 -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -c -o Coord.o Coord.c gcc -O3 -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -c -o Rat.o Rat.c gcc -O3 -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -c -o Vertex.o Vertex.c gcc -O3 -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -c -o Polynf.o Polynf.c gcc -O3 -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -c -o LG.o LG.c gcc -O3 -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -c -o class.o class.c gcc -O3 -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -c -o Subpoly.o Subpoly.c gcc -O3 -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -c -o Subadd.o Subadd.c gcc -O3 -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -c -o Subdb.o Subdb.c gcc -O3 -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -c -o cws.o cws.c gcc -O3 -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -c -o nef.o nef.c gcc -O3 -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -c -o E_Poly.o E_Poly.c gcc -O3 -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -c -o Nefpart.o Nefpart.c gcc -O3 -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -c -o mori.o mori.c gcc -O3 -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -c -o MoriCone.o MoriCone.c gcc -O3 -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -c -o SingularInput.o SingularInput.c SingularInput.c: In function 'HyperSurfSingular': SingularInput.c:148:23: warning: 'Read_HyperSurf' accessing 20 bytes in a region of size 12 [-Wstringop-overflow=] 148 | int control = Read_HyperSurf(he, divclassnr, 5*divclassnr ,"HEInput.txt", _Flag); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ SingularInput.c:148:23: note: referencing argument 4 of type 'char[20]' SingularInput.c:34:5: note: in a call to function 'Read_HyperSurf' 34 | int Read_HyperSurf(int *he, int divclassnr, int maxline, char filename[20], MORI_Flags *_Flag){ | ^~~~~~~~~~~~~~ SingularInput.c:213:11: warning: 'SimplexVolume' accessing 48 bytes in a region of size 40 [-Wstringop-overflow=] 213 | Vijkl=SimplexVolume(X,P->n); | ^~~~~~~~~~~~~~~~~~~~~ SingularInput.c:213:11: note: referencing argument 1 of type 'long int *[6]' In file included from SingularInput.c:16: Mori.h:146:6: note: in a call to function 'SimplexVolume' 146 | Long SimplexVolume(Long *V[POLY_Dmax+1],int d); | ^~~~~~~~~~~~~ E_Poly.c: In function 'PRINT_Fibrations': E_Poly.c:339:7: warning: 'Make_VEPM' accessing 655360 bytes in a region of size 32768 [-Wstringop-overflow=] 339 | Make_VEPM(_P_AUX, _V_AUX, _E_AUX, X); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ E_Poly.c:339:7: note: referencing argument 4 of type 'long int[1280][64]' In file included from E_Poly.c:1: Global.h:426:6: note: in a call to function 'Make_VEPM' 426 | void Make_VEPM(PolyPointList *P, VertexNumList *VNL, EqList *EL, PairMat PM); | ^~~~~~~~~ MoriCone.c: In function 'DivClassBasis': MoriCone.c:152:8: warning: 'SimplexVolume' accessing 48 bytes in a region of size 40 [-Wstringop-overflow=] 152 | sv=SimplexVolume(X,P->n); cdiv=NNgcd(cdiv,sv); | ^~~~~~~~~~~~~~~~~~~~~ MoriCone.c:152:8: note: referencing argument 1 of type 'long int *[6]' In file included from MoriCone.c:16: Mori.h:146:6: note: in a call to function 'SimplexVolume' 146 | Long SimplexVolume(Long *V[POLY_Dmax+1],int d); | ^~~~~~~~~~~~~ MoriCone.c:168:10: warning: 'SimplexVolume' accessing 48 bytes in a region of size 40 [-Wstringop-overflow=] 168 | sv=SimplexVolume(X,P->n); | ^~~~~~~~~~~~~~~~~~~~~ MoriCone.c:168:10: note: referencing argument 1 of type 'long int *[6]' Mori.h:146:6: note: in a call to function 'SimplexVolume' 146 | Long SimplexVolume(Long *V[POLY_Dmax+1],int d); | ^~~~~~~~~~~~~ MoriCone.c: In function 'OLD_LinRelLatticeBasis': MoriCone.c:190:8: warning: 'SimplexVolume' accessing 48 bytes in a region of size 32 [-Wstringop-overflow=] 190 | sv=SimplexVolume(X,P->n); cdiv=NNgcd(cdiv,sv); | ^~~~~~~~~~~~~~~~~~~~~ MoriCone.c:190:8: note: referencing argument 1 of type 'long int *[6]' Mori.h:146:6: note: in a call to function 'SimplexVolume' 146 | Long SimplexVolume(Long *V[POLY_Dmax+1],int d); | ^~~~~~~~~~~~~ MoriCone.c:201:8: warning: 'SimplexVolume' accessing 48 bytes in a region of size 32 [-Wstringop-overflow=] 201 | sv=SimplexVolume(X,P->n); | ^~~~~~~~~~~~~~~~~~~~~ MoriCone.c:201:8: note: referencing argument 1 of type 'long int *[6]' Mori.h:146:6: note: in a call to function 'SimplexVolume' 146 | Long SimplexVolume(Long *V[POLY_Dmax+1],int d); | ^~~~~~~~~~~~~ Subdb.c: In function 'PH_Sublat_Polys': Subdb.c:1718:9: warning: 'Make_VEPM' accessing 655360 bytes in a region of size 32768 [-Wstringop-overflow=] 1718 | Make_VEPM(_P,&V,&E,PM); _P->np=V.nv; Complete_Poly(PM,&E,V.nv,_P); ++x; | ^~~~~~~~~~~~~~~~~~~~~~ Subdb.c:1718:9: note: referencing argument 4 of type 'long int[1280][64]' In file included from Subdb.c:1: Global.h:426:6: note: in a call to function 'Make_VEPM' 426 | void Make_VEPM(PolyPointList *P, VertexNumList *VNL, EqList *EL, PairMat PM); | ^~~~~~~~~ Polynf.c: In function 'Einstein_Metric': Polynf.c:1261:9: warning: 'Make_VEPM' accessing 655360 bytes in a region of size 32768 [-Wstringop-overflow=] 1261 | Make_VEPM(P,V,E,PM); Complete_Poly(PM,E,V->nv,P); | ^~~~~~~~~~~~~~~~~~~ Polynf.c:1261:9: note: referencing argument 4 of type 'long int[1280][64]' In file included from Polynf.c:1: Global.h:426:6: note: in a call to function 'Make_VEPM' 426 | void Make_VEPM(PolyPointList *P, VertexNumList *VNL, EqList *EL, PairMat PM); | ^~~~~~~~~ Polynf.c: In function 'AuxDPolyData': Polynf.c:1449:43: warning: 'Make_VEPM' accessing 655360 bytes in a region of size 32768 [-Wstringop-overflow=] 1449 | assert(Ref_Check(A,&V,&E)); *f=V.nv; Make_VEPM(A,&V,&E,X); | ^~~~~~~~~~~~~~~~~~~~ Polynf.c:1449:43: note: referencing argument 4 of type 'long int[1280][64]' Global.h:426:6: note: in a call to function 'Make_VEPM' 426 | void Make_VEPM(PolyPointList *P, VertexNumList *VNL, EqList *EL, PairMat PM); | ^~~~~~~~~ Polynf.c: In function 'Print_Fiber_PolyData': Polynf.c:1701:38: warning: 'Make_VEPM' accessing 655360 bytes in a region of size 32768 [-Wstringop-overflow=] 1701 | Aux_Make_Dual_Poly(F,&v,&e); Make_VEPM(F,&v,&e,X); | ^~~~~~~~~~~~~~~~~~~~ Polynf.c:1701:38: note: referencing argument 4 of type 'long int[1280][64]' Global.h:426:6: note: in a call to function 'Make_VEPM' 426 | void Make_VEPM(PolyPointList *P, VertexNumList *VNL, EqList *EL, PairMat PM); | ^~~~~~~~~ Polynf.c:1704:46: warning: 'Make_VEPM' accessing 655360 bytes in a region of size 32768 [-Wstringop-overflow=] 1704 | if(fib){Aux_Make_Dual_Poly(F,&v,&e); Make_VEPM(F,&v,&e,X); | ^~~~~~~~~~~~~~~~~~~~ Polynf.c:1704:46: note: referencing argument 4 of type 'long int[1280][64]' Global.h:426:6: note: in a call to function 'Make_VEPM' 426 | void Make_VEPM(PolyPointList *P, VertexNumList *VNL, EqList *EL, PairMat PM); | ^~~~~~~~~ Polynf.c:1724:13: warning: 'Make_VEPM' accessing 655360 bytes in a region of size 32768 [-Wstringop-overflow=] 1724 | Make_VEPM(F,&v,&e,PM); Complete_Poly(PM,&e,v.nv,F); Nmp=F->np; | ^~~~~~~~~~~~~~~~~~~~~ Polynf.c:1724:13: note: referencing argument 4 of type 'long int[1280][64]' Global.h:426:6: note: in a call to function 'Make_VEPM' 426 | void Make_VEPM(PolyPointList *P, VertexNumList *VNL, EqList *EL, PairMat PM); | ^~~~~~~~~ Polynf.c: In function 'Print_Fibrations': Polynf.c:1783:43: warning: 'Make_VEPM' accessing 655360 bytes in a region of size 32768 [-Wstringop-overflow=] 1783 | { Long X[VERT_Nmax][VERT_Nmax]; Make_VEPM(F->P,&V,&E,X); | ^~~~~~~~~~~~~~~~~~~~~~~ Polynf.c:1783:43: note: referencing argument 4 of type 'long int[1280][64]' Global.h:426:6: note: in a call to function 'Make_VEPM' 426 | void Make_VEPM(PolyPointList *P, VertexNumList *VNL, EqList *EL, PairMat PM); | ^~~~~~~~~ Polynf.c: In function 'Fano5d': Polynf.c:2618:22: warning: 'SimplexVolume' accessing 48 bytes in a region of size 40 [-Wstringop-overflow=] 2618 | if(i==d) {if(1!=(SimplexVolume(Y,d))) return 0;}/* simplicial unimodular */ | ~^~~~~~~~~~~~~~~~~~~ Polynf.c:2618:22: note: referencing argument 1 of type 'long int *[6]' Polynf.c:829:6: note: in a call to function 'SimplexVolume' 829 | Long SimplexVolume(Long *V[POLY_Dmax+1],int d) | ^~~~~~~~~~~~~ LG.c: In function 'Fast_c9_VaHo': LG.c:645:45: warning: '__builtin_memset' writing 260 bytes into a region of size 256 [-Wstringop-overflow=] 645 | for(i=0;i<=WM;i++) woG[i]=woS[i]=woA[i]=0; | ~~~~~~^~ LG.c:642:28: note: at offset 512 into destination object of size 768 allocated by 'malloc' 642 | wo[0] = woG = (int *) malloc(WM*3*sizeof(int)); | ^~~~~~~~~~~~~~~~~~~~~~~~ LG.c: In function 'WIndex_HTrace': LG.c:687:45: warning: '__builtin_memset' writing 260 bytes into a region of size 256 [-Wstringop-overflow=] 687 | for(i=0;i<=WM;i++) woG[i]=woS[i]=woA[i]=0; | ~~~~~~^~ LG.c:684:28: note: at offset 512 into destination object of size 768 allocated by 'malloc' 684 | wo[0] = woG = (int *) malloc(WM*3*sizeof(int)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In function 'Fiber_Rec_New_Point', inlined from 'Fiber_Rec_New_Point' at Polynf.c:1426:29, inlined from 'Fiber_Rec_New_Point' at Polynf.c:1426:29, inlined from 'Fiber_Rec_New_Point' at Polynf.c:1426:29, inlined from 'Fiber_Rec_New_Point' at Polynf.c:1426:29, inlined from 'Reflexive_Fibrations' at Polynf.c:1443:2: Polynf.c:1423:70: warning: '__builtin_memset' writing between 8 and 17179869128 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=] 1423 | { X[r]=GL_V_to_GLZ(&X[r],GN,*d-r); for(i=r+1;i<*d;i++) X[i]=0; | ~~~~^~ Polynf.c: In function 'Reflexive_Fibrations': Polynf.c:1433:14: note: at offset 248 into destination object 'T' of size 240 1433 | GL_Long T[POLY_Dmax+1][POLY_Dmax],*X=T[0], **G[POLY_Dmax],*GN[POLY_Dmax], | ^ In function 'Fiber_Rec_New_Point', inlined from 'Fiber_Rec_New_Point' at Polynf.c:1426:29, inlined from 'Fiber_Rec_New_Point' at Polynf.c:1426:29, inlined from 'Fiber_Rec_New_Point' at Polynf.c:1426:29, inlined from 'Fiber_Rec_New_Point' at Polynf.c:1426:29, inlined from 'Fiber_Rec_New_Point' at Polynf.c:1426:29, inlined from 'Reflexive_Fibrations' at Polynf.c:1443:2: Polynf.c:1423:70: warning: '__builtin_memset' writing between 8 and 17179869120 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=] 1423 | { X[r]=GL_V_to_GLZ(&X[r],GN,*d-r); for(i=r+1;i<*d;i++) X[i]=0; | ~~~~^~ Polynf.c: In function 'Reflexive_Fibrations': Polynf.c:1433:14: note: at offset 296 into destination object 'T' of size 240 1433 | GL_Long T[POLY_Dmax+1][POLY_Dmax],*X=T[0], **G[POLY_Dmax],*GN[POLY_Dmax], | ^ In function 'Fiber_Rec_New_Point', inlined from 'Fiber_Rec_New_Point' at Polynf.c:1426:29, inlined from 'Fiber_Rec_New_Point' at Polynf.c:1426:29, inlined from 'Fiber_Rec_New_Point' at Polynf.c:1426:29, inlined from 'Fiber_Rec_New_Point' at Polynf.c:1426:29, inlined from 'Fiber_Rec_New_Point' at Polynf.c:1426:29, inlined from 'Fiber_Rec_New_Point' at Polynf.c:1426:29, inlined from 'Reflexive_Fibrations' at Polynf.c:1443:2: Polynf.c:1423:70: warning: '__builtin_memset' writing between 8 and 17179869112 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=] 1423 | { X[r]=GL_V_to_GLZ(&X[r],GN,*d-r); for(i=r+1;i<*d;i++) X[i]=0; | ~~~~^~ Polynf.c: In function 'Reflexive_Fibrations': Polynf.c:1433:14: note: at offset 344 into destination object 'T' of size 240 1433 | GL_Long T[POLY_Dmax+1][POLY_Dmax],*X=T[0], **G[POLY_Dmax],*GN[POLY_Dmax], | ^ In function 'Fiber_Rec_New_Point', inlined from 'Fiber_Rec_New_Point' at Polynf.c:1426:29, inlined from 'Fiber_Rec_New_Point' at Polynf.c:1426:29, inlined from 'Fiber_Rec_New_Point' at Polynf.c:1426:29, inlined from 'Fiber_Rec_New_Point' at Polynf.c:1426:29, inlined from 'Fiber_Rec_New_Point' at Polynf.c:1426:29, inlined from 'Fiber_Rec_New_Point' at Polynf.c:1426:29, inlined from 'Fiber_Rec_New_Point' at Polynf.c:1426:29, inlined from 'Reflexive_Fibrations' at Polynf.c:1443:2: Polynf.c:1423:70: warning: '__builtin_memset' writing between 8 and 17179869104 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=] 1423 | { X[r]=GL_V_to_GLZ(&X[r],GN,*d-r); for(i=r+1;i<*d;i++) X[i]=0; | ~~~~^~ Polynf.c: In function 'Reflexive_Fibrations': Polynf.c:1433:14: note: at offset 392 into destination object 'T' of size 240 1433 | GL_Long T[POLY_Dmax+1][POLY_Dmax],*X=T[0], **G[POLY_Dmax],*GN[POLY_Dmax], | ^ gcc -O3 -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -o poly.x poly.o Coord.o Rat.o Vertex.o Polynf.o LG.o gcc -O3 -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -o class.x \ class.o Coord.o Rat.o Vertex.o Polynf.o Subpoly.o Subadd.o Subdb.o gcc -O3 -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -o cws.x \ cws.o Coord.o Rat.o Vertex.o Polynf.o LG.o gcc -O3 -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -o nef.x \ nef.o Coord.o Rat.o Vertex.o Polynf.o E_Poly.o Nefpart.o LG.o gcc -O3 -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -o mori.x \ mori.o Coord.o Rat.o Vertex.o Polynf.o MoriCone.o SingularInput.o LG.o gcc -O3 -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -c -o poly.o poly.c gcc -O3 -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -c -o Coord.o Coord.c gcc -O3 -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -c -o Rat.o Rat.c gcc -O3 -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -c -o Vertex.o Vertex.c gcc -O3 -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -c -o Polynf.o Polynf.c gcc -O3 -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -c -o LG.o LG.c gcc -O3 -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -c -o class.o class.c gcc -O3 -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -c -o Subpoly.o Subpoly.c gcc -O3 -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -c -o Subadd.o Subadd.c gcc -O3 -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -c -o Subdb.o Subdb.c gcc -O3 -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -c -o cws.o cws.c gcc -O3 -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -c -o nef.o nef.c gcc -O3 -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -c -o E_Poly.o E_Poly.c gcc -O3 -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -c -o Nefpart.o Nefpart.c gcc -O3 -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -c -o mori.o mori.c gcc -O3 -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -c -o MoriCone.o MoriCone.c gcc -O3 -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -c -o SingularInput.o SingularInput.c class.c: In function 'main': class.c:313:27: warning: implicit declaration of function 'DB_to_Hodge' [-Wimplicit-function-declaration] 313 | else if(HFlag=='c') DB_to_Hodge(dbin, dbout, vf, vt,_P); | ^~~~~~~~~~~ class.c:314:27: warning: implicit declaration of function 'Sort_Hodge' [-Wimplicit-function-declaration] 314 | else if(HFlag=='s') Sort_Hodge(dbin, dbout); | ^~~~~~~~~~ class.c:315:27: warning: implicit declaration of function 'Test_Hodge_file' [-Wimplicit-function-declaration] 315 | else if(HFlag=='f') Test_Hodge_file(polyi,_P); | ^~~~~~~~~~~~~~~ class.c:316:27: warning: implicit declaration of function 'Test_Hodge_db' [-Wimplicit-function-declaration] 316 | else if(HFlag=='t') Test_Hodge_db(dbin); | ^~~~~~~~~~~~~ class.c:317:27: warning: implicit declaration of function 'Extract_from_Hodge_db' [-Wimplicit-function-declaration] 317 | else if(HFlag=='e') Extract_from_Hodge_db(dbin,x_string,_P); | ^~~~~~~~~~~~~~~~~~~~~ E_Poly.c: In function 'PRINT_Fibrations': E_Poly.c:339:7: warning: 'Make_VEPM' accessing 655360 bytes in a region of size 32768 [-Wstringop-overflow=] 339 | Make_VEPM(_P_AUX, _V_AUX, _E_AUX, X); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ E_Poly.c:339:7: note: referencing argument 4 of type 'long int[1280][64]' In file included from E_Poly.c:1: Global.h:426:6: note: in a call to function 'Make_VEPM' 426 | void Make_VEPM(PolyPointList *P, VertexNumList *VNL, EqList *EL, PairMat PM); | ^~~~~~~~~ SingularInput.c: In function 'HyperSurfSingular': SingularInput.c:148:23: warning: 'Read_HyperSurf' accessing 20 bytes in a region of size 12 [-Wstringop-overflow=] 148 | int control = Read_HyperSurf(he, divclassnr, 5*divclassnr ,"HEInput.txt", _Flag); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ SingularInput.c:148:23: note: referencing argument 4 of type 'char[20]' SingularInput.c:34:5: note: in a call to function 'Read_HyperSurf' 34 | int Read_HyperSurf(int *he, int divclassnr, int maxline, char filename[20], MORI_Flags *_Flag){ | ^~~~~~~~~~~~~~ SingularInput.c:213:11: warning: 'SimplexVolume' accessing 56 bytes in a region of size 48 [-Wstringop-overflow=] 213 | Vijkl=SimplexVolume(X,P->n); | ^~~~~~~~~~~~~~~~~~~~~ SingularInput.c:213:11: note: referencing argument 1 of type 'long int *[7]' In file included from SingularInput.c:16: Mori.h:146:6: note: in a call to function 'SimplexVolume' 146 | Long SimplexVolume(Long *V[POLY_Dmax+1],int d); | ^~~~~~~~~~~~~ MoriCone.c: In function 'DivClassBasis': MoriCone.c:152:8: warning: 'SimplexVolume' accessing 56 bytes in a region of size 48 [-Wstringop-overflow=] 152 | sv=SimplexVolume(X,P->n); cdiv=NNgcd(cdiv,sv); | ^~~~~~~~~~~~~~~~~~~~~ MoriCone.c:152:8: note: referencing argument 1 of type 'long int *[7]' In file included from MoriCone.c:16: Mori.h:146:6: note: in a call to function 'SimplexVolume' 146 | Long SimplexVolume(Long *V[POLY_Dmax+1],int d); | ^~~~~~~~~~~~~ MoriCone.c:168:10: warning: 'SimplexVolume' accessing 56 bytes in a region of size 48 [-Wstringop-overflow=] 168 | sv=SimplexVolume(X,P->n); | ^~~~~~~~~~~~~~~~~~~~~ MoriCone.c:168:10: note: referencing argument 1 of type 'long int *[7]' Mori.h:146:6: note: in a call to function 'SimplexVolume' 146 | Long SimplexVolume(Long *V[POLY_Dmax+1],int d); | ^~~~~~~~~~~~~ MoriCone.c: In function 'OLD_LinRelLatticeBasis': MoriCone.c:190:8: warning: 'SimplexVolume' accessing 56 bytes in a region of size 32 [-Wstringop-overflow=] 190 | sv=SimplexVolume(X,P->n); cdiv=NNgcd(cdiv,sv); | ^~~~~~~~~~~~~~~~~~~~~ MoriCone.c:190:8: note: referencing argument 1 of type 'long int *[7]' Mori.h:146:6: note: in a call to function 'SimplexVolume' 146 | Long SimplexVolume(Long *V[POLY_Dmax+1],int d); | ^~~~~~~~~~~~~ MoriCone.c:201:8: warning: 'SimplexVolume' accessing 56 bytes in a region of size 32 [-Wstringop-overflow=] 201 | sv=SimplexVolume(X,P->n); | ^~~~~~~~~~~~~~~~~~~~~ MoriCone.c:201:8: note: referencing argument 1 of type 'long int *[7]' Mori.h:146:6: note: in a call to function 'SimplexVolume' 146 | Long SimplexVolume(Long *V[POLY_Dmax+1],int d); | ^~~~~~~~~~~~~ Subdb.c: In function 'PH_Sublat_Polys': Subdb.c:1718:9: warning: 'Make_VEPM' accessing 655360 bytes in a region of size 32768 [-Wstringop-overflow=] 1718 | Make_VEPM(_P,&V,&E,PM); _P->np=V.nv; Complete_Poly(PM,&E,V.nv,_P); ++x; | ^~~~~~~~~~~~~~~~~~~~~~ Subdb.c:1718:9: note: referencing argument 4 of type 'long int[1280][64]' In file included from Subdb.c:1: Global.h:426:6: note: in a call to function 'Make_VEPM' 426 | void Make_VEPM(PolyPointList *P, VertexNumList *VNL, EqList *EL, PairMat PM); | ^~~~~~~~~ Polynf.c: In function 'Einstein_Metric': Polynf.c:1261:9: warning: 'Make_VEPM' accessing 655360 bytes in a region of size 32768 [-Wstringop-overflow=] 1261 | Make_VEPM(P,V,E,PM); Complete_Poly(PM,E,V->nv,P); | ^~~~~~~~~~~~~~~~~~~ Polynf.c:1261:9: note: referencing argument 4 of type 'long int[1280][64]' In file included from Polynf.c:1: Global.h:426:6: note: in a call to function 'Make_VEPM' 426 | void Make_VEPM(PolyPointList *P, VertexNumList *VNL, EqList *EL, PairMat PM); | ^~~~~~~~~ Polynf.c: In function 'AuxDPolyData': Polynf.c:1449:43: warning: 'Make_VEPM' accessing 655360 bytes in a region of size 32768 [-Wstringop-overflow=] 1449 | assert(Ref_Check(A,&V,&E)); *f=V.nv; Make_VEPM(A,&V,&E,X); | ^~~~~~~~~~~~~~~~~~~~ Polynf.c:1449:43: note: referencing argument 4 of type 'long int[1280][64]' Global.h:426:6: note: in a call to function 'Make_VEPM' 426 | void Make_VEPM(PolyPointList *P, VertexNumList *VNL, EqList *EL, PairMat PM); | ^~~~~~~~~ Polynf.c: In function 'Print_Fiber_PolyData': Polynf.c:1701:38: warning: 'Make_VEPM' accessing 655360 bytes in a region of size 32768 [-Wstringop-overflow=] 1701 | Aux_Make_Dual_Poly(F,&v,&e); Make_VEPM(F,&v,&e,X); | ^~~~~~~~~~~~~~~~~~~~ Polynf.c:1701:38: note: referencing argument 4 of type 'long int[1280][64]' Global.h:426:6: note: in a call to function 'Make_VEPM' 426 | void Make_VEPM(PolyPointList *P, VertexNumList *VNL, EqList *EL, PairMat PM); | ^~~~~~~~~ Polynf.c:1704:46: warning: 'Make_VEPM' accessing 655360 bytes in a region of size 32768 [-Wstringop-overflow=] 1704 | if(fib){Aux_Make_Dual_Poly(F,&v,&e); Make_VEPM(F,&v,&e,X); | ^~~~~~~~~~~~~~~~~~~~ Polynf.c:1704:46: note: referencing argument 4 of type 'long int[1280][64]' Global.h:426:6: note: in a call to function 'Make_VEPM' 426 | void Make_VEPM(PolyPointList *P, VertexNumList *VNL, EqList *EL, PairMat PM); | ^~~~~~~~~ Polynf.c:1724:13: warning: 'Make_VEPM' accessing 655360 bytes in a region of size 32768 [-Wstringop-overflow=] 1724 | Make_VEPM(F,&v,&e,PM); Complete_Poly(PM,&e,v.nv,F); Nmp=F->np; | ^~~~~~~~~~~~~~~~~~~~~ Polynf.c:1724:13: note: referencing argument 4 of type 'long int[1280][64]' Global.h:426:6: note: in a call to function 'Make_VEPM' 426 | void Make_VEPM(PolyPointList *P, VertexNumList *VNL, EqList *EL, PairMat PM); | ^~~~~~~~~ Polynf.c: In function 'Print_Fibrations': Polynf.c:1783:43: warning: 'Make_VEPM' accessing 655360 bytes in a region of size 32768 [-Wstringop-overflow=] 1783 | { Long X[VERT_Nmax][VERT_Nmax]; Make_VEPM(F->P,&V,&E,X); | ^~~~~~~~~~~~~~~~~~~~~~~ Polynf.c:1783:43: note: referencing argument 4 of type 'long int[1280][64]' Global.h:426:6: note: in a call to function 'Make_VEPM' 426 | void Make_VEPM(PolyPointList *P, VertexNumList *VNL, EqList *EL, PairMat PM); | ^~~~~~~~~ Polynf.c: In function 'Fano5d': Polynf.c:2618:22: warning: 'SimplexVolume' accessing 56 bytes in a region of size 48 [-Wstringop-overflow=] 2618 | if(i==d) {if(1!=(SimplexVolume(Y,d))) return 0;}/* simplicial unimodular */ | ~^~~~~~~~~~~~~~~~~~~ Polynf.c:2618:22: note: referencing argument 1 of type 'long int *[7]' Polynf.c:829:6: note: in a call to function 'SimplexVolume' 829 | Long SimplexVolume(Long *V[POLY_Dmax+1],int d) | ^~~~~~~~~~~~~ LG.c: In function 'Fast_c9_VaHo': LG.c:645:45: warning: '__builtin_memset' writing 516 bytes into a region of size 512 [-Wstringop-overflow=] 645 | for(i=0;i<=WM;i++) woG[i]=woS[i]=woA[i]=0; | ~~~~~~^~ LG.c:642:28: note: at offset 1024 into destination object of size 1536 allocated by 'malloc' 642 | wo[0] = woG = (int *) malloc(WM*3*sizeof(int)); | ^~~~~~~~~~~~~~~~~~~~~~~~ LG.c: In function 'WIndex_HTrace': LG.c:687:45: warning: '__builtin_memset' writing 516 bytes into a region of size 512 [-Wstringop-overflow=] 687 | for(i=0;i<=WM;i++) woG[i]=woS[i]=woA[i]=0; | ~~~~~~^~ LG.c:684:28: note: at offset 1024 into destination object of size 1536 allocated by 'malloc' 684 | wo[0] = woG = (int *) malloc(WM*3*sizeof(int)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In function 'Fiber_Rec_New_Point', inlined from 'Fiber_Rec_New_Point' at Polynf.c:1426:29, inlined from 'Fiber_Rec_New_Point' at Polynf.c:1426:29, inlined from 'Fiber_Rec_New_Point' at Polynf.c:1426:29, inlined from 'Fiber_Rec_New_Point' at Polynf.c:1426:29, inlined from 'Fiber_Rec_New_Point' at Polynf.c:1426:29, inlined from 'Reflexive_Fibrations' at Polynf.c:1443:2: Polynf.c:1423:70: warning: '__builtin_memset' writing between 8 and 17179869120 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=] 1423 | { X[r]=GL_V_to_GLZ(&X[r],GN,*d-r); for(i=r+1;i<*d;i++) X[i]=0; | ~~~~^~ Polynf.c: In function 'Reflexive_Fibrations': Polynf.c:1433:14: note: at offset 344 into destination object 'T' of size 336 1433 | GL_Long T[POLY_Dmax+1][POLY_Dmax],*X=T[0], **G[POLY_Dmax],*GN[POLY_Dmax], | ^ In function 'Fiber_Rec_New_Point', inlined from 'Fiber_Rec_New_Point' at Polynf.c:1426:29, inlined from 'Fiber_Rec_New_Point' at Polynf.c:1426:29, inlined from 'Fiber_Rec_New_Point' at Polynf.c:1426:29, inlined from 'Fiber_Rec_New_Point' at Polynf.c:1426:29, inlined from 'Fiber_Rec_New_Point' at Polynf.c:1426:29, inlined from 'Fiber_Rec_New_Point' at Polynf.c:1426:29, inlined from 'Reflexive_Fibrations' at Polynf.c:1443:2: Polynf.c:1423:70: warning: '__builtin_memset' writing between 8 and 17179869112 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=] 1423 | { X[r]=GL_V_to_GLZ(&X[r],GN,*d-r); for(i=r+1;i<*d;i++) X[i]=0; | ~~~~^~ Polynf.c: In function 'Reflexive_Fibrations': Polynf.c:1433:14: note: at offset 400 into destination object 'T' of size 336 1433 | GL_Long T[POLY_Dmax+1][POLY_Dmax],*X=T[0], **G[POLY_Dmax],*GN[POLY_Dmax], | ^ In function 'Fiber_Rec_New_Point', inlined from 'Fiber_Rec_New_Point' at Polynf.c:1426:29, inlined from 'Fiber_Rec_New_Point' at Polynf.c:1426:29, inlined from 'Fiber_Rec_New_Point' at Polynf.c:1426:29, inlined from 'Fiber_Rec_New_Point' at Polynf.c:1426:29, inlined from 'Fiber_Rec_New_Point' at Polynf.c:1426:29, inlined from 'Fiber_Rec_New_Point' at Polynf.c:1426:29, inlined from 'Fiber_Rec_New_Point' at Polynf.c:1426:29, inlined from 'Reflexive_Fibrations' at Polynf.c:1443:2: Polynf.c:1423:70: warning: '__builtin_memset' writing between 8 and 17179869104 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=] 1423 | { X[r]=GL_V_to_GLZ(&X[r],GN,*d-r); for(i=r+1;i<*d;i++) X[i]=0; | ~~~~^~ Polynf.c: In function 'Reflexive_Fibrations': Polynf.c:1433:14: note: at offset 456 into destination object 'T' of size 336 1433 | GL_Long T[POLY_Dmax+1][POLY_Dmax],*X=T[0], **G[POLY_Dmax],*GN[POLY_Dmax], | ^ gcc -O3 -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -o poly.x poly.o Coord.o Rat.o Vertex.o Polynf.o LG.o gcc -O3 -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -o class.x \ class.o Coord.o Rat.o Vertex.o Polynf.o Subpoly.o Subadd.o Subdb.o gcc -O3 -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -o cws.x \ cws.o Coord.o Rat.o Vertex.o Polynf.o LG.o gcc -O3 -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -o nef.x \ nef.o Coord.o Rat.o Vertex.o Polynf.o E_Poly.o Nefpart.o LG.o gcc -O3 -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -o mori.x \ mori.o Coord.o Rat.o Vertex.o Polynf.o MoriCone.o SingularInput.o LG.o gcc -O3 -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -c -o poly.o poly.c gcc -O3 -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -c -o Coord.o Coord.c gcc -O3 -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -c -o Rat.o Rat.c gcc -O3 -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -c -o Vertex.o Vertex.c gcc -O3 -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -c -o Polynf.o Polynf.c gcc -O3 -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -c -o LG.o LG.c gcc -O3 -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -c -o class.o class.c gcc -O3 -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -c -o Subpoly.o Subpoly.c gcc -O3 -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -c -o Subadd.o Subadd.c gcc -O3 -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -c -o Subdb.o Subdb.c gcc -O3 -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -c -o cws.o cws.c gcc -O3 -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -c -o nef.o nef.c gcc -O3 -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -c -o E_Poly.o E_Poly.c gcc -O3 -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -c -o Nefpart.o Nefpart.c gcc -O3 -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -c -o mori.o mori.c gcc -O3 -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -c -o MoriCone.o MoriCone.c gcc -O3 -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -c -o SingularInput.o SingularInput.c class.c: In function 'main': class.c:313:27: warning: implicit declaration of function 'DB_to_Hodge' [-Wimplicit-function-declaration] 313 | else if(HFlag=='c') DB_to_Hodge(dbin, dbout, vf, vt,_P); | ^~~~~~~~~~~ class.c:314:27: warning: implicit declaration of function 'Sort_Hodge' [-Wimplicit-function-declaration] 314 | else if(HFlag=='s') Sort_Hodge(dbin, dbout); | ^~~~~~~~~~ class.c:315:27: warning: implicit declaration of function 'Test_Hodge_file' [-Wimplicit-function-declaration] 315 | else if(HFlag=='f') Test_Hodge_file(polyi,_P); | ^~~~~~~~~~~~~~~ class.c:316:27: warning: implicit declaration of function 'Test_Hodge_db' [-Wimplicit-function-declaration] 316 | else if(HFlag=='t') Test_Hodge_db(dbin); | ^~~~~~~~~~~~~ class.c:317:27: warning: implicit declaration of function 'Extract_from_Hodge_db' [-Wimplicit-function-declaration] 317 | else if(HFlag=='e') Extract_from_Hodge_db(dbin,x_string,_P); | ^~~~~~~~~~~~~~~~~~~~~ SingularInput.c: In function 'HyperSurfSingular': SingularInput.c:148:23: warning: 'Read_HyperSurf' accessing 20 bytes in a region of size 12 [-Wstringop-overflow=] 148 | int control = Read_HyperSurf(he, divclassnr, 5*divclassnr ,"HEInput.txt", _Flag); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ SingularInput.c:148:23: note: referencing argument 4 of type 'char[20]' SingularInput.c:34:5: note: in a call to function 'Read_HyperSurf' 34 | int Read_HyperSurf(int *he, int divclassnr, int maxline, char filename[20], MORI_Flags *_Flag){ | ^~~~~~~~~~~~~~ SingularInput.c:213:11: warning: 'SimplexVolume' accessing 96 bytes in a region of size 88 [-Wstringop-overflow=] 213 | Vijkl=SimplexVolume(X,P->n); | ^~~~~~~~~~~~~~~~~~~~~ SingularInput.c:213:11: note: referencing argument 1 of type 'long int *[12]' In file included from SingularInput.c:16: Mori.h:146:6: note: in a call to function 'SimplexVolume' 146 | Long SimplexVolume(Long *V[POLY_Dmax+1],int d); | ^~~~~~~~~~~~~ E_Poly.c: In function 'PRINT_Fibrations': E_Poly.c:339:7: warning: 'Make_VEPM' accessing 655360 bytes in a region of size 32768 [-Wstringop-overflow=] 339 | Make_VEPM(_P_AUX, _V_AUX, _E_AUX, X); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ E_Poly.c:339:7: note: referencing argument 4 of type 'long int[1280][64]' In file included from E_Poly.c:1: Global.h:426:6: note: in a call to function 'Make_VEPM' 426 | void Make_VEPM(PolyPointList *P, VertexNumList *VNL, EqList *EL, PairMat PM); | ^~~~~~~~~ MoriCone.c: In function 'DivClassBasis': MoriCone.c:152:8: warning: 'SimplexVolume' accessing 96 bytes in a region of size 88 [-Wstringop-overflow=] 152 | sv=SimplexVolume(X,P->n); cdiv=NNgcd(cdiv,sv); | ^~~~~~~~~~~~~~~~~~~~~ MoriCone.c:152:8: note: referencing argument 1 of type 'long int *[12]' In file included from MoriCone.c:16: Mori.h:146:6: note: in a call to function 'SimplexVolume' 146 | Long SimplexVolume(Long *V[POLY_Dmax+1],int d); | ^~~~~~~~~~~~~ MoriCone.c:168:10: warning: 'SimplexVolume' accessing 96 bytes in a region of size 88 [-Wstringop-overflow=] 168 | sv=SimplexVolume(X,P->n); | ^~~~~~~~~~~~~~~~~~~~~ MoriCone.c:168:10: note: referencing argument 1 of type 'long int *[12]' Mori.h:146:6: note: in a call to function 'SimplexVolume' 146 | Long SimplexVolume(Long *V[POLY_Dmax+1],int d); | ^~~~~~~~~~~~~ MoriCone.c: In function 'OLD_LinRelLatticeBasis': MoriCone.c:190:8: warning: 'SimplexVolume' accessing 96 bytes in a region of size 32 [-Wstringop-overflow=] 190 | sv=SimplexVolume(X,P->n); cdiv=NNgcd(cdiv,sv); | ^~~~~~~~~~~~~~~~~~~~~ MoriCone.c:190:8: note: referencing argument 1 of type 'long int *[12]' Mori.h:146:6: note: in a call to function 'SimplexVolume' 146 | Long SimplexVolume(Long *V[POLY_Dmax+1],int d); | ^~~~~~~~~~~~~ MoriCone.c:201:8: warning: 'SimplexVolume' accessing 96 bytes in a region of size 32 [-Wstringop-overflow=] 201 | sv=SimplexVolume(X,P->n); | ^~~~~~~~~~~~~~~~~~~~~ MoriCone.c:201:8: note: referencing argument 1 of type 'long int *[12]' Mori.h:146:6: note: in a call to function 'SimplexVolume' 146 | Long SimplexVolume(Long *V[POLY_Dmax+1],int d); | ^~~~~~~~~~~~~ Subdb.c: In function 'PH_Sublat_Polys': Subdb.c:1718:9: warning: 'Make_VEPM' accessing 655360 bytes in a region of size 32768 [-Wstringop-overflow=] 1718 | Make_VEPM(_P,&V,&E,PM); _P->np=V.nv; Complete_Poly(PM,&E,V.nv,_P); ++x; | ^~~~~~~~~~~~~~~~~~~~~~ Subdb.c:1718:9: note: referencing argument 4 of type 'long int[1280][64]' In file included from Subdb.c:1: Global.h:426:6: note: in a call to function 'Make_VEPM' 426 | void Make_VEPM(PolyPointList *P, VertexNumList *VNL, EqList *EL, PairMat PM); | ^~~~~~~~~ Polynf.c: In function 'Einstein_Metric': Polynf.c:1261:9: warning: 'Make_VEPM' accessing 655360 bytes in a region of size 32768 [-Wstringop-overflow=] 1261 | Make_VEPM(P,V,E,PM); Complete_Poly(PM,E,V->nv,P); | ^~~~~~~~~~~~~~~~~~~ Polynf.c:1261:9: note: referencing argument 4 of type 'long int[1280][64]' In file included from Polynf.c:1: Global.h:426:6: note: in a call to function 'Make_VEPM' 426 | void Make_VEPM(PolyPointList *P, VertexNumList *VNL, EqList *EL, PairMat PM); | ^~~~~~~~~ Polynf.c: In function 'AuxDPolyData': Polynf.c:1449:43: warning: 'Make_VEPM' accessing 655360 bytes in a region of size 32768 [-Wstringop-overflow=] 1449 | assert(Ref_Check(A,&V,&E)); *f=V.nv; Make_VEPM(A,&V,&E,X); | ^~~~~~~~~~~~~~~~~~~~ Polynf.c:1449:43: note: referencing argument 4 of type 'long int[1280][64]' Global.h:426:6: note: in a call to function 'Make_VEPM' 426 | void Make_VEPM(PolyPointList *P, VertexNumList *VNL, EqList *EL, PairMat PM); | ^~~~~~~~~ Polynf.c: In function 'Print_Fiber_PolyData': Polynf.c:1701:38: warning: 'Make_VEPM' accessing 655360 bytes in a region of size 32768 [-Wstringop-overflow=] 1701 | Aux_Make_Dual_Poly(F,&v,&e); Make_VEPM(F,&v,&e,X); | ^~~~~~~~~~~~~~~~~~~~ Polynf.c:1701:38: note: referencing argument 4 of type 'long int[1280][64]' Global.h:426:6: note: in a call to function 'Make_VEPM' 426 | void Make_VEPM(PolyPointList *P, VertexNumList *VNL, EqList *EL, PairMat PM); | ^~~~~~~~~ Polynf.c:1704:46: warning: 'Make_VEPM' accessing 655360 bytes in a region of size 32768 [-Wstringop-overflow=] 1704 | if(fib){Aux_Make_Dual_Poly(F,&v,&e); Make_VEPM(F,&v,&e,X); | ^~~~~~~~~~~~~~~~~~~~ Polynf.c:1704:46: note: referencing argument 4 of type 'long int[1280][64]' Global.h:426:6: note: in a call to function 'Make_VEPM' 426 | void Make_VEPM(PolyPointList *P, VertexNumList *VNL, EqList *EL, PairMat PM); | ^~~~~~~~~ Polynf.c:1724:13: warning: 'Make_VEPM' accessing 655360 bytes in a region of size 32768 [-Wstringop-overflow=] 1724 | Make_VEPM(F,&v,&e,PM); Complete_Poly(PM,&e,v.nv,F); Nmp=F->np; | ^~~~~~~~~~~~~~~~~~~~~ Polynf.c:1724:13: note: referencing argument 4 of type 'long int[1280][64]' Global.h:426:6: note: in a call to function 'Make_VEPM' 426 | void Make_VEPM(PolyPointList *P, VertexNumList *VNL, EqList *EL, PairMat PM); | ^~~~~~~~~ Polynf.c: In function 'Print_Fibrations': Polynf.c:1783:43: warning: 'Make_VEPM' accessing 655360 bytes in a region of size 32768 [-Wstringop-overflow=] 1783 | { Long X[VERT_Nmax][VERT_Nmax]; Make_VEPM(F->P,&V,&E,X); | ^~~~~~~~~~~~~~~~~~~~~~~ Polynf.c:1783:43: note: referencing argument 4 of type 'long int[1280][64]' Global.h:426:6: note: in a call to function 'Make_VEPM' 426 | void Make_VEPM(PolyPointList *P, VertexNumList *VNL, EqList *EL, PairMat PM); | ^~~~~~~~~ Polynf.c: In function 'Fano5d': Polynf.c:2618:22: warning: 'SimplexVolume' accessing 96 bytes in a region of size 88 [-Wstringop-overflow=] 2618 | if(i==d) {if(1!=(SimplexVolume(Y,d))) return 0;}/* simplicial unimodular */ | ~^~~~~~~~~~~~~~~~~~~ Polynf.c:2618:22: note: referencing argument 1 of type 'long int *[12]' Polynf.c:829:6: note: in a call to function 'SimplexVolume' 829 | Long SimplexVolume(Long *V[POLY_Dmax+1],int d) | ^~~~~~~~~~~~~ LG.c: In function 'Fast_c9_VaHo': LG.c:645:45: warning: '__builtin_memset' writing 16388 bytes into a region of size 16384 [-Wstringop-overflow=] 645 | for(i=0;i<=WM;i++) woG[i]=woS[i]=woA[i]=0; | ~~~~~~^~ LG.c:642:28: note: at offset 32768 into destination object of size 49152 allocated by 'malloc' 642 | wo[0] = woG = (int *) malloc(WM*3*sizeof(int)); | ^~~~~~~~~~~~~~~~~~~~~~~~ LG.c: In function 'WIndex_HTrace': LG.c:687:45: warning: '__builtin_memset' writing 16388 bytes into a region of size 16384 [-Wstringop-overflow=] 687 | for(i=0;i<=WM;i++) woG[i]=woS[i]=woA[i]=0; | ~~~~~~^~ LG.c:684:28: note: at offset 32768 into destination object of size 49152 allocated by 'malloc' 684 | wo[0] = woG = (int *) malloc(WM*3*sizeof(int)); | ^~~~~~~~~~~~~~~~~~~~~~~~ gcc -O3 -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -o poly.x poly.o Coord.o Rat.o Vertex.o Polynf.o LG.o gcc -O3 -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -o class.x \ class.o Coord.o Rat.o Vertex.o Polynf.o Subpoly.o Subadd.o Subdb.o gcc -O3 -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -o cws.x \ cws.o Coord.o Rat.o Vertex.o Polynf.o LG.o gcc -O3 -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -o nef.x \ nef.o Coord.o Rat.o Vertex.o Polynf.o E_Poly.o Nefpart.o LG.o gcc -O3 -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -o mori.x \ mori.o Coord.o Rat.o Vertex.o Polynf.o MoriCone.o SingularInput.o LG.o >>> palp: Entering fakeroot... >>> palp*: Running postcheck for palp >>> palp*: Preparing package palp... >>> palp*: Stripping binaries >>> palp*: Scanning shared objects >>> palp*: Tracing dependencies... so:libc.musl-x86_64.so.1 >>> palp*: Package size: 9.1 MB >>> palp*: Compressing data... >>> palp*: Create checksum... >>> palp*: Create palp-2.20-r1.apk >>> palp: Build complete at Tue, 01 Aug 2023 12:37:42 +0000 elapsed time 0h 0m 53s >>> palp: Cleaning up srcdir >>> palp: Cleaning up pkgdir >>> palp: Uninstalling dependencies... (1/1) Purging .makedepends-palp (20230801.123651) OK: 377 MiB in 105 packages >>> palp: Updating the testing/x86_64 repository index... >>> palp: Signing the index...