[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#269209: marked as done ([PR 17363] gcc doesn't terminate compilation at -O2)



Your message dated Sun, 26 Sep 2004 09:47:13 -0400
with message-id <E1CBZMv-0000yq-00@newraff.debian.org>
and subject line Bug#269209: fixed in gcc-3.3 1:3.3.4-13
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 31 Aug 2004 12:16:54 +0000
>From julien@frigate.technologeek.org Tue Aug 31 05:16:54 2004
Return-path: <julien@frigate.technologeek.org>
Received: from frigate.technologeek.org [62.4.21.148] (postfix)
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1C27ZD-0007jg-00; Tue, 31 Aug 2004 05:16:52 -0700
Received: by frigate.technologeek.org (Postfix, from userid 1000)
	id 096C21475720; Tue, 31 Aug 2004 14:16:13 +0200 (CEST)
Content-Type: multipart/mixed; boundary="===============2000612290=="
MIME-Version: 1.0
From: Julien BLACHE <jblache@debian.org>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: gcc-3.3: enters infinite loop building jpeg.c from libimage-exif-perl at -O2
X-Mailer: reportbug 2.64
Date: Tue, 31 Aug 2004 14:16:13 +0200
Message-Id: <20040831121613.096C21475720@frigate.technologeek.org>
Delivered-To: submit@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
	autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

This is a multi-part MIME message sent by reportbug.

--===============2000612290==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Package: gcc-3.3
Version: 1:3.3.4-9
Severity: normal

Hi,

gcc-3.3 enters what seems to be an infinite loop while building the jpeg.c file
from libimage-exif-perl at -O2 (99% cpu usage, can sit there for hours without
any progress). This affects alpha, powerpc, s390 and sparc, according to the
buildd logs.

I can reproduce the problem on powerpc, attached are the preprocessed file and
a backtrace. Building at -O0 or -O1 works, as does building with gcc-3.4 or
gcc-3.2.

Thanks,

JB.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: powerpc (ppc)
Kernel: Linux 2.6.8.1
Locale: LANG=C, LC_CTYPE=fr_FR@euro

Versions of packages gcc-3.3 depends on:
ii  binutils                    2.15-1       The GNU assembler, linker and bina
ii  cpp-3.3                     1:3.3.4-9    The GNU C preprocessor
ii  gcc-3.3-base                1:3.3.4-9    The GNU Compiler Collection (base 
ii  libc6                       2.3.2.ds1-16 GNU C Library: Shared libraries an
ii  libgcc1                     1:3.4.1-7    GCC support library

-- no debconf information

--===============2000612290==
Content-Type: text/x-c; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="jpeg.i"

# 1 "jpeg.c"
# 1 "<built-in>"
# 1 "<command line>"
# 1 "jpeg.c"
# 45 "jpeg.c"
# 1 "/usr/include/stdio.h" 1 3 4
# 28 "/usr/include/stdio.h" 3 4
# 1 "/usr/include/features.h" 1 3 4
# 295 "/usr/include/features.h" 3 4
# 1 "/usr/include/sys/cdefs.h" 1 3 4
# 296 "/usr/include/features.h" 2 3 4
# 318 "/usr/include/features.h" 3 4
# 1 "/usr/include/gnu/stubs.h" 1 3 4
# 319 "/usr/include/features.h" 2 3 4
# 29 "/usr/include/stdio.h" 2 3 4





# 1 "/usr/lib/gcc-lib/powerpc-linux/3.3.4/include/stddef.h" 1 3 4
# 213 "/usr/lib/gcc-lib/powerpc-linux/3.3.4/include/stddef.h" 3 4
typedef unsigned int size_t;
# 35 "/usr/include/stdio.h" 2 3 4

# 1 "/usr/include/bits/types.h" 1 3 4
# 28 "/usr/include/bits/types.h" 3 4
# 1 "/usr/include/bits/wordsize.h" 1 3 4
# 29 "/usr/include/bits/types.h" 2 3 4


# 1 "/usr/lib/gcc-lib/powerpc-linux/3.3.4/include/stddef.h" 1 3 4
# 32 "/usr/include/bits/types.h" 2 3 4


typedef unsigned char __u_char;
typedef unsigned short int __u_short;
typedef unsigned int __u_int;
typedef unsigned long int __u_long;


typedef signed char __int8_t;
typedef unsigned char __uint8_t;
typedef signed short int __int16_t;
typedef unsigned short int __uint16_t;
typedef signed int __int32_t;
typedef unsigned int __uint32_t;




__extension__ typedef signed long long int __int64_t;
__extension__ typedef unsigned long long int __uint64_t;







__extension__ typedef long long int __quad_t;
__extension__ typedef unsigned long long int __u_quad_t;
# 129 "/usr/include/bits/types.h" 3 4
# 1 "/usr/include/bits/typesizes.h" 1 3 4
# 130 "/usr/include/bits/types.h" 2 3 4






__extension__ typedef unsigned long long int __dev_t;
__extension__ typedef unsigned int __uid_t;
__extension__ typedef unsigned int __gid_t;
__extension__ typedef unsigned long int __ino_t;
__extension__ typedef unsigned long long int __ino64_t;
__extension__ typedef unsigned int __mode_t;
__extension__ typedef unsigned int __nlink_t;
__extension__ typedef long int __off_t;
__extension__ typedef long long int __off64_t;
__extension__ typedef int __pid_t;
__extension__ typedef struct { int __val[2]; } __fsid_t;
__extension__ typedef long int __clock_t;
__extension__ typedef unsigned long int __rlim_t;
__extension__ typedef unsigned long long int __rlim64_t;
__extension__ typedef unsigned int __id_t;
__extension__ typedef long int __time_t;
__extension__ typedef unsigned int __useconds_t;
__extension__ typedef long int __suseconds_t;

__extension__ typedef int __daddr_t;
__extension__ typedef long int __swblk_t;
__extension__ typedef int __key_t;


__extension__ typedef int __clockid_t;


__extension__ typedef int __timer_t;


__extension__ typedef long int __blksize_t;




__extension__ typedef long int __blkcnt_t;
__extension__ typedef long long int __blkcnt64_t;


__extension__ typedef unsigned long int __fsblkcnt_t;
__extension__ typedef unsigned long long int __fsblkcnt64_t;


__extension__ typedef unsigned long int __fsfilcnt_t;
__extension__ typedef unsigned long long int __fsfilcnt64_t;

__extension__ typedef int __ssize_t;



typedef __off64_t __loff_t;
typedef __quad_t *__qaddr_t;
typedef char *__caddr_t;


__extension__ typedef int __intptr_t;


__extension__ typedef unsigned int __socklen_t;
# 37 "/usr/include/stdio.h" 2 3 4









typedef struct _IO_FILE FILE;





# 62 "/usr/include/stdio.h" 3 4
typedef struct _IO_FILE __FILE;
# 72 "/usr/include/stdio.h" 3 4
# 1 "/usr/include/libio.h" 1 3 4
# 32 "/usr/include/libio.h" 3 4
# 1 "/usr/include/_G_config.h" 1 3 4
# 14 "/usr/include/_G_config.h" 3 4
# 1 "/usr/lib/gcc-lib/powerpc-linux/3.3.4/include/stddef.h" 1 3 4
# 325 "/usr/lib/gcc-lib/powerpc-linux/3.3.4/include/stddef.h" 3 4
typedef long int wchar_t;
# 354 "/usr/lib/gcc-lib/powerpc-linux/3.3.4/include/stddef.h" 3 4
typedef unsigned int wint_t;
# 15 "/usr/include/_G_config.h" 2 3 4
# 24 "/usr/include/_G_config.h" 3 4
# 1 "/usr/include/wchar.h" 1 3 4
# 48 "/usr/include/wchar.h" 3 4
# 1 "/usr/lib/gcc-lib/powerpc-linux/3.3.4/include/stddef.h" 1 3 4
# 49 "/usr/include/wchar.h" 2 3 4

# 1 "/usr/include/bits/wchar.h" 1 3 4
# 51 "/usr/include/wchar.h" 2 3 4
# 76 "/usr/include/wchar.h" 3 4
typedef struct
{
  int __count;
  union
  {
    wint_t __wch;
    char __wchb[4];
  } __value;
} __mbstate_t;
# 25 "/usr/include/_G_config.h" 2 3 4

typedef struct
{
  __off_t __pos;
  __mbstate_t __state;
} _G_fpos_t;
typedef struct
{
  __off64_t __pos;
  __mbstate_t __state;
} _G_fpos64_t;
# 44 "/usr/include/_G_config.h" 3 4
# 1 "/usr/include/gconv.h" 1 3 4
# 28 "/usr/include/gconv.h" 3 4
# 1 "/usr/include/wchar.h" 1 3 4
# 48 "/usr/include/wchar.h" 3 4
# 1 "/usr/lib/gcc-lib/powerpc-linux/3.3.4/include/stddef.h" 1 3 4
# 49 "/usr/include/wchar.h" 2 3 4
# 29 "/usr/include/gconv.h" 2 3 4


# 1 "/usr/lib/gcc-lib/powerpc-linux/3.3.4/include/stddef.h" 1 3 4
# 32 "/usr/include/gconv.h" 2 3 4





enum
{
  __GCONV_OK = 0,
  __GCONV_NOCONV,
  __GCONV_NODB,
  __GCONV_NOMEM,

  __GCONV_EMPTY_INPUT,
  __GCONV_FULL_OUTPUT,
  __GCONV_ILLEGAL_INPUT,
  __GCONV_INCOMPLETE_INPUT,

  __GCONV_ILLEGAL_DESCRIPTOR,
  __GCONV_INTERNAL_ERROR
};



enum
{
  __GCONV_IS_LAST = 0x0001,
  __GCONV_IGNORE_ERRORS = 0x0002
};



struct __gconv_step;
struct __gconv_step_data;
struct __gconv_loaded_object;
struct __gconv_trans_data;



typedef int (*__gconv_fct) (struct __gconv_step *, struct __gconv_step_data *,
                            __const unsigned char **, __const unsigned char *,
                            unsigned char **, size_t *, int, int);


typedef wint_t (*__gconv_btowc_fct) (struct __gconv_step *, unsigned char);


typedef int (*__gconv_init_fct) (struct __gconv_step *);
typedef void (*__gconv_end_fct) (struct __gconv_step *);



typedef int (*__gconv_trans_fct) (struct __gconv_step *,
                                  struct __gconv_step_data *, void *,
                                  __const unsigned char *,
                                  __const unsigned char **,
                                  __const unsigned char *, unsigned char **,
                                  size_t *);


typedef int (*__gconv_trans_context_fct) (void *, __const unsigned char *,
                                          __const unsigned char *,
                                          unsigned char *, unsigned char *);


typedef int (*__gconv_trans_query_fct) (__const char *, __const char ***,
                                        size_t *);


typedef int (*__gconv_trans_init_fct) (void **, const char *);
typedef void (*__gconv_trans_end_fct) (void *);

struct __gconv_trans_data
{

  __gconv_trans_fct __trans_fct;
  __gconv_trans_context_fct __trans_context_fct;
  __gconv_trans_end_fct __trans_end_fct;
  void *__data;
  struct __gconv_trans_data *__next;
};



struct __gconv_step
{
  struct __gconv_loaded_object *__shlib_handle;
  __const char *__modname;

  int __counter;

  char *__from_name;
  char *__to_name;

  __gconv_fct __fct;
  __gconv_btowc_fct __btowc_fct;
  __gconv_init_fct __init_fct;
  __gconv_end_fct __end_fct;



  int __min_needed_from;
  int __max_needed_from;
  int __min_needed_to;
  int __max_needed_to;


  int __stateful;

  void *__data;
};



struct __gconv_step_data
{
  unsigned char *__outbuf;
  unsigned char *__outbufend;



  int __flags;



  int __invocation_counter;



  int __internal_use;

  __mbstate_t *__statep;
  __mbstate_t __state;



  struct __gconv_trans_data *__trans;
};



typedef struct __gconv_info
{
  size_t __nsteps;
  struct __gconv_step *__steps;
  __extension__ struct __gconv_step_data __data [];
} *__gconv_t;
# 45 "/usr/include/_G_config.h" 2 3 4
typedef union
{
  struct __gconv_info __cd;
  struct
  {
    struct __gconv_info __cd;
    struct __gconv_step_data __data;
  } __combined;
} _G_iconv_t;

typedef int _G_int16_t __attribute__ ((__mode__ (__HI__)));
typedef int _G_int32_t __attribute__ ((__mode__ (__SI__)));
typedef unsigned int _G_uint16_t __attribute__ ((__mode__ (__HI__)));
typedef unsigned int _G_uint32_t __attribute__ ((__mode__ (__SI__)));
# 33 "/usr/include/libio.h" 2 3 4
# 53 "/usr/include/libio.h" 3 4
# 1 "/usr/lib/gcc-lib/powerpc-linux/3.3.4/include/stdarg.h" 1 3 4
# 43 "/usr/lib/gcc-lib/powerpc-linux/3.3.4/include/stdarg.h" 3 4
typedef __builtin_va_list __gnuc_va_list;
# 54 "/usr/include/libio.h" 2 3 4
# 163 "/usr/include/libio.h" 3 4
struct _IO_jump_t; struct _IO_FILE;
# 173 "/usr/include/libio.h" 3 4
typedef void _IO_lock_t;





struct _IO_marker {
  struct _IO_marker *_next;
  struct _IO_FILE *_sbuf;



  int _pos;
# 196 "/usr/include/libio.h" 3 4
};


enum __codecvt_result
{
  __codecvt_ok,
  __codecvt_partial,
  __codecvt_error,
  __codecvt_noconv
};
# 264 "/usr/include/libio.h" 3 4
struct _IO_FILE {
  int _flags;




  char* _IO_read_ptr;
  char* _IO_read_end;
  char* _IO_read_base;
  char* _IO_write_base;
  char* _IO_write_ptr;
  char* _IO_write_end;
  char* _IO_buf_base;
  char* _IO_buf_end;

  char *_IO_save_base;
  char *_IO_backup_base;
  char *_IO_save_end;

  struct _IO_marker *_markers;

  struct _IO_FILE *_chain;

  int _fileno;



  int _flags2;

  __off_t _old_offset;



  unsigned short _cur_column;
  signed char _vtable_offset;
  char _shortbuf[1];



  _IO_lock_t *_lock;
# 312 "/usr/include/libio.h" 3 4
  __off64_t _offset;





  void *__pad1;
  void *__pad2;

  int _mode;

  char _unused2[15 * sizeof (int) - 2 * sizeof (void *)];

};


typedef struct _IO_FILE _IO_FILE;


struct _IO_FILE_plus;

extern struct _IO_FILE_plus _IO_2_1_stdin_;
extern struct _IO_FILE_plus _IO_2_1_stdout_;
extern struct _IO_FILE_plus _IO_2_1_stderr_;
# 351 "/usr/include/libio.h" 3 4
typedef __ssize_t __io_read_fn (void *__cookie, char *__buf, size_t __nbytes);







typedef __ssize_t __io_write_fn (void *__cookie, __const char *__buf,
                                 size_t __n);







typedef int __io_seek_fn (void *__cookie, __off64_t *__pos, int __w);


typedef int __io_close_fn (void *__cookie);




typedef __io_read_fn cookie_read_function_t;
typedef __io_write_fn cookie_write_function_t;
typedef __io_seek_fn cookie_seek_function_t;
typedef __io_close_fn cookie_close_function_t;


typedef struct
{
  __io_read_fn *read;
  __io_write_fn *write;
  __io_seek_fn *seek;
  __io_close_fn *close;
} _IO_cookie_io_functions_t;
typedef _IO_cookie_io_functions_t cookie_io_functions_t;

struct _IO_cookie_file;


extern void _IO_cookie_init (struct _IO_cookie_file *__cfile, int __read_write,
                             void *__cookie, _IO_cookie_io_functions_t __fns);







extern int __underflow (_IO_FILE *) ;
extern int __uflow (_IO_FILE *) ;
extern int __overflow (_IO_FILE *, int) ;
extern wint_t __wunderflow (_IO_FILE *) ;
extern wint_t __wuflow (_IO_FILE *) ;
extern wint_t __woverflow (_IO_FILE *, wint_t) ;
# 433 "/usr/include/libio.h" 3 4
extern int _IO_getc (_IO_FILE *__fp) ;
extern int _IO_putc (int __c, _IO_FILE *__fp) ;
extern int _IO_feof (_IO_FILE *__fp) ;
extern int _IO_ferror (_IO_FILE *__fp) ;

extern int _IO_peekc_locked (_IO_FILE *__fp) ;





extern void _IO_flockfile (_IO_FILE *) ;
extern void _IO_funlockfile (_IO_FILE *) ;
extern int _IO_ftrylockfile (_IO_FILE *) ;
# 463 "/usr/include/libio.h" 3 4
extern int _IO_vfscanf (_IO_FILE * __restrict, const char * __restrict,
                        __gnuc_va_list, int *__restrict) ;
extern int _IO_vfprintf (_IO_FILE *__restrict, const char *__restrict,
                         __gnuc_va_list) ;
extern __ssize_t _IO_padn (_IO_FILE *, int, __ssize_t) ;
extern size_t _IO_sgetn (_IO_FILE *, void *, size_t) ;

extern __off64_t _IO_seekoff (_IO_FILE *, __off64_t, int, int) ;
extern __off64_t _IO_seekpos (_IO_FILE *, __off64_t, int) ;

extern void _IO_free_backup_area (_IO_FILE *) ;
# 73 "/usr/include/stdio.h" 2 3 4




typedef __gnuc_va_list va_list;
# 86 "/usr/include/stdio.h" 3 4




typedef _G_fpos64_t fpos_t;



typedef _G_fpos64_t fpos64_t;
# 138 "/usr/include/stdio.h" 3 4
# 1 "/usr/include/bits/stdio_lim.h" 1 3 4
# 139 "/usr/include/stdio.h" 2 3 4



extern struct _IO_FILE *stdin;
extern struct _IO_FILE *stdout;
extern struct _IO_FILE *stderr;







extern int remove (__const char *__filename) ;

extern int rename (__const char *__old, __const char *__new) ;




# 167 "/usr/include/stdio.h" 3 4
extern FILE *tmpfile (void) __asm__ ("" "tmpfile64");






extern FILE *tmpfile64 (void);



extern char *tmpnam (char *__s) ;





extern char *tmpnam_r (char *__s) ;
# 196 "/usr/include/stdio.h" 3 4
extern char *tempnam (__const char *__dir, __const char *__pfx)
     __attribute__ ((__malloc__));








extern int fclose (FILE *__stream);




extern int fflush (FILE *__stream);

# 221 "/usr/include/stdio.h" 3 4
extern int fflush_unlocked (FILE *__stream);
# 231 "/usr/include/stdio.h" 3 4
extern int fcloseall (void);




# 252 "/usr/include/stdio.h" 3 4
extern FILE *fopen (__const char *__restrict __filename, __const char *__restrict __modes) __asm__ ("" "fopen64");

extern FILE *freopen (__const char *__restrict __filename, __const char *__restrict __modes, FILE *__restrict __stream) __asm__ ("" "freopen64");









extern FILE *fopen64 (__const char *__restrict __filename,
                      __const char *__restrict __modes);
extern FILE *freopen64 (__const char *__restrict __filename,
                        __const char *__restrict __modes,
                        FILE *__restrict __stream);




extern FILE *fdopen (int __fd, __const char *__modes) ;





extern FILE *fopencookie (void *__restrict __magic_cookie,
                          __const char *__restrict __modes,
                          _IO_cookie_io_functions_t __io_funcs) ;


extern FILE *fmemopen (void *__s, size_t __len, __const char *__modes) ;




extern FILE *open_memstream (char **__restrict __bufloc,
                             size_t *__restrict __sizeloc) ;






extern void setbuf (FILE *__restrict __stream, char *__restrict __buf) ;



extern int setvbuf (FILE *__restrict __stream, char *__restrict __buf,
                    int __modes, size_t __n) ;





extern void setbuffer (FILE *__restrict __stream, char *__restrict __buf,
                       size_t __size) ;


extern void setlinebuf (FILE *__stream) ;








extern int fprintf (FILE *__restrict __stream,
                    __const char *__restrict __format, ...);




extern int printf (__const char *__restrict __format, ...);

extern int sprintf (char *__restrict __s,
                    __const char *__restrict __format, ...) ;





extern int vfprintf (FILE *__restrict __s, __const char *__restrict __format,
                     __gnuc_va_list __arg);




extern int vprintf (__const char *__restrict __format, __gnuc_va_list __arg);

extern int vsprintf (char *__restrict __s, __const char *__restrict __format,
                     __gnuc_va_list __arg) ;





extern int snprintf (char *__restrict __s, size_t __maxlen,
                     __const char *__restrict __format, ...)
     __attribute__ ((__format__ (__printf__, 3, 4)));

extern int vsnprintf (char *__restrict __s, size_t __maxlen,
                      __const char *__restrict __format, __gnuc_va_list __arg)
     __attribute__ ((__format__ (__printf__, 3, 0)));






extern int vasprintf (char **__restrict __ptr, __const char *__restrict __f,
                      __gnuc_va_list __arg)
     __attribute__ ((__format__ (__printf__, 2, 0)));
extern int __asprintf (char **__restrict __ptr,
                       __const char *__restrict __fmt, ...)
     __attribute__ ((__format__ (__printf__, 2, 3)));
extern int asprintf (char **__restrict __ptr,
                     __const char *__restrict __fmt, ...)
     __attribute__ ((__format__ (__printf__, 2, 3)));







extern int vdprintf (int __fd, __const char *__restrict __fmt,
                     __gnuc_va_list __arg)
     __attribute__ ((__format__ (__printf__, 2, 0)));
extern int dprintf (int __fd, __const char *__restrict __fmt, ...)
     __attribute__ ((__format__ (__printf__, 2, 3)));








extern int fscanf (FILE *__restrict __stream,
                   __const char *__restrict __format, ...);




extern int scanf (__const char *__restrict __format, ...);

extern int sscanf (__const char *__restrict __s,
                   __const char *__restrict __format, ...) ;








extern int vfscanf (FILE *__restrict __s, __const char *__restrict __format,
                    __gnuc_va_list __arg)
     __attribute__ ((__format__ (__scanf__, 2, 0)));





extern int vscanf (__const char *__restrict __format, __gnuc_va_list __arg)
     __attribute__ ((__format__ (__scanf__, 1, 0)));


extern int vsscanf (__const char *__restrict __s,
                    __const char *__restrict __format, __gnuc_va_list __arg)
     __attribute__ ((__format__ (__scanf__, 2, 0)));









extern int fgetc (FILE *__stream);
extern int getc (FILE *__stream);





extern int getchar (void);

# 454 "/usr/include/stdio.h" 3 4
extern int getc_unlocked (FILE *__stream);
extern int getchar_unlocked (void);
# 465 "/usr/include/stdio.h" 3 4
extern int fgetc_unlocked (FILE *__stream);











extern int fputc (int __c, FILE *__stream);
extern int putc (int __c, FILE *__stream);





extern int putchar (int __c);

# 498 "/usr/include/stdio.h" 3 4
extern int fputc_unlocked (int __c, FILE *__stream);







extern int putc_unlocked (int __c, FILE *__stream);
extern int putchar_unlocked (int __c);






extern int getw (FILE *__stream);


extern int putw (int __w, FILE *__stream);








extern char *fgets (char *__restrict __s, int __n, FILE *__restrict __stream);






extern char *gets (char *__s);

# 543 "/usr/include/stdio.h" 3 4
extern char *fgets_unlocked (char *__restrict __s, int __n,
                             FILE *__restrict __stream);
# 559 "/usr/include/stdio.h" 3 4
extern __ssize_t __getdelim (char **__restrict __lineptr,
                               size_t *__restrict __n, int __delimiter,
                               FILE *__restrict __stream);
extern __ssize_t getdelim (char **__restrict __lineptr,
                             size_t *__restrict __n, int __delimiter,
                             FILE *__restrict __stream);







extern __ssize_t getline (char **__restrict __lineptr,
                            size_t *__restrict __n,
                            FILE *__restrict __stream);








extern int fputs (__const char *__restrict __s, FILE *__restrict __stream);





extern int puts (__const char *__s);






extern int ungetc (int __c, FILE *__stream);






extern size_t fread (void *__restrict __ptr, size_t __size,
                     size_t __n, FILE *__restrict __stream);




extern size_t fwrite (__const void *__restrict __ptr, size_t __size,
                      size_t __n, FILE *__restrict __s);

# 620 "/usr/include/stdio.h" 3 4
extern int fputs_unlocked (__const char *__restrict __s,
                           FILE *__restrict __stream);
# 631 "/usr/include/stdio.h" 3 4
extern size_t fread_unlocked (void *__restrict __ptr, size_t __size,
                              size_t __n, FILE *__restrict __stream);
extern size_t fwrite_unlocked (__const void *__restrict __ptr, size_t __size,
                               size_t __n, FILE *__restrict __stream);








extern int fseek (FILE *__stream, long int __off, int __whence);




extern long int ftell (FILE *__stream);




extern void rewind (FILE *__stream);

# 675 "/usr/include/stdio.h" 3 4
extern int fseeko (FILE *__stream, __off64_t __off, int __whence) __asm__ ("" "fseeko64");


extern __off64_t ftello (FILE *__stream) __asm__ ("" "ftello64");








# 700 "/usr/include/stdio.h" 3 4
extern int fgetpos (FILE *__restrict __stream, fpos_t *__restrict __pos) __asm__ ("" "fgetpos64");

extern int fsetpos (FILE *__stream, __const fpos_t *__pos) __asm__ ("" "fsetpos64");









extern int fseeko64 (FILE *__stream, __off64_t __off, int __whence);
extern __off64_t ftello64 (FILE *__stream);
extern int fgetpos64 (FILE *__restrict __stream, fpos64_t *__restrict __pos);
extern int fsetpos64 (FILE *__stream, __const fpos64_t *__pos);




extern void clearerr (FILE *__stream) ;

extern int feof (FILE *__stream) ;

extern int ferror (FILE *__stream) ;




extern void clearerr_unlocked (FILE *__stream) ;
extern int feof_unlocked (FILE *__stream) ;
extern int ferror_unlocked (FILE *__stream) ;








extern void perror (__const char *__s);






# 1 "/usr/include/bits/sys_errlist.h" 1 3 4
# 27 "/usr/include/bits/sys_errlist.h" 3 4
extern int sys_nerr;
extern __const char *__const sys_errlist[];


extern int _sys_nerr;
extern __const char *__const _sys_errlist[];
# 748 "/usr/include/stdio.h" 2 3 4




extern int fileno (FILE *__stream) ;




extern int fileno_unlocked (FILE *__stream) ;
# 767 "/usr/include/stdio.h" 3 4
extern FILE *popen (__const char *__command, __const char *__modes);





extern int pclose (FILE *__stream);





extern char *ctermid (char *__s) ;





extern char *cuserid (char *__s);




struct obstack;


extern int obstack_printf (struct obstack *__restrict __obstack,
                           __const char *__restrict __format, ...)
     __attribute__ ((__format__ (__printf__, 2, 3)));
extern int obstack_vprintf (struct obstack *__restrict __obstack,
                            __const char *__restrict __format,
                            __gnuc_va_list __args)
     __attribute__ ((__format__ (__printf__, 2, 0)));







extern void flockfile (FILE *__stream) ;



extern int ftrylockfile (FILE *__stream) ;


extern void funlockfile (FILE *__stream) ;
# 828 "/usr/include/stdio.h" 3 4
# 1 "/usr/include/bits/stdio.h" 1 3 4
# 33 "/usr/include/bits/stdio.h" 3 4
extern __inline int
vprintf (__const char *__restrict __fmt, __gnuc_va_list __arg)
{
  return vfprintf (stdout, __fmt, __arg);
}


extern __inline int
getchar (void)
{
  return _IO_getc (stdin);
}




extern __inline int
getc_unlocked (FILE *__fp)
{
  return ((__fp)->_IO_read_ptr >= (__fp)->_IO_read_end ? __uflow (__fp) : *(unsigned char *) (__fp)->_IO_read_ptr++);
}


extern __inline int
getchar_unlocked (void)
{
  return ((stdin)->_IO_read_ptr >= (stdin)->_IO_read_end ? __uflow (stdin) : *(unsigned char *) (stdin)->_IO_read_ptr++);
}




extern __inline int
putchar (int __c)
{
  return _IO_putc (__c, stdout);
}




extern __inline int
fputc_unlocked (int __c, FILE *__stream)
{
  return (((__stream)->_IO_write_ptr >= (__stream)->_IO_write_end) ? __overflow (__stream, (unsigned char) (__c)) : (unsigned char) (*(__stream)->_IO_write_ptr++ = (__c)));
}





extern __inline int
putc_unlocked (int __c, FILE *__stream)
{
  return (((__stream)->_IO_write_ptr >= (__stream)->_IO_write_end) ? __overflow (__stream, (unsigned char) (__c)) : (unsigned char) (*(__stream)->_IO_write_ptr++ = (__c)));
}


extern __inline int
putchar_unlocked (int __c)
{
  return (((stdout)->_IO_write_ptr >= (stdout)->_IO_write_end) ? __overflow (stdout, (unsigned char) (__c)) : (unsigned char) (*(stdout)->_IO_write_ptr++ = (__c)));
}





extern __inline __ssize_t
getline (char **__lineptr, size_t *__n, FILE *__stream)
{
  return __getdelim (__lineptr, __n, '\n', __stream);
}





extern __inline int
feof_unlocked (FILE *__stream)
{
  return (((__stream)->_flags & 0x10) != 0);
}


extern __inline int
ferror_unlocked (FILE *__stream)
{
  return (((__stream)->_flags & 0x20) != 0);
}
# 829 "/usr/include/stdio.h" 2 3 4



# 46 "jpeg.c" 2

# 1 "jpeg.h" 1
# 72 "jpeg.h"
extern int jpegscan(FILE *fp, int *mark, unsigned int *len, int first);
extern int jpeginfo(int *prcsn, int *cmpnts, unsigned int *height,
    unsigned int *width, const char *prcss);
# 48 "jpeg.c" 2
# 1 "exif.h" 1
# 47 "exif.h"
# 1 "/usr/include/sys/types.h" 1 3 4
# 29 "/usr/include/sys/types.h" 3 4






typedef __u_char u_char;
typedef __u_short u_short;
typedef __u_int u_int;
typedef __u_long u_long;
typedef __quad_t quad_t;
typedef __u_quad_t u_quad_t;
typedef __fsid_t fsid_t;




typedef __loff_t loff_t;





typedef __ino64_t ino_t;




typedef __ino64_t ino64_t;




typedef __dev_t dev_t;




typedef __gid_t gid_t;




typedef __mode_t mode_t;




typedef __nlink_t nlink_t;




typedef __uid_t uid_t;







typedef __off64_t off_t;




typedef __off64_t off64_t;




typedef __pid_t pid_t;




typedef __id_t id_t;




typedef __ssize_t ssize_t;





typedef __daddr_t daddr_t;
typedef __caddr_t caddr_t;





typedef __key_t key_t;
# 133 "/usr/include/sys/types.h" 3 4
# 1 "/usr/include/time.h" 1 3 4
# 58 "/usr/include/time.h" 3 4


typedef __clock_t clock_t;



# 74 "/usr/include/time.h" 3 4


typedef __time_t time_t;



# 92 "/usr/include/time.h" 3 4
typedef __clockid_t clockid_t;
# 104 "/usr/include/time.h" 3 4
typedef __timer_t timer_t;
# 134 "/usr/include/sys/types.h" 2 3 4



typedef __useconds_t useconds_t;



typedef __suseconds_t suseconds_t;





# 1 "/usr/lib/gcc-lib/powerpc-linux/3.3.4/include/stddef.h" 1 3 4
# 148 "/usr/include/sys/types.h" 2 3 4



typedef unsigned long int ulong;
typedef unsigned short int ushort;
typedef unsigned int uint;
# 191 "/usr/include/sys/types.h" 3 4
typedef int int8_t __attribute__ ((__mode__ (__QI__)));
typedef int int16_t __attribute__ ((__mode__ (__HI__)));
typedef int int32_t __attribute__ ((__mode__ (__SI__)));
typedef int int64_t __attribute__ ((__mode__ (__DI__)));


typedef unsigned int u_int8_t __attribute__ ((__mode__ (__QI__)));
typedef unsigned int u_int16_t __attribute__ ((__mode__ (__HI__)));
typedef unsigned int u_int32_t __attribute__ ((__mode__ (__SI__)));
typedef unsigned int u_int64_t __attribute__ ((__mode__ (__DI__)));

typedef int register_t __attribute__ ((__mode__ (__word__)));
# 213 "/usr/include/sys/types.h" 3 4
# 1 "/usr/include/endian.h" 1 3 4
# 37 "/usr/include/endian.h" 3 4
# 1 "/usr/include/bits/endian.h" 1 3 4
# 38 "/usr/include/endian.h" 2 3 4
# 214 "/usr/include/sys/types.h" 2 3 4


# 1 "/usr/include/sys/select.h" 1 3 4
# 31 "/usr/include/sys/select.h" 3 4
# 1 "/usr/include/bits/select.h" 1 3 4
# 32 "/usr/include/sys/select.h" 2 3 4


# 1 "/usr/include/bits/sigset.h" 1 3 4
# 23 "/usr/include/bits/sigset.h" 3 4
typedef int __sig_atomic_t;




typedef struct
  {
    unsigned long int __val[(1024 / (8 * sizeof (unsigned long int)))];
  } __sigset_t;
# 35 "/usr/include/sys/select.h" 2 3 4



typedef __sigset_t sigset_t;





# 1 "/usr/include/time.h" 1 3 4
# 118 "/usr/include/time.h" 3 4
struct timespec
  {
    __time_t tv_sec;
    long int tv_nsec;
  };
# 45 "/usr/include/sys/select.h" 2 3 4

# 1 "/usr/include/bits/time.h" 1 3 4
# 69 "/usr/include/bits/time.h" 3 4
struct timeval
  {
    __time_t tv_sec;
    __suseconds_t tv_usec;
  };
# 47 "/usr/include/sys/select.h" 2 3 4
# 55 "/usr/include/sys/select.h" 3 4
typedef long int __fd_mask;
# 67 "/usr/include/sys/select.h" 3 4
typedef struct
  {



    __fd_mask fds_bits[1024 / (8 * sizeof (__fd_mask))];





  } fd_set;






typedef __fd_mask fd_mask;
# 99 "/usr/include/sys/select.h" 3 4

# 109 "/usr/include/sys/select.h" 3 4
extern int select (int __nfds, fd_set *__restrict __readfds,
                   fd_set *__restrict __writefds,
                   fd_set *__restrict __exceptfds,
                   struct timeval *__restrict __timeout);
# 121 "/usr/include/sys/select.h" 3 4
extern int pselect (int __nfds, fd_set *__restrict __readfds,
                    fd_set *__restrict __writefds,
                    fd_set *__restrict __exceptfds,
                    const struct timespec *__restrict __timeout,
                    const __sigset_t *__restrict __sigmask);



# 217 "/usr/include/sys/types.h" 2 3 4


# 1 "/usr/include/sys/sysmacros.h" 1 3 4
# 220 "/usr/include/sys/types.h" 2 3 4




typedef __blksize_t blksize_t;
# 244 "/usr/include/sys/types.h" 3 4
typedef __blkcnt64_t blkcnt_t;



typedef __fsblkcnt64_t fsblkcnt_t;



typedef __fsfilcnt64_t fsfilcnt_t;





typedef __blkcnt64_t blkcnt64_t;
typedef __fsblkcnt64_t fsblkcnt64_t;
typedef __fsfilcnt64_t fsfilcnt64_t;





# 1 "/usr/include/bits/pthreadtypes.h" 1 3 4
# 23 "/usr/include/bits/pthreadtypes.h" 3 4
# 1 "/usr/include/bits/sched.h" 1 3 4
# 83 "/usr/include/bits/sched.h" 3 4
struct __sched_param
  {
    int __sched_priority;
  };
# 24 "/usr/include/bits/pthreadtypes.h" 2 3 4

typedef int __atomic_lock_t;


struct _pthread_fastlock
{
  long int __status;
  __atomic_lock_t __spinlock;

};



typedef struct _pthread_descr_struct *_pthread_descr;





typedef struct __pthread_attr_s
{
  int __detachstate;
  int __schedpolicy;
  struct __sched_param __schedparam;
  int __inheritsched;
  int __scope;
  size_t __guardsize;
  int __stackaddr_set;
  void *__stackaddr;
  size_t __stacksize;
} pthread_attr_t;





__extension__ typedef long long __pthread_cond_align_t;




typedef struct
{
  struct _pthread_fastlock __c_lock;
  _pthread_descr __c_waiting;
  char __padding[48 - sizeof (struct _pthread_fastlock)
                 - sizeof (_pthread_descr) - sizeof (__pthread_cond_align_t)];
  __pthread_cond_align_t __align;
} pthread_cond_t;



typedef struct
{
  int __dummy;
} pthread_condattr_t;


typedef unsigned int pthread_key_t;





typedef struct
{
  int __m_reserved;
  int __m_count;
  _pthread_descr __m_owner;
  int __m_kind;
  struct _pthread_fastlock __m_lock;
} pthread_mutex_t;



typedef struct
{
  int __mutexkind;
} pthread_mutexattr_t;



typedef int pthread_once_t;




typedef struct _pthread_rwlock_t
{
  struct _pthread_fastlock __rw_lock;
  int __rw_readers;
  _pthread_descr __rw_writer;
  _pthread_descr __rw_read_waiting;
  _pthread_descr __rw_write_waiting;
  int __rw_kind;
  int __rw_pshared;
} pthread_rwlock_t;



typedef struct
{
  int __lockkind;
  int __pshared;
} pthread_rwlockattr_t;




typedef volatile int pthread_spinlock_t;


typedef struct {
  struct _pthread_fastlock __ba_lock;
  int __ba_required;
  int __ba_present;
  _pthread_descr __ba_waiting;
} pthread_barrier_t;


typedef struct {
  int __pshared;
} pthread_barrierattr_t;





typedef unsigned long int pthread_t;
# 267 "/usr/include/sys/types.h" 2 3 4



# 48 "exif.h" 2
# 161 "exif.h"
enum byteorder { LITTLE, BIG };




struct descrip {
        int32_t val;
        const char *descr;
};




struct exiftag {
        u_int16_t tag;
        u_int16_t type;
        u_int16_t count;
        unsigned short lvl;
        const char *name;
        const char *descr;
        struct descrip *table;
};




struct exifprop {
        u_int16_t tag;
        u_int16_t type;
        u_int32_t count;
        u_int32_t value;
        const char *name;
        const char *descr;
        char *str;
        unsigned short lvl;
        int ifdseq;
        u_int16_t override;
        struct exiftag *tagset;
        struct exifprop *par;
        struct exifprop *next;
};
# 218 "exif.h"
struct tiffmeta {
        enum byteorder order;
        unsigned char *btiff;
        unsigned char *etiff;
};




struct exiftags {
        struct exifprop *props;
        struct tiffmeta md;

        const char *model;
        short mkrval;



        short exifmaj;
        short exifmin;
};




extern int debug;
extern const char *progname;
extern struct exiftag tags[];

extern struct exifprop *findprop(struct exifprop *prop,
    struct exiftag *tagset, u_int16_t tag);
extern void exifdie(const char *msg);
extern void exifwarn(const char *msg);
extern void exifwarn2(const char *msg1, const char *msg2);

extern void exiffree(struct exiftags *t);
extern struct exiftags *exifscan(unsigned char *buf, int len, int domkr);
extern struct exiftags *exifparse(unsigned char *buf, int len);
# 49 "jpeg.c" 2


static FILE *infile;



static int jpg_prcsn;
static int jpg_cmpnts;
static unsigned int jpg_height;
static unsigned int jpg_width;
static const char *jpg_prcss;

static int seensof;




static struct jpgprocess {
        int sof;
        const char *str;
} process[] = {
        { 0xc0, "Baseline" },
        { 0xc1, "Extended sequential" },
        { 0xc2, "Progressive" },
        { 0xc3, "Lossless" },
        { 0xc5, "Differential sequential" },
        { 0xc6, "Differential progressive" },
        { 0xc7, "Differential lossless" },
        { 0xc9, "Extended sequential, arithmetic coding" },
        { 0xca, "Progressive, arithmetic coding" },
        { 0xcb, "Lossless, arithmetic coding" },
        { 0xcd, "Differential sequential, arithmetic coding" },
        { 0xce, "Differential progressive, arithmetic coding" },
        { 0xcf, "Differential lossless, arithmetic coding" },
        { 0x100, "Unknown" },
};





static int
jpg1byte(void)
{
        int b;

        b = fgetc(infile);
        if (b == (-1))
        {
                exifdie("invalid JPEG format");
                return 0;
        }
        return (b);
}





static unsigned int
jpg2byte(void)
{
        unsigned int b1, b2;

        b1 = fgetc(infile);
        b2 = fgetc(infile);
        if (b1 == (-1) || b2 == (-1))
        {
                exifdie("invalid JPEG format");
                return 0;
        }

        return ((b1 << 8) | b2);
}





static unsigned int
mkrlen(void)
{
        unsigned int l;



        if ((l = jpg2byte()) < 2)
        {
                exifdie("invalid JPEG marker (length mismatch)");
                return 0;
        }
        return (l - 2);
}





static void
skipmkr(void)
{
        unsigned int l;

        l = mkrlen();
        while (l) {
                jpg1byte();
                l--;
        }
}





static int
topmkr(void)
{

        if (jpg1byte() != 0xff)
                return (0x100);
        return (jpg1byte());
}





static int
nxtmkr(void)
{
        int b;
        int bad = 0;



        while ((b = jpg1byte()) != 0xff)
                return 0;



        while ((b = jpg1byte()) == 0xff);

        if (bad)
                exifwarn("skipped spurious bytes in JPEG");

        return (b);
}






static void
sofmrk(int mark)
{
        int i;
        unsigned int l;

        l = mkrlen();
        jpg_prcsn = jpg1byte();
        jpg_height = jpg2byte();
        jpg_width = jpg2byte();
        jpg_cmpnts = jpg1byte();

        for (i = 0; process[i].sof < 0x100; i++)
                if (process[i].sof == mark)
                        break;
        jpg_prcss = process[i].str;



        if (l != (unsigned int)(6 + jpg_cmpnts * 3))
        {
                exifdie("invalid JPEG SOF marker (length mismatch)");
                return;
        }



        for (i = 0; i < jpg_cmpnts; i++) {
                jpg1byte(); jpg1byte(); jpg1byte();
        }

        seensof = 1;
}






int
jpegscan(FILE *fp, int *mark, unsigned int *len, int first)
{
        infile = fp;



        if (first && topmkr() != 0xd8) {
                exifwarn("doesn't appear to be a JPEG file; "
                    "searching for start of image");
                if (nxtmkr() != 0xd8)
                {
                        exifdie("start of image not found");
                        return 0;
                }
        }



        for (;;) {
                switch ((*mark = nxtmkr())) {
                case 0xd9:
                case 0xda:
                        return (0);

                case 0xe1:
                case 0xe2:
                        *len = mkrlen();
                        return (1);



                case 0xc0:
                case 0xc1:
                case 0xc3:
                case 0xc5:
                case 0xc6:
                case 0xc7:
                case 0xc9:
                case 0xca:
                case 0xcb:
                case 0xcd:
                case 0xce:
                case 0xcf:
                        sofmrk(*mark);
                        break;



                default:
                        skipmkr();
                }
        }

        return (0);
}






int
jpeginfo(int *prcsn, int *cmpnts, unsigned int *height, unsigned int *width,
    const char *prcss)
{

        *prcsn = jpg_prcsn;
        *cmpnts = jpg_cmpnts;
        *height = jpg_height;
        *width = jpg_width;
        prcss = jpg_prcss;

        return (seensof);
}

--===============2000612290==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="bt"

(gdb) attach 13112
Attaching to process 13112
Reading symbols from /usr/lib/gcc-lib/powerpc-linux/3.3.4/cc1...(no debugging symbols found)...done.
Using host libthread_db library "/lib/libthread_db.so.1".
Reading symbols from /lib/libc.so.6...(no debugging symbols found)...done.
Loaded symbols for /lib/libc.so.6
Reading symbols from /lib/ld.so.1...(no debugging symbols found)...done.
Loaded symbols for /lib/ld.so.1
0x102b3424 in error ()
(gdb) bt
#0  0x102b3424 in error ()
#1  0x102b7e6c in error ()
#2  0x102b7f18 in error ()
#3  0x102108b4 in error ()
#4  0x100160d4 in ?? ()

--===============2000612290==--

---------------------------------------
Received: (at 269209-close) by bugs.debian.org; 26 Sep 2004 13:53:12 +0000
>From katie@ftp-master.debian.org Sun Sep 26 06:53:12 2004
Return-path: <katie@ftp-master.debian.org>
Received: from newraff.debian.org [208.185.25.31] (mail)
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1CBZSh-0000J5-00; Sun, 26 Sep 2004 06:53:11 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
	id 1CBZMv-0000yq-00; Sun, 26 Sep 2004 09:47:13 -0400
From: Matthias Klose <doko@debian.org>
To: 269209-close@bugs.debian.org
X-Katie: $Revision: 1.51 $
Subject: Bug#269209: fixed in gcc-3.3 1:3.3.4-13
Message-Id: <E1CBZMv-0000yq-00@newraff.debian.org>
Sender: Archive Administrator <katie@ftp-master.debian.org>
Date: Sun, 26 Sep 2004 09:47:13 -0400
Delivered-To: 269209-close@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
	autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Source: gcc-3.3
Source-Version: 1:3.3.4-13

We believe that the bug you reported is fixed in the latest version of
gcc-3.3, which is due to be installed in the Debian FTP archive:

cpp-3.3-doc_3.3.4-13_all.deb
  to pool/main/g/gcc-3.3/cpp-3.3-doc_3.3.4-13_all.deb
cpp-3.3_3.3.4-13_i386.deb
  to pool/main/g/gcc-3.3/cpp-3.3_3.3.4-13_i386.deb
fixincludes_3.3.4-13_i386.deb
  to pool/main/g/gcc-3.3/fixincludes_3.3.4-13_i386.deb
g++-3.3_3.3.4-13_i386.deb
  to pool/main/g/gcc-3.3/g++-3.3_3.3.4-13_i386.deb
g77-3.3-doc_3.3.4-13_all.deb
  to pool/main/g/gcc-3.3/g77-3.3-doc_3.3.4-13_all.deb
g77-3.3_3.3.4-13_i386.deb
  to pool/main/g/gcc-3.3/g77-3.3_3.3.4-13_i386.deb
gcc-3.3-base_3.3.4-13_i386.deb
  to pool/main/g/gcc-3.3/gcc-3.3-base_3.3.4-13_i386.deb
gcc-3.3-doc_3.3.4-13_all.deb
  to pool/main/g/gcc-3.3/gcc-3.3-doc_3.3.4-13_all.deb
gcc-3.3_3.3.4-13.diff.gz
  to pool/main/g/gcc-3.3/gcc-3.3_3.3.4-13.diff.gz
gcc-3.3_3.3.4-13.dsc
  to pool/main/g/gcc-3.3/gcc-3.3_3.3.4-13.dsc
gcc-3.3_3.3.4-13_i386.deb
  to pool/main/g/gcc-3.3/gcc-3.3_3.3.4-13_i386.deb
gcj-3.3_3.3.4-13_i386.deb
  to pool/main/g/gcc-3.3/gcj-3.3_3.3.4-13_i386.deb
gij-3.3_3.3.4-13_i386.deb
  to pool/main/g/gcc-3.3/gij-3.3_3.3.4-13_i386.deb
gnat-3.3-doc_3.3.4-13_all.deb
  to pool/main/g/gcc-3.3/gnat-3.3-doc_3.3.4-13_all.deb
gnat-3.3_3.3.4-13_i386.deb
  to pool/main/g/gcc-3.3/gnat-3.3_3.3.4-13_i386.deb
gobjc-3.3_3.3.4-13_i386.deb
  to pool/main/g/gcc-3.3/gobjc-3.3_3.3.4-13_i386.deb
gpc-2.1-3.3-doc_3.3.4.20040516-13_all.deb
  to pool/main/g/gcc-3.3/gpc-2.1-3.3-doc_3.3.4.20040516-13_all.deb
gpc-2.1-3.3_3.3.4.20040516-13_i386.deb
  to pool/main/g/gcc-3.3/gpc-2.1-3.3_3.3.4.20040516-13_i386.deb
libffi2-dev_3.3.4-13_i386.deb
  to pool/main/g/gcc-3.3/libffi2-dev_3.3.4-13_i386.deb
libffi2_3.3.4-13_i386.deb
  to pool/main/g/gcc-3.3/libffi2_3.3.4-13_i386.deb
libg2c0-dev_3.3.4-13_i386.deb
  to pool/main/g/gcc-3.3/libg2c0-dev_3.3.4-13_i386.deb
libg2c0_3.3.4-13_i386.deb
  to pool/main/g/gcc-3.3/libg2c0_3.3.4-13_i386.deb
libgcj-common_3.3.4-13_all.deb
  to pool/main/g/gcc-3.3/libgcj-common_3.3.4-13_all.deb
libgcj4-awt_3.3.4-13_i386.deb
  to pool/main/g/gcc-3.3/libgcj4-awt_3.3.4-13_i386.deb
libgcj4-common_3.3.4-13_all.deb
  to pool/main/g/gcc-3.3/libgcj4-common_3.3.4-13_all.deb
libgcj4-dev_3.3.4-13_i386.deb
  to pool/main/g/gcc-3.3/libgcj4-dev_3.3.4-13_i386.deb
libgcj4_3.3.4-13_i386.deb
  to pool/main/g/gcc-3.3/libgcj4_3.3.4-13_i386.deb
libobjc1_3.3.4-13_i386.deb
  to pool/main/g/gcc-3.3/libobjc1_3.3.4-13_i386.deb
libstdc++5-3.3-dbg_3.3.4-13_i386.deb
  to pool/main/g/gcc-3.3/libstdc++5-3.3-dbg_3.3.4-13_i386.deb
libstdc++5-3.3-dev_3.3.4-13_i386.deb
  to pool/main/g/gcc-3.3/libstdc++5-3.3-dev_3.3.4-13_i386.deb
libstdc++5-3.3-doc_3.3.4-13_all.deb
  to pool/main/g/gcc-3.3/libstdc++5-3.3-doc_3.3.4-13_all.deb
libstdc++5-3.3-pic_3.3.4-13_i386.deb
  to pool/main/g/gcc-3.3/libstdc++5-3.3-pic_3.3.4-13_i386.deb
libstdc++5_3.3.4-13_i386.deb
  to pool/main/g/gcc-3.3/libstdc++5_3.3.4-13_i386.deb
protoize_3.3.4-13_i386.deb
  to pool/main/g/gcc-3.3/protoize_3.3.4-13_i386.deb
treelang-3.3_3.3.4-13_i386.deb
  to pool/main/g/gcc-3.3/treelang-3.3_3.3.4-13_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 269209@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Matthias Klose <doko@debian.org> (supplier of updated gcc-3.3 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Sun, 26 Sep 2004 11:34:03 +0200
Source: gcc-3.3
Binary: gcc-3.3-nof gcc-3.3 libobjc1 libgcc1 lib64g2c0 libstdc++5-3.3-doc libgcj4 gpc-2.1-3.3-doc libstdc++5 cpp-3.3-doc protoize gcc-3.3-hppa64 cpp-3.3 libgcj4-awt libstdc++5-3.3-dbg g77-3.3-doc gpc-2.1-3.3 g77-3.3 libgcj4-dev gcc-3.3-doc libgnat-3.15 lib64objc1 lib64ffi2 libstdc++5-3.3-dev libffi2-dev gcj-3.3 libgcj-common gobjc-3.3 lib64stdc++5 gcc-3.3-soft-float lib64gcj4 treelang-3.3 libg2c0-dev lib64gcc1 fastjar lib64gnat3.15 fixincludes libg2c0 gij-3.3 libstdc++5-3.3-pic gcc-3.3-base g++-3.3 gnat-3.3 libffi2 gnat-3.3-doc libgcj4-common
Architecture: source i386 all
Version: 1:3.3.4-13
Distribution: unstable
Urgency: low
Maintainer: Debian GCC maintainers <debian-gcc@lists.debian.org>
Changed-By: Matthias Klose <doko@debian.org>
Description: 
 cpp-3.3    - The GNU C preprocessor
 cpp-3.3-doc - Documentation for the GNU C preprocessor (cpp)
 fixincludes - Fix non-ANSI header files
 g++-3.3    - The GNU C++ compiler
 g77-3.3    - The GNU Fortran 77 compiler
 g77-3.3-doc - Documentation for the GNU Fortran compiler (g77)
 gcc-3.3    - The GNU C compiler
 gcc-3.3-base - The GNU Compiler Collection (base package)
 gcc-3.3-doc - Documentation for the GNU compilers (gcc, gobjc, g++)
 gcj-3.3    - The GNU compiler for Java(TM)
 gij-3.3    - The GNU Java bytecode interpreter
 gnat-3.3   - The GNU Ada compiler
 gnat-3.3-doc - Documentation for the GNU Ada compiler (gnat)
 gobjc-3.3  - The GNU Objective-C compiler
 gpc-2.1-3.3 - The GNU Pascal compiler
 gpc-2.1-3.3-doc - Documentation for the GNU Pascal compiler (gpc)
 libffi2    - Foreign Function Interface library runtime
 libffi2-dev - Foreign Function Interface library (development files)
 libg2c0    - Runtime library for GNU Fortran 77 applications
 libg2c0-dev - GNU Fortran 77 library development
 libgcj-common - Java runtime library (common files)
 libgcj4    - Java runtime library for use with gcj
 libgcj4-awt - AWT peer runtime libraries for use with gcj
 libgcj4-common - Java runtime library for use with gcj (jar files)
 libgcj4-dev - Java development headers and static library for use with gcj
 libobjc1   - Runtime library for GNU Objective-C applications
 libstdc++5 - The GNU Standard C++ Library v3
 libstdc++5-3.3-dbg - The GNU Standard C++ Library v3 (debugging files)
 libstdc++5-3.3-dev - The GNU Standard C++ Library v3 (development files)
 libstdc++5-3.3-doc - The GNU Standard C++ Library v3 (documentation files)
 libstdc++5-3.3-pic - The GNU Standard C++ Library v3 (shared library subset kit)
 protoize   - Create/remove ANSI prototypes from C code
 treelang-3.3 - The GNU Treelang compiler
Closes: 269209
Changes: 
 gcc-3.3 (1:3.3.4-13) unstable; urgency=low
 .
   * gcc-3.3.5 second prerelease, updated to 20040926.
     - Fix gcc not terminating compilation of some files at -O2.
       Closes: #269209.
Files: 
 d050d586ef4c48b46b1aa0553b99a2d3 2224 devel standard gcc-3.3_3.3.4-13.dsc
 9d946357ffd35c499ccd17e8a33558cb 3533840 devel standard gcc-3.3_3.3.4-13.diff.gz
 e6858079438973c50296d9dd5b1c66da 176654 doc optional cpp-3.3-doc_3.3.4-13_all.deb
 a346d5771b9f61e136d48e8efc86dd78 1330824 libs optional libgcj4-common_3.3.4-13_all.deb
 78b6921e6bc48b8239d0d8757db4d9a8 1166 libs optional libgcj-common_3.3.4-13_all.deb
 edc24322c51b663e7d7fa576e67c6bc4 2879434 doc optional libstdc++5-3.3-doc_3.3.4-13_all.deb
 8c37d649ebfc5ac915ecd257d80b5084 628580 doc optional g77-3.3-doc_3.3.4-13_all.deb
 73a7c1b971421d6f32cc68f14cb13c9b 707490 doc optional gnat-3.3-doc_3.3.4-13_all.deb
 7b6b637acbfe3d94c9205de2be3c3191 1204214 doc optional gpc-2.1-3.3-doc_3.3.4.20040516-13_all.deb
 37298300c75b96f1c4b17790756126c1 1336112 doc optional gcc-3.3-doc_3.3.4-13_all.deb
 478689477e4101d77a49f91d9f51d2ee 147382 devel required gcc-3.3-base_3.3.4-13_i386.deb
 8e6adbaa9298dc89924d01a08e75bf18 1391084 interpreters standard cpp-3.3_3.3.4-13_i386.deb
 ac2f33559c7873e484418a6055d915b0 23136 devel optional protoize_3.3.4-13_i386.deb
 2645f2a005e43f022b46d972724c9352 74194 devel optional fixincludes_3.3.4-13_i386.deb
 373325a612d867b6ca4d6fadfc043a57 1467258 devel optional gobjc-3.3_3.3.4-13_i386.deb
 3360955d865e7167b4d82df36394971a 136526 libs optional libobjc1_3.3.4-13_i386.deb
 bc9dfced5864e597f0be3ad3bbf0eb92 12982 devel optional gij-3.3_3.3.4-13_i386.deb
 b191dcaade04d5e768b1b62e99828b30 2586414 libs optional libgcj4_3.3.4-13_i386.deb
 ef2c61d5d554e8c185e5b35301b63bdc 62552 libs optional libgcj4-awt_3.3.4-13_i386.deb
 4585d325b46df2305d4fff15bba6005c 1734482 devel optional gcj-3.3_3.3.4-13_i386.deb
 9dbaf02b1f1ae5080711a7b13892d327 4751052 libdevel optional libgcj4-dev_3.3.4-13_i386.deb
 83ec4da9c4a387d68a381141b03312d2 71256 libs optional libffi2_3.3.4-13_i386.deb
 0aea956cd878156fed141a2f3cf5914e 11182 libdevel optional libffi2-dev_3.3.4-13_i386.deb
 4fefa9e3c1bc7aa7746d487789cd59f4 1776582 devel standard g++-3.3_3.3.4-13_i386.deb
 b2aa2ecd05845753e9145febceafee74 292698 base required libstdc++5_3.3.4-13_i386.deb
 8f791671143c81e606f6baad9edf760a 774608 libdevel standard libstdc++5-3.3-dev_3.3.4-13_i386.deb
 9931d1b229f189df1e9ee45d46446074 325360 libdevel extra libstdc++5-3.3-pic_3.3.4-13_i386.deb
 0a7378fe330bc2c1af4e0308e0054e5c 4868226 libdevel extra libstdc++5-3.3-dbg_3.3.4-13_i386.deb
 0242b2c26e44b6747d5798b9ef003f63 50564 libs optional libg2c0_3.3.4-13_i386.deb
 93cbf31a7ea839c0d6ac30bb57140190 1549160 devel optional g77-3.3_3.3.4-13_i386.deb
 3b60f46a61f370f053f60f37f6969262 66606 libdevel optional libg2c0-dev_3.3.4-13_i386.deb
 e91d296008a23d2dce5e7d6298f65ea8 6215768 devel optional gnat-3.3_3.3.4-13_i386.deb
 f4dff0a5add20c53f74c3bc3cc207acd 1321366 devel optional treelang-3.3_3.3.4-13_i386.deb
 d83eebc1d91ea984cb9ebc8e9756ca00 1938948 devel optional gpc-2.1-3.3_3.3.4.20040516-13_i386.deb
 27752e591b71278fa5ad72b63e231783 1563940 devel standard gcc-3.3_3.3.4-13_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)

iD8DBQFBVrbFStlRaw+TLJwRAkoQAJ4qQQVFtU9izYPVSjbMc6z4nCen+QCgt7B4
mzzTkEdqBM/4tXb7rIrRzUo=
=NDX3
-----END PGP SIGNATURE-----



Reply to: