search for: __alignof_is_defined

Displaying 3 results from an estimated 3 matches for "__alignof_is_defined".

2016 Jan 05
0
R, AIX 64-bit builds - trying to understand root cause for message: "Error: Line starting 'Package: tools ...' is malformed!"
...different code before asking for > assistence. > > +2139 #ifdef HAVE_STDALIGN_H > +2140 # include <stdalign.h> > +2141 #endif > +2142 > +2143 #include <stdint.h> > +2144 > +2145 long double *R_allocLD(size_t nelem) > +2146 { > +2147 #if __alignof_is_defined > +2148 // This is C11: picky compilers may warn. > +2149 size_t ld_align = alignof(long double); > +2150 #elif __GNUC__ > +2151 // This is C99, but do not rely on it. > +2152 size_t ld_align = offsetof(struct { char __a; long double > __b; }, __b); >...
2016 Jan 04
2
R, AIX 64-bit builds - trying to understand root cause for message: "Error: Line starting 'Package: tools ...' is malformed!"
...x error. I will have to check if R-devel has different code before asking for assistence. +2139 #ifdef HAVE_STDALIGN_H +2140 # include <stdalign.h> +2141 #endif +2142 +2143 #include <stdint.h> +2144 +2145 long double *R_allocLD(size_t nelem) +2146 { +2147 #if __alignof_is_defined +2148 // This is C11: picky compilers may warn. +2149 size_t ld_align = alignof(long double); +2150 #elif __GNUC__ +2151 // This is C99, but do not rely on it. +2152 size_t ld_align = offsetof(struct { char __a; long double __b; }, __b); +2153 #else +2154 s...
2016 Jan 04
4
R, AIX 64-bit builds - trying to understand root cause for message: "Error: Line starting 'Package: tools ...' is malformed!"
I would be "pleased" if you would try packages - i.e., none of "Toolbox" or Perzl rpm's. The iconv I supply might not be working as is (I will need to install a new system to check). However, this is why I have been testing with R-3.2.3 - to side-step the system library dependencies. re: xz - I have "installp" version - and any of my packages should work