Bug#1100980: internal compiler error while building sqlite3 for m68k (6
From
Helmut Grohne@21:1/5 to
All on Fri Mar 21 13:40:01 2025
[continued from previous message]
160283: __attribute__ ((__nothrow__ , __leaf__)) atoi (const char *__nptr) 160283: {
160283: return (int) strtol (__nptr, (char **) ((void *)0), 10);
160283: }
160283: extern __inline __attribute__ ((__gnu_inline__)) long int
160283: __attribute__ ((__nothrow__ , __leaf__)) atol (const char *__nptr) 160283: {
160283: return strtol (__nptr, (char **) ((void *)0), 10);
160283: }
160283:
160283:
160283: __extension__ extern __inline __attribute__ ((__gnu_inline__)) long long int
160283: __attribute__ ((__nothrow__ , __leaf__)) atoll (const char *__nptr) 160283: {
160283: return strtoll (__nptr, (char **) ((void *)0), 10);
160283: }
160283: # 505 "/usr/include/m68k-linux-gnu/stdlib.h" 3 4
160283: extern char *l64a (long int __n) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__warn_unused_result__));
160283:
160283:
160283: extern long int a64l (const char *__s)
160283: __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__pure__)) __attribute__ ((__nonnull__ (1))) __attribute__ ((__warn_unused_result__));
160283: # 521 "/usr/include/m68k-linux-gnu/stdlib.h" 3 4
160283: extern long int random (void) __attribute__ ((__nothrow__ , __leaf__)); 160283:
160283:
160283: extern void srandom (unsigned int __seed) __attribute__ ((__nothrow__ , __leaf__));
160283:
160283:
160283:
160283:
160283:
160283: extern char *initstate (unsigned int __seed, char *__statebuf,
160283: size_t __statelen) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__nonnull__ (2)));
160283:
160283:
160283:
160283: extern char *setstate (char *__statebuf) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__nonnull__ (1)));
160283:
160283:
160283:
160283:
160283:
160283:
160283:
160283: struct random_data
160283: {
160283: int32_t *fptr;
160283: int32_t *rptr;
160283: int32_t *state;
160283: int rand_type;
160283: int rand_deg;
160283: int rand_sep;
160283: int32_t *end_ptr;
160283: };
160283:
160283: extern int random_r (struct random_data *__restrict __buf,
160283: int32_t *__restrict __result) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__nonnull__ (1, 2)));
160283:
160283: extern int srandom_r (unsigned int __seed, struct random_data *__buf) 160283: __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__nonnull__ (2)));
160283:
160283: extern int initstate_r (unsigned int __seed, char *__restrict __statebuf,
160283: size_t __statelen,
160283: struct random_data *__restrict __buf)
160283: __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__nonnull__ (2, 4)));
160283:
160283: extern int setstate_r (char *__restrict __statebuf,
160283: struct random_data *__restrict __buf)
160283: __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__nonnull__ (1, 2)));
160283:
160283:
160283:
160283:
160283:
160283: extern int rand (void) __attribute__ ((__nothrow__ , __leaf__)); 160283:
160283: extern void srand (unsigned int __seed) __attribute__ ((__nothrow__ , __leaf__));
160283:
160283:
160283:
160283: extern int rand_r (unsigned int *__seed) __attribute__ ((__nothrow__ , __leaf__));
160283:
160283:
160283:
160283:
160283:
160283:
160283:
160283: extern double drand48 (void) __attribute__ ((__nothrow__ , __leaf__)); 160283: extern double erand48 (unsigned short int __xsubi[3]) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__nonnull__ (1)));
160283:
160283:
160283: extern long int lrand48 (void) __attribute__ ((__nothrow__ , __leaf__));
160283: extern long int nrand48 (unsigned short int __xsubi[3])
160283: __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__nonnull__ (1)));
160283:
160283:
160283: extern long int mrand48 (void) __attribute__ ((__nothrow__ , __leaf__));
160283: extern long int jrand48 (unsigned short int __xsubi[3])
160283: __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__nonnull__ (1)));
160283:
160283:
160283: extern void srand48 (long int __seedval) __attribute__ ((__nothrow__ , __leaf__));
160283: extern unsigned short int *seed48 (unsigned short int __seed16v[3]) 160283: __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__nonnull__ (1)));
160283: extern void lcong48 (unsigned short int __param[7]) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__nonnull__ (1)));
160283:
160283:
160283:
160283:
160283:
160283: struct drand48_data
160283: {
160283: unsigned short int __x[3];
160283: unsigned short int __old_x[3];
160283: unsigned short int __c;
160283: unsigned short int __init;
160283: __extension__ unsigned long long int __a;
160283:
160283: };
160283:
160283:
160283: extern int drand48_r (struct drand48_data *__restrict __buffer,
160283: double *__restrict __result) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__nonnull__ (1, 2)));
160283: extern int erand48_r (unsigned short int __xsubi[3],
160283: struct drand48_data *__restrict __buffer,
160283: double *__restrict __result) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__nonnull__ (1, 2)));
160283:
160283:
160283: extern int lrand48_r (struct drand48_data *__restrict __buffer,
160283: long int *__restrict __result)
160283: __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__nonnull__ (1, 2)));
160283: extern int nrand48_r (unsigned short int __xsubi[3],
160283: struct drand48_data *__restrict __buffer,
160283: long int *__restrict __result)
160283: __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__nonnull__ (1, 2)));
160283:
160283:
160283: extern int mrand48_r (struct drand48_data *__restrict __buffer,
160283: long int *__restrict __result)
160283: __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__nonnull__ (1, 2)));
160283: extern int jrand48_r (unsigned short int __xsubi[3],
160283: struct drand48_data *__restrict __buffer,
160283: long int *__restrict __result)
160283: __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__nonnull__ (1, 2)));
160283:
160283:
160283: extern int srand48_r (long int __seedval, struct drand48_data *__buffer)
160283: __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__nonnull__ (2)));
160283:
160283: extern int seed48_r (unsigned short int __seed16v[3],
160283: struct drand48_data *__buffer) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__nonnull__ (1, 2)));
160283:
160283: extern int lcong48_r (unsigned short int __param[7],
160283: struct drand48_data *__buffer)
160283: __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__nonnull__ (1, 2)));
160283:
160283:
160283: extern __uint32_t arc4random (void)
160283: __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__warn_unused_result__));
160283:
160283:
160283: extern void arc4random_buf (void *__buf, size_t __size)
160283: __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__nonnull__ (1)));
160283:
160283:
160283:
160283: extern __uint32_t arc4random_uniform (__uint32_t __upper_bound)
160283: __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__warn_unused_result__));
160283:
160283:
160283:
160283:
160283: extern void *malloc (size_t __size) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__malloc__))
160283: __attribute__ ((__alloc_size__ (1))) __attribute__ ((__warn_unused_result__));
160283:
160283: extern void *calloc (size_t __nmemb, size_t __size)
160283: __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__malloc__)) __attribute__ ((__alloc_size__ (1, 2))) __attribute__ ((__warn_unused_result__));
160283:
160283:
160283:
160283:
160283:
160283:
160283: extern void *realloc (void *__ptr, size_t __size)
160283: __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__warn_unused_result__)) __attribute__ ((__alloc_size__ (2)));
160283:
160283:
160283: extern void free (void *__ptr) __attribute__ ((__nothrow__ , __leaf__));
160283:
160283:
160283:
160283:
160283:
160283:
160283:
160283: extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size) 160283: __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__warn_unused_result__))
160283: __attribute__ ((__alloc_size__ (2, 3)))
160283: __attribute__ ((__malloc__ (__builtin_free, 1)));
160283:
160283:
160283: extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size) 160283: __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__malloc__ (reallocarray, 1)));
160283:
160283:
160283:
160283: # 1 "/usr/include/m68k-linux-gnu/alloca.h" 1 3 4
160283: # 24 "/usr/include/m68k-linux-gnu/alloca.h" 3 4
160283: # 1 "/usr/lib/gcc/m68k-linux-gnu/15/include/stddef.h" 1 3 4
160283: # 25 "/usr/include/m68k-linux-gnu/alloca.h" 2 3 4
160283:
160283:
160283:
160283:
160283:
160283:
160283:
160283: extern void *alloca (size_t __size) __attribute__ ((__nothrow__ , __leaf__));
160283:
160283:
160283:
160283:
160283:
160283:
160283: # 707 "/usr/include/m68k-linux-gnu/stdlib.h" 2 3 4
160283:
160283:
160283:
160283:
160283:
160283: extern void *valloc (size_t __size) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__malloc__))
160283: __attribute__ ((__alloc_size__ (1))) __attribute__ ((__warn_unused_result__));
160283:
160283:
160283:
160283:
160283: extern int posix_memalign (void **__memptr, size_t __alignment, size_t __size)
160283: __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__nonnull__ (1))) __attribute__ ((__warn_unused_result__));
160283:
160283:
160283:
160283:
160283: extern void *aligned_alloc (size_t __alignment, size_t __size)
160283: __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__malloc__)) __attribute__ ((__alloc_align__ (1)))
160283: __attribute__ ((__alloc_size__ (2))) __attribute__ ((__warn_unused_result__));
160283:
160283:
160283:
160283: extern void abort (void) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)) __attribute__ ((__cold__));
160283:
160283:
160283:
160283: extern int atexit (void (*__func) (void)) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__nonnull__ (1)));
160283:
160283:
160283:
160283:
160283:
160283:
160283:
160283: extern int at_quick_exit (void (*__func) (void)) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__nonnull__ (1)));
160283:
160283:
160283:
160283:
160283:
160283:
160283: extern int on_exit (void (*__func) (int __status, void *__arg), void *__arg)
160283: __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__nonnull__ (1)));
160283:
160283:
160283:
160283:
160283:
160283: extern void exit (int __status) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__));
160283:
160283:
160283:
160283:
160283:
160283: extern void quick_exit (int __status) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__));
160283:
160283:
160283:
160283:
160283:
160283: extern void _Exit (int __status) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__));
160283:
160283:
160283:
160283:
160283: extern char *getenv (const char *__name) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__nonnull__ (1))) __attribute__ ((__warn_unused_result__));
160283: # 786 "/usr/include/m68k-linux-gnu/stdlib.h" 3 4
160283: extern int putenv (char *__string) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__nonnull__ (1)));
160283:
160283:
160283:
160283:
160283:
160283: extern int setenv (const char *__name, const char *__value, int __replace)
160283: __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__nonnull__ (2)));
160283:
160283:
160283: extern int unsetenv (const char *__name) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__nonnull__ (1)));
160283:
160283:
160283:
160283:
160283:
160283:
160283: extern int clearenv (void) __attribute__ ((__nothrow__ , __leaf__)); 160283: # 814 "/usr/include/m68k-linux-gnu/stdlib.h" 3 4
160283: extern char *mktemp (char *__template) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__nonnull__ (1)));
160283: # 830 "/usr/include/m68k-linux-gnu/stdlib.h" 3 4
160283: extern int mkstemp (char *__template) __asm__ ("" "mkstemp64")
160283: __attribute__ ((__nonnull__ (1))) __attribute__ ((__warn_unused_result__));
160283: # 852 "/usr/include/m68k-linux-gnu/stdlib.h" 3 4
160283: extern int mkstemps (char *__template, int __suffixlen) __asm__ ("" "mkstemps64")
160283: __attribute__ ((__nonnull__ (1))) __attribute__ ((__warn_unused_result__));
160283: # 870 "/usr/include/m68k-linux-gnu/stdlib.h" 3 4
160283: extern char *mkdtemp (char *__template) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__nonnull__ (1))) __attribute__ ((__warn_unused_result__));
160283: # 923 "/usr/include/m68k-linux-gnu/stdlib.h" 3 4
160283: extern int system (const char *__command) __attribute__ ((__warn_unused_result__));
160283: # 940 "/usr/include/m68k-linux-gnu/stdlib.h" 3 4
160283: extern char *realpath (const char *__restrict __name,
160283: char *__restrict __resolved) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__warn_unused_result__));
160283:
160283:
160283:
160283:
160283:
160283:
160283: typedef int (*__compar_fn_t) (const void *, const void *);
160283: # 960 "/usr/include/m68k-linux-gnu/stdlib.h" 3 4
160283: extern void *bsearch (const void *__key, const void *__base,
160283: size_t __nmemb, size_t __size, __compar_fn_t __compar)
160283: __attribute__ ((__nonnull__ (1, 2, 5))) __attribute__ ((__warn_unused_result__));
160283:
160283:
160283: # 1 "/usr/include/m68k-linux-gnu/bits/stdlib-bsearch.h" 1 3 4
160283: # 19 "/usr/include/m68k-linux-gnu/bits/stdlib-bsearch.h" 3 4
160283: extern __inline __attribute__ ((__gnu_inline__)) void *
160283: bsearch (const void *__key, const void *__base, size_t __nmemb, size_t __size,
160283: __compar_fn_t __compar)
160283: {
160283: const void *__p;
160283: int __comparison;
160283:
160283: while (__nmemb)
160283: {
160283: __p = (const void *) (((const char *) __base) + ((__nmemb >> 1) * __size));
160283: __comparison = (*__compar) (__key, __p);
160283: if (__comparison == 0)
160283: {
160283:
160283: #pragma GCC diagnostic push
160283: #pragma GCC diagnostic ignored "-Wcast-qual"
160283:
160283: return (void *) __p;
160283:
160283: #pragma GCC diagnostic pop
160283:
160283: }
160283: if (__comparison > 0)
160283: {
160283: __base = ((const char *) __p) + __size;
160283: --__nmemb;
160283: }
160283: __nmemb >>= 1;
160283: }
160283:
160283: return ((void *)0);
160283: }
160283: # 966 "/usr/include/m68k-linux-gnu/stdlib.h" 2 3 4
160283:
160283:
160283:
160283:
160283: extern void qsort (void *__base, size_t __nmemb, size_t __size,
160283: __compar_fn_t __compar) __attribute__ ((__nonnull__ (1, 4))); 160283: # 980 "/usr/include/m68k-linux-gnu/stdlib.h" 3 4
160283: extern int abs (int __x) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__const__)) __attribute__ ((__warn_unused_result__));
160283: extern long int labs (long int __x) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__const__)) __attribute__ ((__warn_unused_result__));
160283:
160283:
160283: __extension__ extern long long int llabs (long long int __x)
160283: __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__const__)) __attribute__ ((__warn_unused_result__));
160283:
160283:
160283:
160283:
160283:
160283:
160283: extern div_t div (int __numer, int __denom)
160283: __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__const__)) __attribute__ ((__warn_unused_result__));
160283: extern ldiv_t ldiv (long int __numer, long int __denom)
160283: __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__const__)) __attribute__ ((__warn_unused_result__));
160283:
160283:
160283: __extension__ extern lldiv_t lldiv (long long int __numer,
160283: long long int __denom)
160283: __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__const__)) __attribute__ ((__warn_unused_result__));
160283: # 1012 "/usr/include/m68k-linux-gnu/stdlib.h" 3 4
160283: extern char *ecvt (double __value, int __ndigit, int *__restrict __decpt,
160283: int *__restrict __sign) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__nonnull__ (3, 4))) __attribute__ ((__warn_unused_result__));
160283:
160283:
160283:
160283:
160283: extern char *fcvt (double __value, int __ndigit, int *__restrict __decpt,
160283: int *__restrict __sign) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__nonnull__ (3, 4))) __attribute__ ((__warn_unused_result__));
160283:
160283:
160283:
160283:
160283: extern char *gcvt (double __value, int __ndigit, char *__buf)
160283: __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__nonnull__ (3))) __attribute__ ((__warn_unused_result__));
160283:
160283:
160283:
160283:
160283: extern char *qecvt (long double __value, int __ndigit,
160283: int *__restrict __decpt, int *__restrict __sign)
160283: __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__nonnull__ (3, 4))) __attribute__ ((__warn_unused_result__));
160283: extern char *qfcvt (long double __value, int __ndigit,
160283: int *__restrict __decpt, int *__restrict __sign)
160283: __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__nonnull__ (3, 4))) __attribute__ ((__warn_unused_result__));
160283: extern char *qgcvt (long double __value, int __ndigit, char *__buf) 160283: __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__nonnull__ (3))) __attribute__ ((__warn_unused_result__));
160283:
160283:
160283:
160283:
160283: extern int ecvt_r (double __value, int __ndigit, int *__restrict __decpt,
160283: int *__restrict __sign, char *__restrict __buf,
160283: size_t __len) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__nonnull__ (3, 4, 5)));
160283: extern int fcvt_r (double __value, int __ndigit, int *__restrict __decpt,
160283: int *__restrict __sign, char *__restrict __buf,
160283: size_t __len) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__nonnull__ (3, 4, 5)));
160283:
160283: extern int qecvt_r (long double __value, int __ndigit,
160283: int *__restrict __decpt, int *__restrict __sign,
160283: char *__restrict __buf, size_t __len)
160283: __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__nonnull__ (3, 4, 5)));
160283: extern int qfcvt_r (long double __value, int __ndigit,
160283: int *__restrict __decpt, int *__restrict __sign,
160283: char *__restrict __buf, size_t __len)
160283: __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__nonnull__ (3, 4, 5)));
160283:
160283:
160283:
160283:
160283:
160283: extern int mblen (const char *__s, size_t __n) __attribute__ ((__nothrow__ , __leaf__));
160283:
160283:
160283: extern int mbtowc (wchar_t *__restrict __pwc,
160283: const char *__restrict __s, size_t __n) __attribute__ ((__nothrow__ , __leaf__));
160283:
160283:
160283: extern int wctomb (char *__s, wchar_t __wchar) __attribute__ ((__nothrow__ , __leaf__));
160283:
160283:
160283:
160283: extern size_t mbstowcs (wchar_t *__restrict __pwcs,
160283: const char *__restrict __s, size_t __n) __attribute__ ((__nothrow__ , __leaf__))
160283: __attribute__ ((__access__ (__read_only__, 2)));
160283:
160283: extern size_t wcstombs (char *__restrict __s,
160283: const wchar_t *__restrict __pwcs, size_t __n)
160283: __attribute__ ((__nothrow__ , __leaf__))
160283: __attribute__ ((__access__ (__write_only__, 1, 3)))
160283: __attribute__ ((__access__ (__read_only__, 2)));
160283:
160283:
160283:
160283:
160283:
160283:
160283: extern int rpmatch (const char *__response) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__nonnull__ (1))) __attribute__ ((__warn_unused_result__));
160283: # 1099 "/usr/include/m68k-linux-gnu/stdlib.h" 3 4
160283: extern int getsubopt (char **__restrict __optionp,
160283: char *const *__restrict __tokens,
160283: char **__restrict __valuep)
160283: __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__nonnull__ (1, 2, 3))) __attribute__ ((__warn_unused_result__));
160283: # 1145 "/usr/include/m68k-linux-gnu/stdlib.h" 3 4
160283: extern int getloadavg (double __loadavg[], int __nelem)
160283: __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__nonnull__ (1)));
160283: # 1155 "/usr/include/m68k-linux-gnu/stdlib.h" 3 4
160283: # 1 "/usr/include/m68k-linux-gnu/bits/stdlib-float.h" 1 3 4
160283: # 24 "/usr/include/m68k-linux-gnu/bits/stdlib-float.h" 3 4
160283: extern __inline __attribute__ ((__gnu_inline__)) double
160283: __attribute__ ((__nothrow__ , __leaf__)) atof (const char *__nptr) 160283: {
160283: return strtod (__nptr, (char **) ((void *)0));
160283: }
160283: # 1156 "/usr/include/m68k-linux-gnu/stdlib.h" 2 3 4
160283:
160283:
160283:
160283: # 1 "/usr/include/m68k-linux-gnu/bits/stdlib.h" 1 3 4
160283: # 23 "/usr/include/m68k-linux-gnu/bits/stdlib.h" 3 4
160283: extern char *__realpath_chk (const char *__restrict __name,
160283: char *__restrict __resolved,
160283: size_t __resolvedlen) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__warn_unused_result__));
160283: extern char *__realpath_alias (const char *__restrict __name, char *__restrict __resolved) __asm__ ("" "realpath") __attribute__ ((__nothrow__ , __leaf__))
160283:
160283: __attribute__ ((__warn_unused_result__));
160283: extern char *__realpath_chk_warn (const char *__restrict __name, char *__restrict __resolved, size_t __resolvedlen) __asm__ ("" "__realpath_chk") __attribute__ ((__nothrow__ , __leaf__))
160283:
160283:
160283: __attribute__ ((__warn_unused_result__))
160283: __attribute__((__warning__ ("second argument of realpath must be either NULL or at " "least PATH_MAX bytes long buffer")))
160283: ;
160283:
160283: extern __inline __attribute__ ((__always_inline__)) __attribute__ ((__gnu_inline__)) __attribute__ ((__artificial__)) __attribute__ ((__warn_unused_result__)) char *
160283: __attribute__ ((__nothrow__ , __leaf__)) realpath (const char *__restrict __name, char * __restrict __resolved)
160283:
160283:
160283:
160283:
160283:
160283:
160283:
160283: {
160283: size_t __sz = __builtin_object_size (__resolved, 2 > 1);
160283:
160283: if (__sz == (size_t) -1)
160283: return __realpath_alias (__name, __resolved);
160283:
160283:
160283:
160283:
160283:
160283: return __realpath_chk (__name, __resolved, __sz);
160283: }
160283:
160283:
160283: extern int __ptsname_r_chk (int __fd, char *__buf, size_t __buflen, 160283: size_t __nreal) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__nonnull__ (2)))
160283: __attribute__ ((__access__ (__write_only__, 2, 3)));
160283: extern int __ptsname_r_alias (int __fd, char *__buf, size_t __buflen) __asm__ ("" "ptsname_r") __attribute__ ((__nothrow__ , __leaf__))
160283:
160283: __attribute__ ((__nonnull__ (2))) __attribute__ ((__access__ (__write_only__, 2, 3)));
160283: extern int __ptsname_r_chk_warn (int __fd, char *__buf, size_t __buflen, size_t __nreal) __asm__ ("" "__ptsname_r_chk") __attribute__ ((__nothrow__ , __leaf__))
160283:
160283:
160283: __attribute__ ((__nonnull__ (2))) __attribute__((__warning__ ("ptsname_r called with buflen bigger than " "size of buf")))
160283: ;
160283:
160283: extern __inline __attribute__ ((__always_inline__)) __attribute__ ((__gnu_inline__)) __attribute__ ((__artificial__)) int
160283: __attribute__ ((__nothrow__ , __leaf__)) ptsname_r (int __fd, char * __buf, size_t __buflen)
160283:
160283:
160283:
160283:
160283:
160283: {
160283: return (((__builtin_constant_p (__builtin_object_size (__buf, 2 > 1)) && (__builtin_object_size (__buf, 2 > 1)) == (unsigned int) -1) || (((__typeof (__buflen)) 0 < (__typeof (__buflen)) -1 || (__builtin_constant_p (__buflen) && (__buflen) > 0))
&& __builtin_constant_p ((((unsigned int) (__buflen)) <= ((__builtin_object_size (__buf, 2 > 1))) / ((sizeof (char))))) && (((unsigned int) (__buflen)) <= ((__builtin_object_size (__buf, 2 > 1))) / ((sizeof (char)))))) ? __ptsname_r_alias (__fd, __buf, _
_buflen) : ((((__typeof (__buflen)) 0 < (__typeof (__buflen)) -1 || (__builtin_constant_p (__buflen) && (__buflen) > 0)) && __builtin_constant_p ((((unsigned int) (__buflen)) <= (__builtin_object_size (__buf, 2 > 1)) / (sizeof (char)))) && !(((unsigned
int) (__buflen)) <= (__builtin_object_size (__buf, 2 > 1)) / (sizeof (char)))) ? __ptsname_r_chk_warn (__fd, __buf, __buflen, __builtin_object_size (__buf, 2 > 1)) : __ptsname_r_chk (__fd, __buf, __buflen, __builtin_object_size (__buf, 2 > 1))))
160283:
160283: ;
160283: }
160283:
160283:
160283: extern int __wctomb_chk (char *__s, wchar_t __wchar, size_t __buflen) 160283: __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__warn_unused_result__));
160283: extern int __wctomb_alias (char *__s, wchar_t __wchar) __asm__ ("" "wctomb") __attribute__ ((__nothrow__ , __leaf__))
160283: __attribute__ ((__warn_unused_result__));
160283:
160283: extern __inline __attribute__ ((__always_inline__)) __attribute__ ((__gnu_inline__)) __attribute__ ((__artificial__)) __attribute__ ((__warn_unused_result__)) int
160283: __attribute__ ((__nothrow__ , __leaf__)) wctomb (char * __s, wchar_t __wchar)
160283: {
160283:
160283:
160283:
160283:
160283:
160283:
160283:
160283: if (__builtin_object_size (__s, 2 > 1) != (size_t) -1
160283: && 16 > __builtin_object_size (__s, 2 > 1))
160283: return __wctomb_chk (__s, __wchar, __builtin_object_size (__s, 2 > 1));
160283: return __wctomb_alias (__s, __wchar);
160283: }
160283:
160283:
160283: extern size_t __mbstowcs_chk (wchar_t *__restrict __dst,
160283: const char *__restrict __src,
160283: size_t __len, size_t __dstlen) __attribute__ ((__nothrow__ , __leaf__))
160283: __attribute__ ((__access__ (__write_only__, 1, 3))) __attribute__ ((__access__ (__read_only__, 2)));
160283: extern size_t __mbstowcs_nulldst (wchar_t *__restrict __dst, const char *__restrict __src, size_t __len) __asm__ ("" "mbstowcs") __attribute__ ((__nothrow__ , __leaf__))
160283:
160283:
160283:
160283: __attribute__ ((__access__ (__read_only__, 2)));
160283: extern size_t __mbstowcs_alias (wchar_t *__restrict __dst, const char *__restrict __src, size_t __len) __asm__ ("" "mbstowcs") __attribute__ ((__nothrow__ , __leaf__))
160283:
160283:
160283:
160283: __attribute__ ((__access__ (__write_only__, 1, 3))) __attribute__ ((__access__ (__read_only__, 2)));
160283: extern size_t __mbstowcs_chk_warn (wchar_t *__restrict __dst, const char *__restrict __src, size_t __len, size_t __dstlen) __asm__ ("" "__mbstowcs_chk") __attribute__ ((__nothrow__ , __leaf__))
160283:
160283:
160283:
160283: __attribute__((__warning__ ("mbstowcs called with dst buffer smaller than len " "* sizeof (wchar_t)")))
160283: ;
160283:
160283: extern __inline __attribute__ ((__always_inline__)) __attribute__ ((__gnu_inline__)) __attribute__ ((__artificial__)) size_t
160283: __attribute__ ((__nothrow__ , __leaf__)) mbstowcs (wchar_t * __restrict __dst, const char *__restrict __src, size_t __len)
160283:
160283:
160283:
160283:
160283:
160283: {
160283: if (__builtin_constant_p (__dst == ((void *)0)) && __dst == ((void *)0))
160283: return __mbstowcs_nulldst (__dst, __src, __len);
160283: else
160283: return (((__builtin_constant_p (__builtin_object_size (__dst, 2 > 1)) && (__builtin_object_size (__dst, 2 > 1)) == (unsigned int) -1) || (((__typeof (__len)) 0 < (__typeof (__len)) -1 || (__builtin_constant_p (__len) && (__len) > 0)) && __
builtin_constant_p ((((unsigned int) (__len)) <= ((__builtin_object_size (__dst, 2 > 1))) / ((sizeof (wchar_t))))) && (((unsigned int) (__len)) <= ((__builtin_object_size (__dst, 2 > 1))) / ((sizeof (wchar_t)))))) ? __mbstowcs_alias (__dst, __src, __len)
: ((((__typeof (__len)) 0 < (__typeof (__len)) -1 || (__builtin_constant_p (__len) && (__len) > 0)) && __builtin_constant_p ((((unsigned int) (__len)) <= (__builtin_object_size (__dst, 2 > 1)) / (sizeof (wchar_t)))) && !(((unsigned int) (__len)) <= (__
builtin_object_size (__dst, 2 > 1)) / (sizeof (wchar_t)))) ? __mbstowcs_chk_warn (__dst, __src, __len, (__builtin_object_size (__dst, 2 > 1)) / (sizeof (wchar_t))) : __mbstowcs_chk (__dst, __src, __len, (__builtin_object_size (__dst, 2 > 1)) / (sizeof (
wchar_t)))))
160283: ;
160283: }
160283:
160283: extern size_t __wcstombs_chk (char *__restrict __dst,
160283: const wchar_t *__restrict __src,
160283: size_t __len, size_t __dstlen) __attribute__ ((__nothrow__ , __leaf__))
160283: __attribute__ ((__access__ (__write_only__, 1, 3))) __attribute__ ((__access__ (__read_only__, 2)));
160283: extern size_t __wcstombs_alias (char *__restrict __dst, const wchar_t *__restrict __src, size_t __len) __asm__ ("" "wcstombs") __attribute__ ((__nothrow__ , __leaf__))
160283:
160283:
160283:
160283: __attribute__ ((__access__ (__write_only__, 1, 3))) __attribute__ ((__access__ (__read_only__, 2)));
160283: extern size_t __wcstombs_chk_warn (char *__restrict __dst, const wchar_t *__restrict __src, size_t __len, size_t __dstlen) __asm__ ("" "__wcstombs_chk") __attribute__ ((__nothrow__ , __leaf__))
160283:
160283:
160283:
160283: __attribute__((__warning__ ("wcstombs called with dst buffer smaller than len")));
160283:
160283: extern __inline __attribute__ ((__always_inline__)) __attribute__ ((__gnu_inline__)) __attribute__ ((__artificial__)) size_t
160283: __attribute__ ((__nothrow__ , __leaf__)) wcstombs (char * __restrict __dst, const wchar_t *__restrict __src, size_t __len)
160283:
160283:
160283: {
160283: return (((__builtin_constant_p (__builtin_object_size (__dst, 2 > 1)) && (__builtin_object_size (__dst, 2 > 1)) == (unsigned int) -1) || (((__typeof (__len)) 0 < (__typeof (__len)) -1 || (__builtin_constant_p (__len) && (__len) > 0)) && __
builtin_constant_p ((((unsigned int) (__len)) <= ((__builtin_object_size (__dst, 2 > 1))) / ((sizeof (char))))) && (((unsigned int) (__len)) <= ((__builtin_object_size (__dst, 2 > 1))) / ((sizeof (char)))))) ? __wcstombs_alias (__dst, __src, __len) : ((((
__typeof (__len)) 0 < (__typeof (__len)) -1 || (__builtin_constant_p (__len) && (__len) > 0)) && __builtin_constant_p ((((unsigned int) (__len)) <= (__builtin_object_size (__dst, 2 > 1)) / (sizeof (char)))) && !(((unsigned int) (__len)) <= (__builtin_
object_size (__dst, 2 > 1)) / (sizeof (char)))) ? __wcstombs_chk_warn (__dst, __src, __len, __builtin_object_size (__dst, 2 > 1)) : __wcstombs_chk (__dst, __src, __len, __builtin_object_size (__dst, 2 > 1))))
160283:
160283: ;
160283: }
160283: # 1160 "/usr/include/m68k-linux-gnu/stdlib.h" 2 3 4
160283:
160283:
160283: # 1 "/usr/include/m68k-linux-gnu/bits/floatn.h" 1 3 4
160283: # 1163 "/usr/include/m68k-linux-gnu/stdlib.h" 2 3 4
160283:
160283:
160283:
160283:
160283:
160283: # 19 "/tmp/buildd/sqlite3/sqlite3-3.46.1/tool/showdb.c" 2
160283: # 1 "/usr/include/m68k-linux-gnu/string.h" 1 3 4
160283: # 26 "/usr/include/m68k-linux-gnu/string.h" 3 4
160283: # 1 "/usr/include/m68k-linux-gnu/bits/libc-header-start.h" 1 3 4 160283: # 27 "/usr/include/m68k-linux-gnu/string.h" 2 3 4
160283:
160283:
160283:
160283:
160283:
160283:
[continued in next message]
--- SoupGate-Win32 v1.05
* Origin: fsxNet Usenet Gateway (21:1/5)