search for: llong_min

Displaying 10 results from an estimated 10 matches for "llong_min".

2005 Oct 14
11
[Bug 1104] Compile error "ldLL" not declared in strtonum.c under Tru64 Unix 4.0f
.../ssl/include Linker flags: -L/usr/local/ssl/lib Libraries: -lcrypto -lrt -lz -lsecurity -ldb -lm -laud Compilation fails with: cc: Error: strtonum.c, line 55: In this statement, "ldLL" is not declared. (undeclared) else if ((ll == LLONG_MIN && errno == ERANGE) || ll < minval) --------------------------------^ *** Exit 1 Stop. *** Exit 1 Stop. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
2010 May 30
2
beta5 builds under RHEL
Hi, beta4 built under RHEL4, RHEL5 and RHEL6 (the latter being the public beta). beta5 now builds only for RHEL5, the other two fail with: strnum.c: In function `str_to_llong': strnum.c:139: error: `LLONG_MIN' undeclared (first use in this function) strnum.c:139: error: (Each undeclared identifier is reported only once strnum.c:139: error: for each function it appears in.) Thanks! -- Axel.Thimm at ATrpms.net -------------- next part -------------- A non-text attachment was scrubbed... Name: not av...
2004 Jul 15
2
[LLVMdev] Constants.cpp:368: error: `INT8_MAX' undeclared(firstuse this function)
...& !defined(_XOPEN_SOURCE) /* * Minimum and maximum values for 64-bit types * Define all the various well-known flavors of symbols * */ #define ULLONG_MAX ((u_quad_t)0-1) /* 0xffffffffffffffff */ #define LLONG_MAX ((quad_t)(ULLONG_MAX>>1)) /* 0x7fffffffffffffff */ #define LLONG_MIN ((quad_t)((-LLONG_MAX)-1)) /* 0x8000000000000000 */ #define LONG_LONG_MIN LLONG_MIN #define LONG_LONG_MAX LLONG_MAX #define ULONG_LONG_MAX ULLONG_MAX #define QUAD_MIN LLONG_MIN #define QUAD_MAX LLONG_MAX #define UQUAD_MAX ULLONG_MAX ... --- /usr/include/limits.h -----------------...
2013 Jan 08
0
[PATCH] avoid undefined behavior in fmt_scaled()
fmt_scaled() computes the absolute value of its argument, and returns an error if the result is still negative (i.e., when the value is LLONG_MIN). However, taking the negative of LLONG_MIN is undefined behavior in C, and some compilers (e.g., gcc-4.7.2) will optimize away the 'abval < 0' check as being always false (since it can only be true with undefined behavior). The patch below performs an equivalent check without invokin...
2004 Jul 14
0
[LLVMdev] Constants.cpp:368: error: `INT8_MAX' undeclared(firstuse this function)
...& !defined(_XOPEN_SOURCE) /* * Minimum and maximum values for 64-bit types * Define all the various well-known flavors of symbols * */ #define ULLONG_MAX ((u_quad_t)0-1) /* 0xffffffffffffffff */ #define LLONG_MAX ((quad_t)(ULLONG_MAX>>1)) /* 0x7fffffffffffffff */ #define LLONG_MIN ((quad_t)((-LLONG_MAX)-1)) /* 0x8000000000000000 */ #define LONG_LONG_MIN LLONG_MIN #define LONG_LONG_MAX LLONG_MAX #define ULONG_LONG_MAX ULLONG_MAX #define QUAD_MIN LLONG_MIN #define QUAD_MAX LLONG_MAX #define UQUAD_MAX ULLONG_MAX ... --- /usr/include/limits.h -----------------...
2004 Jul 15
0
[LLVMdev] Constants.cpp:368: error: `INT8_MAX' undeclared(firstuse this function)
...t; * Minimum and maximum values for 64-bit types > * Define all the various well-known flavors of symbols > * > */ > #define ULLONG_MAX ((u_quad_t)0-1) /* 0xffffffffffffffff */ > #define LLONG_MAX ((quad_t)(ULLONG_MAX>>1)) /* 0x7fffffffffffffff */ > #define LLONG_MIN ((quad_t)((-LLONG_MAX)-1)) /* 0x8000000000000000 */ > > > #define LONG_LONG_MIN LLONG_MIN > #define LONG_LONG_MAX LLONG_MAX > #define ULONG_LONG_MAX ULLONG_MAX > > > #define QUAD_MIN LLONG_MIN > #define QUAD_MAX LLONG_MAX > #define UQUAD_MAX ULLONG_MAX &...
2011 Jun 14
0
klibc 1.5.23 release
...IGNAL] Mark status as volatile in exitshell Matthias Klose (1): [klibc] ppc64: Fix build failure with stricter as maximilian attems (7): [klibc] 1.5.22 released, next version is 1.5.23 [klibc] [JOBS] Debug compile fix [klibc] dash merge update [klibc] limits.h define LLONG_MIN, LLONG_MAX and ULLONG_MAX [klibc] nfsmount: free rem_name on errors [klibc] utils add minimal mv [klibc] strndup(): Fix possible null pointer dereference
2007 Jul 30
4
[Bug 1347] New: LLONG_MAX v LONGLONG_MAX
...dl/openssh/openssh/openbsd-compat/regress/strtonumtest.c:49: (Each undeclared identifier i s reported only once /data/rc/u/davidl/openssh/openssh/openbsd-compat/regress/strtonumtest.c:49: for each function it appears in.) /data/rc/u/davidl/openssh/openssh/openbsd-compat/regress/strtonumtest.c:53: `LLONG_MIN' undeclared (first use in this function) gmake[3]: Leaving directory `/var/tmp/build.openssh.build/build/openssh-4.6p1/open /usr/include/sys/limits.h:#define LONGLONG_MAX (0x7fffffffffffffffLL) /usr/include/sys/limits.h:#define LONGLONG_MIN (-LONGLONG_MAX - 1) I notice that there is a test...
2017 Jan 06
0
Wine release 2.0-rc4
...e Julliard (3): gdi32: Support PALETTEINDEX colors for 1-bpp DIB blits. ole32/tests: Add a test for WM_DRAWCLIPBOARD during OleSetClipboard. Update copyright info for 2017. Alistair Leslie-Hughes (2): include: Correct misspelt GCPCLASS_PREBOUNDRTL define. include: Add LLONG_MIN, LLONG_MAX, ULLONG_MAX defines. Andrew Eikum (3): dsound: Fix rolloff factor calculation. dsound: Use the value from SetVolume when 3D processing is disabled. dsound: Don't write more than three periods to IAudioClient. André Hentschel (1): hlink/tests: Test skipped da...
2005 Sep 19
1
ssh hangs or gives Segmentation fault
...e HAVE_UTMPX_H 1 #define HAVE_UTMP_H 1 #define HAVE_VHANGUP 1 /* #undef HAVE_VIS_H */ #define HAVE_VSNPRINTF 1 #define HAVE_WAITPID 1 #define HAVE__GETLONG 1 /* #undef HAVE__GETPTY */ #define HAVE__GETSHORT 1 /* #undef HAVE___B64_NTOP */ /* #undef HAVE___B64_PTON */ /* #undef LLONG_MAX */ /* #undef LLONG_MIN */ /* #undef NEED_SETPRGP */ #define PACKAGE_BUGREPORT "openssh-unix-dev at mindrot.org" #define PACKAGE_NAME "OpenSSH" #define PACKAGE_STRING "OpenSSH Portable" #define PACKAGE_TARNAME "openssh" #define PACKAGE_VERSION "Portable" /* #undef PASSWD_N...