Bug#1100980: internal compiler error while building sqlite3 for m68k (2
From
Helmut Grohne@21:1/5 to
All on Fri Mar 21 13:40:01 2025
[continued from previous message]
160283: __attribute__ ((__format__ (__scanf__, 1, 0))) __attribute__ ((__warn_unused_result__));
160283:
160283:
160283: extern int vsscanf (const char *__restrict __s,
160283: const char *__restrict __format, __gnuc_va_list __arg)
160283: __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__format__ (__scanf__, 2, 0)));
160283:
160283:
160283:
160283:
160283:
160283:
160283: extern int vfscanf (FILE *__restrict __s, const char *__restrict __format, __gnuc_va_list __arg) __asm__ ("" "__isoc23_vfscanf")
160283:
160283:
160283:
160283: __attribute__ ((__format__ (__scanf__, 2, 0))) __attribute__ ((__warn_unused_result__)) __attribute__ ((__nonnull__ (1)));
160283: extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg) __asm__ ("" "__isoc23_vscanf")
160283:
160283: __attribute__ ((__format__ (__scanf__, 1, 0))) __attribute__ ((__warn_unused_result__));
160283: extern int vsscanf (const char *__restrict __s, const char *__restrict __format, __gnuc_va_list __arg) __asm__ ("" "__isoc23_vsscanf") __attribute__ ((__nothrow__ , __leaf__))
160283:
160283:
160283:
160283: __attribute__ ((__format__ (__scanf__, 2, 0)));
160283: # 575 "/usr/include/m68k-linux-gnu/stdio.h" 3 4
160283: extern int fgetc (FILE *__stream) __attribute__ ((__nonnull__ (1))); 160283: extern int getc (FILE *__stream) __attribute__ ((__nonnull__ (1))); 160283:
160283:
160283:
160283:
160283:
160283: extern int getchar (void);
160283:
160283:
160283:
160283:
160283:
160283:
160283: extern int getc_unlocked (FILE *__stream) __attribute__ ((__nonnull__ (1)));
160283: extern int getchar_unlocked (void);
160283: # 600 "/usr/include/m68k-linux-gnu/stdio.h" 3 4
160283: extern int fgetc_unlocked (FILE *__stream) __attribute__ ((__nonnull__ (1)));
160283: # 611 "/usr/include/m68k-linux-gnu/stdio.h" 3 4
160283: extern int fputc (int __c, FILE *__stream) __attribute__ ((__nonnull__ (2)));
160283: extern int putc (int __c, FILE *__stream) __attribute__ ((__nonnull__ (2)));
160283:
160283:
160283:
160283:
160283:
160283: extern int putchar (int __c);
160283: # 627 "/usr/include/m68k-linux-gnu/stdio.h" 3 4
160283: extern int fputc_unlocked (int __c, FILE *__stream) __attribute__ ((__nonnull__ (2)));
160283:
160283:
160283:
160283:
160283:
160283:
160283:
160283: extern int putc_unlocked (int __c, FILE *__stream) __attribute__ ((__nonnull__ (2)));
160283: extern int putchar_unlocked (int __c);
160283:
160283:
160283:
160283:
160283:
160283:
160283: extern int getw (FILE *__stream) __attribute__ ((__nonnull__ (1))); 160283:
160283:
160283: extern int putw (int __w, FILE *__stream) __attribute__ ((__nonnull__ (2)));
160283:
160283:
160283:
160283:
160283:
160283:
160283:
160283: extern char *fgets (char *__restrict __s, int __n, FILE *__restrict __stream)
160283: __attribute__ ((__warn_unused_result__)) __attribute__ ((__access__ (__write_only__, 1, 2))) __attribute__ ((__nonnull__ (3)));
160283: # 689 "/usr/include/m68k-linux-gnu/stdio.h" 3 4
160283: extern __ssize_t __getdelim (char **__restrict __lineptr,
160283: size_t *__restrict __n, int __delimiter, 160283: FILE *__restrict __stream) __attribute__ ((__warn_unused_result__)) __attribute__ ((__nonnull__ (4)));
160283: extern __ssize_t getdelim (char **__restrict __lineptr,
160283: size_t *__restrict __n, int __delimiter, 160283: FILE *__restrict __stream) __attribute__ ((__warn_unused_result__)) __attribute__ ((__nonnull__ (4)));
160283:
160283:
160283: extern __ssize_t getline (char **__restrict __lineptr,
160283: size_t *__restrict __n,
160283: FILE *__restrict __stream) __attribute__ ((__warn_unused_result__)) __attribute__ ((__nonnull__ (3)));
160283:
160283:
160283:
160283:
160283:
160283:
160283:
160283: extern int fputs (const char *__restrict __s, FILE *__restrict __stream)
160283: __attribute__ ((__nonnull__ (2)));
160283:
160283:
160283:
160283:
160283:
160283: extern int puts (const char *__s);
160283:
160283:
160283:
160283:
160283:
160283:
160283: extern int ungetc (int __c, FILE *__stream) __attribute__ ((__nonnull__ (2)));
160283:
160283:
160283:
160283:
160283:
160283:
160283: extern size_t fread (void *__restrict __ptr, size_t __size,
160283: size_t __n, FILE *__restrict __stream) __attribute__ ((__warn_unused_result__))
160283: __attribute__ ((__nonnull__ (4)));
160283:
160283:
160283:
160283:
160283: extern size_t fwrite (const void *__restrict __ptr, size_t __size, 160283: size_t __n, FILE *__restrict __s) __attribute__ ((__nonnull__ (4)));
160283: # 756 "/usr/include/m68k-linux-gnu/stdio.h" 3 4
160283: extern size_t fread_unlocked (void *__restrict __ptr, size_t __size, 160283: size_t __n, FILE *__restrict __stream) __attribute__ ((__warn_unused_result__))
160283: __attribute__ ((__nonnull__ (4)));
160283: extern size_t fwrite_unlocked (const void *__restrict __ptr, size_t __size,
160283: size_t __n, FILE *__restrict __stream)
160283: __attribute__ ((__nonnull__ (4)));
160283:
160283:
160283:
160283:
160283:
160283:
160283:
160283: extern int fseek (FILE *__stream, long int __off, int __whence)
160283: __attribute__ ((__nonnull__ (1)));
160283:
160283:
160283:
160283:
160283: extern long int ftell (FILE *__stream) __attribute__ ((__warn_unused_result__)) __attribute__ ((__nonnull__ (1)));
160283:
160283:
160283:
160283:
160283: extern void rewind (FILE *__stream) __attribute__ ((__nonnull__ (1))); 160283: # 802 "/usr/include/m68k-linux-gnu/stdio.h" 3 4
160283: extern int fseeko (FILE *__stream, __off64_t __off, int __whence) __asm__ ("" "fseeko64")
160283:
160283: __attribute__ ((__nonnull__ (1)));
160283: extern __off64_t ftello (FILE *__stream) __asm__ ("" "ftello64") 160283: __attribute__ ((__nonnull__ (1)));
160283: # 828 "/usr/include/m68k-linux-gnu/stdio.h" 3 4
160283: extern int fgetpos (FILE *__restrict __stream, fpos_t *__restrict __pos) __asm__ ("" "fgetpos64")
160283:
160283: __attribute__ ((__nonnull__ (1)));
160283: extern int fsetpos (FILE *__stream, const fpos_t *__pos) __asm__ ("" "fsetpos64")
160283:
160283: __attribute__ ((__nonnull__ (1)));
160283: # 850 "/usr/include/m68k-linux-gnu/stdio.h" 3 4
160283: extern void clearerr (FILE *__stream) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__nonnull__ (1)));
160283:
160283: extern int feof (FILE *__stream) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__warn_unused_result__)) __attribute__ ((__nonnull__ (1)));
160283:
160283: extern int ferror (FILE *__stream) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__warn_unused_result__)) __attribute__ ((__nonnull__ (1)));
160283:
160283:
160283:
160283: extern void clearerr_unlocked (FILE *__stream) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__nonnull__ (1)));
160283: extern int feof_unlocked (FILE *__stream) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__warn_unused_result__)) __attribute__ ((__nonnull__ (1)));
160283: extern int ferror_unlocked (FILE *__stream) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__warn_unused_result__)) __attribute__ ((__nonnull__ (1)));
160283:
160283:
160283:
160283:
160283:
160283:
160283:
160283: extern void perror (const char *__s) __attribute__ ((__cold__)); 160283:
160283:
160283:
160283:
160283: extern int fileno (FILE *__stream) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__warn_unused_result__)) __attribute__ ((__nonnull__ (1)));
160283:
160283:
160283:
160283:
160283: extern int fileno_unlocked (FILE *__stream) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__warn_unused_result__)) __attribute__ ((__nonnull__ (1)));
160283: # 887 "/usr/include/m68k-linux-gnu/stdio.h" 3 4
160283: extern int pclose (FILE *__stream) __attribute__ ((__nonnull__ (1))); 160283:
160283:
160283:
160283:
160283:
160283: extern FILE *popen (const char *__command, const char *__modes)
160283: __attribute__ ((__malloc__)) __attribute__ ((__malloc__ (pclose, 1))) __attribute__ ((__warn_unused_result__));
160283:
160283:
160283:
160283:
160283:
160283:
160283: extern char *ctermid (char *__s) __attribute__ ((__nothrow__ , __leaf__))
160283: __attribute__ ((__access__ (__write_only__, 1)));
160283: # 931 "/usr/include/m68k-linux-gnu/stdio.h" 3 4
160283: extern void flockfile (FILE *__stream) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__nonnull__ (1)));
160283:
160283:
160283:
160283: extern int ftrylockfile (FILE *__stream) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__warn_unused_result__)) __attribute__ ((__nonnull__ (1)));
160283:
160283:
160283: extern void funlockfile (FILE *__stream) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__nonnull__ (1)));
160283: # 949 "/usr/include/m68k-linux-gnu/stdio.h" 3 4
160283: extern int __uflow (FILE *);
160283: extern int __overflow (FILE *, int);
160283:
160283:
160283:
160283: # 1 "/usr/include/m68k-linux-gnu/bits/stdio2-decl.h" 1 3 4
160283: # 26 "/usr/include/m68k-linux-gnu/bits/stdio2-decl.h" 3 4
160283: extern int __sprintf_chk (char *__restrict __s, int __flag, size_t __slen,
160283: const char *__restrict __format, ...) __attribute__ ((__nothrow__ , __leaf__))
160283: __attribute__ ((__access__ (__write_only__, 1, 3)));
160283: extern int __vsprintf_chk (char *__restrict __s, int __flag, size_t __slen,
160283: const char *__restrict __format,
160283: __gnuc_va_list __ap) __attribute__ ((__nothrow__ , __leaf__)) 160283: __attribute__ ((__access__ (__write_only__, 1, 3)));
160283:
160283:
160283:
160283: extern int __snprintf_chk (char *__restrict __s, size_t __n, int __flag,
160283: size_t __slen, const char *__restrict __format,
160283: ...) __attribute__ ((__nothrow__ , __leaf__))
160283: __attribute__ ((__access__ (__write_only__, 1, 2)));
160283: extern int __vsnprintf_chk (char *__restrict __s, size_t __n, int __flag,
160283: size_t __slen, const char *__restrict __format,
160283: __gnuc_va_list __ap) __attribute__ ((__nothrow__ , __leaf__)) 160283: __attribute__ ((__access__ (__write_only__, 1, 2)));
160283:
160283:
160283:
160283:
160283:
160283: extern int __fprintf_chk (FILE *__restrict __stream, int __flag, 160283: const char *__restrict __format, ...)
160283: __attribute__ ((__nonnull__ (1)));
160283: extern int __printf_chk (int __flag, const char *__restrict __format, ...);
160283: extern int __vfprintf_chk (FILE *__restrict __stream, int __flag, 160283: const char *__restrict __format,
160283: __gnuc_va_list __ap) __attribute__ ((__nonnull__ (1)));
160283: extern int __vprintf_chk (int __flag, const char *__restrict __format, 160283: __gnuc_va_list __ap);
160283:
160283:
160283: extern int __dprintf_chk (int __fd, int __flag, const char *__restrict __fmt,
160283: ...) __attribute__ ((__format__ (__printf__, 3, 4)));
160283: extern int __vdprintf_chk (int __fd, int __flag,
160283: const char *__restrict __fmt, __gnuc_va_list __arg)
160283: __attribute__ ((__format__ (__printf__, 3, 0)));
160283: # 96 "/usr/include/m68k-linux-gnu/bits/stdio2-decl.h" 3 4
160283: extern char *__fgets_alias (char *__restrict __s, int __n, FILE *__restrict __stream) __asm__ ("" "fgets")
160283:
160283:
160283: __attribute__ ((__warn_unused_result__)) __attribute__ ((__access__ (__write_only__, 1, 2)));
160283: extern char *__fgets_chk_warn (char *__restrict __s, size_t __size, int __n, FILE *__restrict __stream) __asm__ ("" "__fgets_chk")
160283:
160283:
160283: __attribute__ ((__warn_unused_result__)) __attribute__((__warning__ ("fgets called with bigger size than length " "of destination buffer")))
160283: ;
160283:
160283: extern char *__fgets_chk (char *__restrict __s, size_t __size, int __n, 160283: FILE *__restrict __stream)
160283: __attribute__ ((__warn_unused_result__)) __attribute__ ((__access__ (__write_only__, 1, 3))) __attribute__ ((__nonnull__ (4)));
160283:
160283: extern size_t __fread_alias (void *__restrict __ptr, size_t __size, size_t __n, FILE *__restrict __stream) __asm__ ("" "fread")
160283:
160283:
160283: __attribute__ ((__warn_unused_result__));
160283: extern size_t __fread_chk_warn (void *__restrict __ptr, size_t __ptrlen, size_t __size, size_t __n, FILE *__restrict __stream) __asm__ ("" "__fread_chk")
160283:
160283:
160283:
160283:
160283: __attribute__ ((__warn_unused_result__)) __attribute__((__warning__ ("fread called with bigger size * nmemb than length " "of destination buffer")))
160283: ;
160283:
160283: extern size_t __fread_chk (void *__restrict __ptr, size_t __ptrlen, 160283: size_t __size, size_t __n,
160283: FILE *__restrict __stream) __attribute__ ((__warn_unused_result__)) __attribute__ ((__nonnull__ (5)));
160283: # 145 "/usr/include/m68k-linux-gnu/bits/stdio2-decl.h" 3 4
160283: extern size_t __fread_unlocked_alias (void *__restrict __ptr, size_t __size, size_t __n, FILE *__restrict __stream) __asm__ ("" "fread_unlocked")
160283:
160283:
160283: __attribute__ ((__warn_unused_result__));
160283: extern size_t __fread_unlocked_chk_warn (void *__restrict __ptr, size_t __ptrlen, size_t __size, size_t __n, FILE *__restrict __stream) __asm__ ("" "__fread_unlocked_chk")
160283:
160283:
160283:
160283:
160283: __attribute__ ((__warn_unused_result__)) __attribute__((__warning__ ("fread_unlocked called with bigger size * nmemb than " "length of destination buffer")))
160283: ;
160283:
160283: extern size_t __fread_unlocked_chk (void *__restrict __ptr, size_t __ptrlen,
160283: size_t __size, size_t __n,
160283: FILE *__restrict __stream)
160283: __attribute__ ((__warn_unused_result__)) __attribute__ ((__nonnull__ (5)));
160283: # 955 "/usr/include/m68k-linux-gnu/stdio.h" 2 3 4
160283: # 966 "/usr/include/m68k-linux-gnu/stdio.h" 3 4
160283: # 1 "/usr/include/m68k-linux-gnu/bits/stdio.h" 1 3 4
160283: # 46 "/usr/include/m68k-linux-gnu/bits/stdio.h" 3 4
160283: extern __inline __attribute__ ((__gnu_inline__)) int
160283: getchar (void)
160283: {
160283: return getc (stdin);
160283: }
160283:
160283:
160283:
160283:
160283: extern __inline __attribute__ ((__gnu_inline__)) int
160283: fgetc_unlocked (FILE *__fp)
160283: {
160283: return (__builtin_expect (((__fp)->_IO_read_ptr >= (__fp)->_IO_read_end), 0) ? __uflow (__fp) : *(unsigned char *) (__fp)->_IO_read_ptr++);
160283: }
160283:
160283:
160283:
160283:
160283:
160283: extern __inline __attribute__ ((__gnu_inline__)) int
160283: getc_unlocked (FILE *__fp)
160283: {
160283: return (__builtin_expect (((__fp)->_IO_read_ptr >= (__fp)->_IO_read_end), 0) ? __uflow (__fp) : *(unsigned char *) (__fp)->_IO_read_ptr++);
160283: }
160283:
160283:
160283: extern __inline __attribute__ ((__gnu_inline__)) int
160283: getchar_unlocked (void)
160283: {
160283: return (__builtin_expect (((stdin)->_IO_read_ptr >= (stdin)->_IO_read_end), 0) ? __uflow (stdin) : *(unsigned char *) (stdin)->_IO_read_ptr++);
160283: }
160283:
160283:
160283:
160283:
160283: extern __inline __attribute__ ((__gnu_inline__)) int
160283: putchar (int __c)
160283: {
160283: return putc (__c, stdout);
160283: }
160283:
160283:
160283:
160283:
160283: extern __inline __attribute__ ((__gnu_inline__)) int
160283: fputc_unlocked (int __c, FILE *__stream)
160283: {
160283: return (__builtin_expect (((__stream)->_IO_write_ptr >= (__stream)->_IO_write_end), 0) ? __overflow (__stream, (unsigned char) (__c)) : (unsigned char) (*(__stream)->_IO_write_ptr++ = (__c)));
160283: }
160283:
160283:
160283:
160283:
160283:
160283: extern __inline __attribute__ ((__gnu_inline__)) int
160283: putc_unlocked (int __c, FILE *__stream)
160283: {
160283: return (__builtin_expect (((__stream)->_IO_write_ptr >= (__stream)->_IO_write_end), 0) ? __overflow (__stream, (unsigned char) (__c)) : (unsigned char) (*(__stream)->_IO_write_ptr++ = (__c)));
160283: }
160283:
160283:
160283: extern __inline __attribute__ ((__gnu_inline__)) int
160283: putchar_unlocked (int __c)
160283: {
160283: return (__builtin_expect (((stdout)->_IO_write_ptr >= (stdout)->_IO_write_end), 0) ? __overflow (stdout, (unsigned char) (__c)) : (unsigned char) (*(stdout)->_IO_write_ptr++ = (__c)));
160283: }
160283: # 127 "/usr/include/m68k-linux-gnu/bits/stdio.h" 3 4
160283: extern __inline __attribute__ ((__gnu_inline__)) int
160283: __attribute__ ((__nothrow__ , __leaf__)) feof_unlocked (FILE *__stream) 160283: {
160283: return (((__stream)->_flags & 0x0010) != 0);
160283: }
160283:
160283:
160283: extern __inline __attribute__ ((__gnu_inline__)) int
160283: __attribute__ ((__nothrow__ , __leaf__)) ferror_unlocked (FILE *__stream)
160283: {
160283: return (((__stream)->_flags & 0x0020) != 0);
160283: }
160283: # 967 "/usr/include/m68k-linux-gnu/stdio.h" 2 3 4
160283:
160283:
160283:
160283: # 1 "/usr/include/m68k-linux-gnu/bits/stdio2.h" 1 3 4
160283: # 27 "/usr/include/m68k-linux-gnu/bits/stdio2.h" 3 4
160283: extern __inline __attribute__ ((__always_inline__)) __attribute__ ((__gnu_inline__)) __attribute__ ((__artificial__)) int
160283: __attribute__ ((__nothrow__ , __leaf__)) sprintf (char *__restrict __s, const char *__restrict __fmt, ...)
160283: {
160283: return __builtin___sprintf_chk (__s, 2 - 1,
160283: __builtin_object_size (__s, 2 > 1), __fmt,
160283: __builtin_va_arg_pack ());
160283: }
160283: # 54 "/usr/include/m68k-linux-gnu/bits/stdio2.h" 3 4
160283: extern __inline __attribute__ ((__always_inline__)) __attribute__ ((__gnu_inline__)) __attribute__ ((__artificial__)) int
160283: __attribute__ ((__nothrow__ , __leaf__)) vsprintf (char * __restrict __s, const char *__restrict __fmt, __gnuc_va_list __ap)
160283:
160283: {
160283: return __builtin___vsprintf_chk (__s, 2 - 1,
160283: __builtin_object_size (__s, 2 > 1), __fmt, __ap);
160283: }
160283:
160283:
160283:
160283: extern __inline __attribute__ ((__always_inline__)) __attribute__ ((__gnu_inline__)) __attribute__ ((__artificial__)) int
160283: __attribute__ ((__nothrow__ , __leaf__)) snprintf (char *__restrict __s, size_t __n, const char *__restrict __fmt, ...)
160283:
160283: {
160283: return __builtin___snprintf_chk (__s, __n, 2 - 1,
160283: __builtin_object_size (__s, 2 > 1), __fmt,
160283: __builtin_va_arg_pack ());
160283: }
160283: # 92 "/usr/include/m68k-linux-gnu/bits/stdio2.h" 3 4
160283: extern __inline __attribute__ ((__always_inline__)) __attribute__ ((__gnu_inline__)) __attribute__ ((__artificial__)) int
160283: __attribute__ ((__nothrow__ , __leaf__)) vsnprintf (char * __restrict __s, size_t __n, const char *__restrict __fmt, __gnuc_va_list __ap)
160283:
160283:
160283:
160283:
160283:
160283: {
160283: return __builtin___vsnprintf_chk (__s, __n, 2 - 1,
160283: __builtin_object_size (__s, 2 > 1), __fmt, __ap);
160283: }
160283:
160283:
160283:
160283:
160283:
160283: extern __inline __attribute__ ((__always_inline__)) __attribute__ ((__gnu_inline__)) __attribute__ ((__artificial__)) __attribute__ ((__nonnull__ (1))) int
160283: fprintf (FILE *__restrict __stream, const char *__restrict __fmt, ...) 160283: {
160283: return __fprintf_chk (__stream, 2 - 1, __fmt,
160283: __builtin_va_arg_pack ());
160283: }
160283:
160283: extern __inline __attribute__ ((__always_inline__)) __attribute__ ((__gnu_inline__)) __attribute__ ((__artificial__)) int
160283: printf (const char *__restrict __fmt, ...)
160283: {
160283: return __printf_chk (2 - 1, __fmt, __builtin_va_arg_pack ());
160283: }
160283: # 151 "/usr/include/m68k-linux-gnu/bits/stdio2.h" 3 4
160283: extern __inline __attribute__ ((__always_inline__)) __attribute__ ((__gnu_inline__)) __attribute__ ((__artificial__)) int
160283: vprintf (const char * __restrict __fmt,
160283: __gnuc_va_list __ap)
160283: {
160283:
160283: return __vfprintf_chk (stdout, 2 - 1, __fmt, __ap);
160283:
160283:
160283:
160283: }
160283:
160283: extern __inline __attribute__ ((__always_inline__)) __attribute__ ((__gnu_inline__)) __attribute__ ((__artificial__)) __attribute__ ((__nonnull__ (1))) int
160283: vfprintf (FILE *__restrict __stream,
160283: const char *__restrict __fmt, __gnuc_va_list __ap)
160283: {
160283: return __vfprintf_chk (__stream, 2 - 1, __fmt, __ap);
160283: }
160283:
160283:
160283:
160283: extern __inline __attribute__ ((__always_inline__)) __attribute__ ((__gnu_inline__)) __attribute__ ((__artificial__)) int
160283: dprintf (int __fd, const char *__restrict __fmt, ...)
160283: {
160283: return __dprintf_chk (__fd, 2 - 1, __fmt,
160283: __builtin_va_arg_pack ());
160283: }
160283: # 194 "/usr/include/m68k-linux-gnu/bits/stdio2.h" 3 4
160283: extern __inline __attribute__ ((__always_inline__)) __attribute__ ((__gnu_inline__)) __attribute__ ((__artificial__)) int
160283: vdprintf (int __fd, const char *__restrict __fmt, __gnuc_va_list __ap) 160283: {
160283: return __vdprintf_chk (__fd, 2 - 1, __fmt, __ap);
160283: }
160283: # 303 "/usr/include/m68k-linux-gnu/bits/stdio2.h" 3 4
160283: extern __inline __attribute__ ((__always_inline__)) __attribute__ ((__gnu_inline__)) __attribute__ ((__artificial__)) __attribute__ ((__warn_unused_result__)) __attribute__ ((__access__ (__write_only__, 1, 2)))
160283: __attribute__ ((__nonnull__ (3))) char *
160283: fgets (char * __restrict __s, int __n,
160283: FILE *__restrict __stream)
160283:
160283:
160283:
160283: {
160283: size_t __sz = __builtin_object_size (__s, 2 > 1);
160283: if (((__builtin_constant_p (__sz) && (__sz) == (unsigned int) -1) || (((__typeof (__n)) 0 < (__typeof (__n)) -1 || (__builtin_constant_p (__n) && (__n) > 0)) && __builtin_constant_p ((((unsigned int) (__n)) <= ((__sz)) / ((sizeof (char))))) && (
((unsigned int) (__n)) <= ((__sz)) / ((sizeof (char)))))))
160283: return __fgets_alias (__s, __n, __stream);
160283:
160283: if ((((__typeof (__n)) 0 < (__typeof (__n)) -1 || (__builtin_constant_p (__n) && (__n) > 0)) && __builtin_constant_p ((((unsigned int) (__n)) <= (__sz) / (sizeof (char)))) && !(((unsigned int) (__n)) <= (__sz) / (sizeof (char)))))
160283: return __fgets_chk_warn (__s, __sz, __n, __stream);
160283:
160283: return __fgets_chk (__s, __sz, __n, __stream);
160283: }
160283:
160283: extern __inline __attribute__ ((__always_inline__)) __attribute__ ((__gnu_inline__)) __attribute__ ((__artificial__)) __attribute__ ((__warn_unused_result__)) __attribute__ ((__nonnull__ (4))) size_t
160283: fread (void * __restrict __ptr,
160283: size_t __size, size_t __n, FILE *__restrict __stream)
160283:
160283:
160283:
160283:
160283: {
160283: size_t __sz = __builtin_object_size (__ptr, 0);
160283: if (((__builtin_constant_p (__sz) && (__sz) == (unsigned int) -1) || (((__typeof (__n)) 0 < (__typeof (__n)) -1 || (__builtin_constant_p (__n) && (__n) > 0)) && __builtin_constant_p ((((unsigned int) (__n)) <= ((__sz)) / ((__size)))) && (((
unsigned int) (__n)) <= ((__sz)) / ((__size))))))
160283: return __fread_alias (__ptr, __size, __n, __stream);
160283:
160283: if ((((__typeof (__n)) 0 < (__typeof (__n)) -1 || (__builtin_constant_p (__n) && (__n) > 0)) && __builtin_constant_p ((((unsigned int) (__n)) <= (__sz) / (__size))) && !(((unsigned int) (__n)) <= (__sz) / (__size))))
160283: return __fread_chk_warn (__ptr, __sz, __size, __n, __stream); 160283:
160283: return __fread_chk (__ptr, __sz, __size, __n, __stream);
160283: }
160283: # 361 "/usr/include/m68k-linux-gnu/bits/stdio2.h" 3 4
160283: extern __inline __attribute__ ((__always_inline__)) __attribute__ ((__gnu_inline__)) __attribute__ ((__artificial__)) __attribute__ ((__warn_unused_result__)) __attribute__ ((__nonnull__ (4))) size_t
160283: fread_unlocked (void * __restrict __ptr,
160283: size_t __size, size_t __n, FILE *__restrict __stream)
160283:
160283:
160283:
160283:
160283: {
160283: size_t __sz = __builtin_object_size (__ptr, 0);
160283: if (((__builtin_constant_p (__sz) && (__sz) == (unsigned int) -1) || (((__typeof (__n)) 0 < (__typeof (__n)) -1 || (__builtin_constant_p (__n) && (__n) > 0)) && __builtin_constant_p ((((unsigned int) (__n)) <= ((__sz)) / ((__size)))) && (((
unsigned int) (__n)) <= ((__sz)) / ((__size))))))
160283: {
160283:
160283: if (__builtin_constant_p (__size)
160283: && __builtin_constant_p (__n)
160283: && (__size | __n) < (((size_t) 1) << (8 * sizeof (size_t) / 2)) 160283: && __size * __n <= 8)
160283: {
160283: size_t __cnt = __size * __n;
160283: char *__cptr = (char *) __ptr;
160283: if (__cnt == 0)
160283: return 0;
160283:
160283: for (; __cnt > 0; --__cnt)
160283: {
160283: int __c = getc_unlocked (__stream);
160283: if (__c == (-1))
160283: break;
160283: *__cptr++ = __c;
160283: }
160283: return (__cptr - (char *) __ptr) / __size;
160283: }
160283:
160283: return __fread_unlocked_alias (__ptr, __size, __n, __stream); 160283: }
160283:
160283: if ((((__typeof (__n)) 0 < (__typeof (__n)) -1 || (__builtin_constant_p (__n) && (__n) > 0)) && __builtin_constant_p ((((unsigned int) (__n)) <= (__sz) / (__size))) && !(((unsigned int) (__n)) <= (__sz) / (__size))))
160283: return __fread_unlocked_chk_warn (__ptr, __sz, __size, __n, __stream);
160283:
160283: return __fread_unlocked_chk (__ptr, __sz, __size, __n, __stream); 160283:
160283: }
160283: # 971 "/usr/include/m68k-linux-gnu/stdio.h" 2 3 4
160283:
160283:
160283:
160283: # 5 "/tmp/buildd/sqlite3/sqlite3-3.46.1/tool/showdb.c" 2
160283: # 1 "/usr/include/m68k-linux-gnu/ctype.h" 1 3 4
160283: # 28 "/usr/include/m68k-linux-gnu/ctype.h" 3 4
160283:
160283: # 39 "/usr/include/m68k-linux-gnu/ctype.h" 3 4
160283: # 1 "/usr/include/m68k-linux-gnu/bits/endian.h" 1 3 4
160283: # 35 "/usr/include/m68k-linux-gnu/bits/endian.h" 3 4
160283: # 1 "/usr/include/m68k-linux-gnu/bits/endianness.h" 1 3 4
160283: # 36 "/usr/include/m68k-linux-gnu/bits/endian.h" 2 3 4
160283: # 40 "/usr/include/m68k-linux-gnu/ctype.h" 2 3 4
160283:
160283:
160283:
160283:
160283:
160283:
160283: enum
160283: {
160283: _ISupper = (1 << (0)),
160283: _ISlower = (1 << (1)),
160283: _ISalpha = (1 << (2)),
160283: _ISdigit = (1 << (3)),
160283: _ISxdigit = (1 << (4)),
160283: _ISspace = (1 << (5)),
160283: _ISprint = (1 << (6)),
160283: _ISgraph = (1 << (7)),
160283: _ISblank = (1 << (8)),
160283: _IScntrl = (1 << (9)),
160283: _ISpunct = (1 << (10)),
160283: _ISalnum = (1 << (11))
160283: };
160283: # 79 "/usr/include/m68k-linux-gnu/ctype.h" 3 4
160283: extern const unsigned short int **__ctype_b_loc (void)
160283: __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__const__));
160283: extern const __int32_t **__ctype_tolower_loc (void)
160283: __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__const__));
160283: extern const __int32_t **__ctype_toupper_loc (void)
160283: __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__const__));
160283: # 108 "/usr/include/m68k-linux-gnu/ctype.h" 3 4
160283: extern int isalnum (int) __attribute__ ((__nothrow__ , __leaf__)); 160283: extern int isalpha (int) __attribute__ ((__nothrow__ , __leaf__)); 160283: extern int iscntrl (int) __attribute__ ((__nothrow__ , __leaf__)); 160283: extern int isdigit (int) __attribute__ ((__nothrow__ , __leaf__)); 160283: extern int islower (int) __attribute__ ((__nothrow__ , __leaf__)); 160283: extern int isgraph (int) __attribute__ ((__nothrow__ , __leaf__)); 160283: extern int isprint (int) __attribute__ ((__nothrow__ , __leaf__)); 160283: extern int ispunct (int) __attribute__ ((__nothrow__ , __leaf__)); 160283: extern int isspace (int) __attribute__ ((__nothrow__ , __leaf__)); 160283: extern int isupper (int) __attribute__ ((__nothrow__ , __leaf__)); 160283: extern int isxdigit (int) __attribute__ ((__nothrow__ , __leaf__)); 160283:
160283:
160283:
160283: extern int tolower (int __c) __attribute__ ((__nothrow__ , __leaf__)); 160283:
160283:
160283: extern int toupper (int __c) __attribute__ ((__nothrow__ , __leaf__)); 160283:
160283:
160283:
160283:
160283: extern int isblank (int) __attribute__ ((__nothrow__ , __leaf__)); 160283: # 142 "/usr/include/m68k-linux-gnu/ctype.h" 3 4
160283: extern int isascii (int __c) __attribute__ ((__nothrow__ , __leaf__)); 160283:
160283:
160283:
160283: extern int toascii (int __c) __attribute__ ((__nothrow__ , __leaf__)); 160283:
160283:
160283:
160283: extern int _toupper (int) __attribute__ ((__nothrow__ , __leaf__)); 160283: extern int _tolower (int) __attribute__ ((__nothrow__ , __leaf__)); 160283: # 206 "/usr/include/m68k-linux-gnu/ctype.h" 3 4
160283: extern __inline __attribute__ ((__gnu_inline__)) int
160283: __attribute__ ((__nothrow__ , __leaf__)) tolower (int __c)
160283: {
160283: return __c >= -128 && __c < 256 ? (*__ctype_tolower_loc ())[__c] : __c;
160283: }
160283:
160283: extern __inline __attribute__ ((__gnu_inline__)) int
160283: __attribute__ ((__nothrow__ , __leaf__)) toupper (int __c)
160283: {
160283: return __c >= -128 && __c < 256 ? (*__ctype_toupper_loc ())[__c] : __c;
160283: }
160283: # 237 "/usr/include/m68k-linux-gnu/ctype.h" 3 4
160283: # 1 "/usr/include/m68k-linux-gnu/bits/types/locale_t.h" 1 3 4
160283: # 22 "/usr/include/m68k-linux-gnu/bits/types/locale_t.h" 3 4
160283: # 1 "/usr/include/m68k-linux-gnu/bits/types/__locale_t.h" 1 3 4
160283: # 27 "/usr/include/m68k-linux-gnu/bits/types/__locale_t.h" 3 4
160283: struct __locale_struct
160283: {
160283:
160283: struct __locale_data *__locales[13];
160283:
160283:
160283: const unsigned short int *__ctype_b;
160283: const int *__ctype_tolower;
160283: const int *__ctype_toupper;
160283:
160283:
160283: const char *__names[13];
160283: };
160283:
160283: typedef struct __locale_struct *__locale_t;
160283: # 23 "/usr/include/m68k-linux-gnu/bits/types/locale_t.h" 2 3 4
160283:
160283: typedef __locale_t locale_t;
160283: # 238 "/usr/include/m68k-linux-gnu/ctype.h" 2 3 4
160283: # 251 "/usr/include/m68k-linux-gnu/ctype.h" 3 4
160283: extern int isalnum_l (int, locale_t) __attribute__ ((__nothrow__ , __leaf__));
160283: extern int isalpha_l (int, locale_t) __attribute__ ((__nothrow__ , __leaf__));
160283: extern int iscntrl_l (int, locale_t) __attribute__ ((__nothrow__ , __leaf__));
160283: extern int isdigit_l (int, locale_t) __attribute__ ((__nothrow__ , __leaf__));
160283: extern int islower_l (int, locale_t) __attribute__ ((__nothrow__ , __leaf__));
160283: extern int isgraph_l (int, locale_t) __attribute__ ((__nothrow__ , __leaf__));
160283: extern int isprint_l (int, locale_t) __attribute__ ((__nothrow__ , __leaf__));
160283: extern int ispunct_l (int, locale_t) __attribute__ ((__nothrow__ , __leaf__));
160283: extern int isspace_l (int, locale_t) __attribute__ ((__nothrow__ , __leaf__));
160283: extern int isupper_l (int, locale_t) __attribute__ ((__nothrow__ , __leaf__));
160283: extern int isxdigit_l (int, locale_t) __attribute__ ((__nothrow__ , __leaf__));
160283:
160283: extern int isblank_l (int, locale_t) __attribute__ ((__nothrow__ , __leaf__));
160283:
160283:
160283:
160283: extern int __tolower_l (int __c, locale_t __l) __attribute__ ((__nothrow__ , __leaf__));
160283: extern int tolower_l (int __c, locale_t __l) __attribute__ ((__nothrow__ , __leaf__));
160283:
160283:
160283: extern int __toupper_l (int __c, locale_t __l) __attribute__ ((__nothrow__ , __leaf__));
[continued in next message]
--- SoupGate-Win32 v1.05
* Origin: fsxNet Usenet Gateway (21:1/5)