Processed: gcc: submitted Debian report #284777 to gcc-gnats as PR 19004

2004-12-19 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # submitted Debian report #284777 to gcc-gnats as PR 19004
> # http://gcc.gnu.org/PR19004
> forwarded 284777 http://gcc.gnu.org/PR19004
Bug#284777: [PR 19005] [3.4 regression] Error: bad register name `%sil'
Forwarded-to-address changed from http://gcc.gnu.org/PR19005 to 
http://gcc.gnu.org/PR19004.

> retitle 284777 [PR 19004] [3.4/4.0 regression] ICE in uses_template_parms at 
> cp/pt.c:4860
Bug#284777: [PR 19005] [3.4 regression] Error: bad register name `%sil'
Changed Bug title.

> tags 284777 + upstream
Bug#284777: [PR 19004] [3.4/4.0 regression] ICE in uses_template_parms at 
cp/pt.c:4860
Tags were: upstream
Tags added: upstream

> thanks
Stopping processing here.

Please contact me if you need assistance.

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




Bug#286393: gcc generates wrong assembler for xchgb on amd64/x86_64.

2004-12-19 Thread Kurt Roeckx
Package: gcc-3.3
Version: 3.3.5-4

Hi,

The libsdl1.2 package is currently failing to build on amd64.
The problem seem to be that gcc generates incorrect assembler, or
atleast assember that as from binutils version 2.15-5 has a
problem with.

The attached file compiled with -O2 -S gives the following
assembler:
.LFE28:
.size   SDL_WriteLE16, .-SDL_WriteLE16
.p2align 4,,15
.globl SDL_WriteBE16
.type   SDL_WriteBE16, @function
SDL_WriteBE16:
.LFB30:
subq$8, %rsp
.LCFI7:
movl$1, %ecx
movl$2, %edx
movw%si, 6(%rsp)
#APP
xchgb %sil,%ax
#NO_APP
movw%si, 6(%rsp)
leaq6(%rsp), %rsi
call*16(%rdi)
addq$8, %rsp
ret


As gives the following error:
SDL_endian.S: Assembler messages:
SDL_endian.S:136: Error: suffix or operands invalid for `xchg'

Which is the line: xchgb %sil,%ax


The same generated with -O1 -S gives:
.LFE28:
.size   SDL_WriteLE16, .-SDL_WriteLE16
.globl SDL_WriteBE16
.type   SDL_WriteBE16, @function
SDL_WriteBE16:
.LFB30:
subq$8, %rsp
.LCFI7:
movw%si, 6(%rsp)
movl%esi, %eax
#APP
xchgb %al,%ah
#NO_APP
movw%ax, 6(%rsp)
movl$1, %ecx
movl$2, %edx
leaq6(%rsp), %rsi
call*16(%rdi)
addq$8, %rsp
ret

The same SDL_Swap16() function is used in both SDL_ReadBE16() and
SDL_WriteBE16().  The call generated code for SDL_ReadBE16 always
has "xchgb %al,%ah".

The same thing tried with gcc-3.4 -O2 also fails and generates
this instead:
.LFE21:
.size   SDL_WriteLE16, .-SDL_WriteLE16
.p2align 4,,15
.globl SDL_WriteBE16
.type   SDL_WriteBE16, @function
SDL_WriteBE16:
.LFB22:
subq$8, %rsp
.LCFI7:
movq%rdi, %rax
movl$1, %ecx
movw%si, 6(%rsp)
movl$2, %edx
#APP
xchgb %sil,%si
#NO_APP
movw%si, 6(%rsp)
leaq6(%rsp), %rsi
call*16(%rax)
addq$8, %rsp
ret


Kurt

# 1 "../../../SDL-1.2.7+1.2.8cvs20041007/src/endian/SDL_endian.c"
# 1 ""
# 1 ""
# 1 "../../../SDL-1.2.7+1.2.8cvs20041007/src/endian/SDL_endian.c"
# 30 "../../../SDL-1.2.7+1.2.8cvs20041007/src/endian/SDL_endian.c"
# 1 "../../../SDL-1.2.7+1.2.8cvs20041007/include/SDL_endian.h" 1
# 45 "../../../SDL-1.2.7+1.2.8cvs20041007/include/SDL_endian.h"
# 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/x86_64-linux/3.3.5/include/stddef.h" 1 3 4
# 213 "/usr/lib/gcc-lib/x86_64-linux/3.3.5/include/stddef.h" 3 4
typedef long 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/x86_64-linux/3.3.5/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;

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







typedef long int __quad_t;
typedef unsigned 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 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 int __ino64_t;
__extension__ typedef unsigned int __mode_t;
__extension__ typedef unsigned long int __nlink_t;
__extension__ typedef long int __off_t;
__extension__ typedef 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 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 void * __timer_t;


__extension__ typedef long int __blksize_t;




__extension__ typedef long int __blkcnt_t;
__extension__ t

Results for 3.3.5 (Debian 1:3.3.5-5) testsuite on hppa-linux

2004-12-19 Thread Matthias Klose
led test
FAIL: verify execution - gij test
FAIL: verify execution - bytecode->native test
FAIL: verify -O execution - source compiled test
FAIL: verify execution - gij test
FAIL: verify -O execution - bytecode->native test
FAIL: 
/build/packages/gcc/3.3/gcc-3.3-3.3.5/build/hppa-linux/libjava/testsuite/TestEarlyGC.exe
 execution - 
/build/packages/gcc/3.3/gcc-3.3-3.3.5/build/hppa-linux/libjava/testsuite/TestEarlyGC.exe
FAIL: 
/build/packages/gcc/3.3/gcc-3.3-3.3.5/build/hppa-linux/libjava/testsuite/TestLeak.exe
 execution - 
/build/packages/gcc/3.3/gcc-3.3-3.3.5/build/hppa-linux/libjava/testsuite/TestLeak.exe
FAIL: 
/build/packages/gcc/3.3/gcc-3.3-3.3.5/build/hppa-linux/libjava/testsuite/TestMultiple.exe
 execution - 
/build/packages/gcc/3.3/gcc-3.3-3.3.5/build/hppa-linux/libjava/testsuite/TestMultiple.exe
FAIL: 
/build/packages/gcc/3.3/gcc-3.3-3.3.5/build/hppa-linux/libjava/testsuite/TestParent.exe
 execution - 
/build/packages/gcc/3.3/gcc-3.3-3.3.5/build/hppa-linux/libjava/testsuite/TestParent.exe

=== libjava Summary ===

# of expected passes1360
# of unexpected failures825
# of expected failures  10
# of untested testcases 837

=== libstdc++-v3 check-abi Summary ===

# of added symbols:  52
# of missing symbols:1
# of incompatible symbols:   1

using: 
/build/packages/gcc/3.3/gcc-3.3-3.3.5/src/libstdc++-v3/config/abi/hppa-linux-gnu/baseline_symbols.txt

=== libstdc++-v3 tests ===


Running target unix
XPASS: 22_locale/collate_byname.cc execution test
XPASS: 22_locale/collate_members_char.cc execution test
XPASS: 22_locale/collate_members_wchar_t.cc execution test
XPASS: 22_locale/ctype_is_char.cc execution test
XPASS: 22_locale/ctype_is_wchar_t.cc execution test
XPASS: 22_locale/members.cc execution test
XPASS: 22_locale/messages_byname.cc execution test
XPASS: 22_locale/messages_members_char.cc execution test
XPASS: 22_locale/money_get_members_char.cc execution test
XPASS: 22_locale/money_get_members_wchar_t.cc execution test
XPASS: 22_locale/money_put_members_char.cc execution test
XPASS: 22_locale/money_put_members_wchar_t.cc execution test
XPASS: 22_locale/moneypunct_byname.cc execution test
XPASS: 22_locale/moneypunct_members_char.cc execution test
XPASS: 22_locale/moneypunct_members_wchar_t.cc execution test
XPASS: 22_locale/num_get_members_char.cc execution test
XPASS: 22_locale/num_get_members_wchar_t.cc execution test
XPASS: 22_locale/num_put_members_char.cc execution test
XPASS: 22_locale/num_put_members_wchar_t.cc execution test
XPASS: 22_locale/numpunct_byname.cc execution test
XPASS: 22_locale/numpunct_members_char.cc execution test
XPASS: 22_locale/numpunct_members_wchar_t.cc execution test
XPASS: 22_locale/time_get_members_char.cc execution test
XPASS: 22_locale/time_get_members_wchar_t.cc execution test
XPASS: 22_locale/time_put_members_char.cc execution test
XPASS: 22_locale/time_put_members_wchar_t.cc execution test

=== libstdc++-v3 Summary ===

# of expected passes453
# of unexpected successes   26
# of expected failures  2

Compiler version: 3.3.5 (Debian 1:3.3.5-5) 
Platform: hppa-linux
configure flags: --host=hppa-linux -v 
--enable-languages=c,c++,java,f77,pascal,objc,ada,treelang --prefix=/usr 
--mandir=/usr/share/man --infodir=/usr/share/info 
--with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared --with-system-zlib 
--enable-nls --without-included-gettext --enable-__cxa_atexit 
--enable-sjlj-exceptions --enable-clocale=gnu --enable-debug 
--enable-java-gc=boehm --enable-java-awt=xlib --enable-objc-gc
BOOT_CFLAGS=-g -O2 


Build Dependencies:
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name   VersionDescription
+++-==-==-
ii  binutils   2.15-5 The GNU assembler, linker and binary utiliti
ii  libc6-dev  2.3.2.ds1-19   GNU C Library: Development Libraries and Hea


Patches that Debian applied in this version:

cvs-updates:
  CVS updates from the 3.3 branch upto 20041219

pr14925:
  Backport of PR14925 to the gcc-3.3 branch

pr17684:
  Backport of PR17684 to the gcc-3.3 branch

pr18153:
  Backport of PR18153 to the gcc-3.3 branch

pr18380:
  Backport of PR18380 to the gcc-3.3 branch

pr18508:
  Backport of PR18508 to the gcc-3.3 branch

gcc-version:
  Add "(Debian )" to the gcc version string

rename-info-files:
  Allow transformations on info file names. Reference the
  transformed info file names in the texinfo files.

libf2c-update:
  libf2c update taken from the 3.4.1 release.

libobjc-update:
  libobjc update taken from the 3.4.1 release.

libstdc++-pic:
  Build and install libstdc++_pic.a library.

libstdc++-doclink:
  link local libstdc++ documentation t

Results for 3.3.5 (Debian 1:3.3.5-5) testsuite on i486-linux

2004-12-19 Thread Matthias Klose
, linker and binary utiliti
ii  libc6-dev  2.3.2.ds1-19   GNU C Library: Development Libraries and Hea


Patches that Debian applied in this version:

cvs-updates:
  CVS updates from the 3.3 branch upto 20041219

pr14925:
  Backport of PR14925 to the gcc-3.3 branch

pr17684:
  Backport of PR17684 to the gcc-3.3 branch

pr18153:
  Backport of PR18153 to the gcc-3.3 branch

pr18380:
  Backport of PR18380 to the gcc-3.3 branch

pr18508:
  Backport of PR18508 to the gcc-3.3 branch

gcc-version:
  Add "(Debian )" to the gcc version string

rename-info-files:
  Allow transformations on info file names. Reference the
  transformed info file names in the texinfo files.

libf2c-update:
  libf2c update taken from the 3.4.1 release.

libobjc-update:
  libobjc update taken from the 3.4.1 release.

libstdc++-pic:
  Build and install libstdc++_pic.a library.

libstdc++-doclink:
  link local libstdc++ documentation to local source-level documentation 

gccbug:
  Use sensible-editor instead of vi as fallback editor

gccbug-posix:
  Make gccbug POSIX compliant (patch by David Weinehall)
  http://www.opengroup.org/onlinepubs/009695399/utilities/test.html

hppa-libffi:
  libffi support for hppa

hppa-libjava:
  Enable libjava support for hppa

libffi-config:
  ffi.h.in: correctly #define ffi_type_[us]long on 32bit archs

i386-mtune:
  2004-07-08  Paolo Bonzini  <[EMAIL PROTECTED]>
  Jakub Jelinek  <[EMAIL PROTECTED]>
  
* config/i386/i386.c (override_options): Enable
SSE prefetches with -mtune, as long as we are
compiling for i686 or higher.  All i686 processors
accept SSE prefetches as NOPS, some i586's don't.

link-libs:

gcc-doc-locale:
  gcc/doc/invoke.texi: Fix locale name.

libtool-rpath:
  2003-03-10  Andreas Schwab  
  With the introduction of multi-os-directory the libdir specification in
  *.la files have /. appended to \$(libdir).  This confuses libtool when it
  tries to find out whether to add -rpath, because it only matches literally
  against sys_lib_dlsearch_path members.  Tested on i386-linux.

gcj-without-rpath:
  don't define runtime link path for java binaries and libraries

libffi-install:
  Allows libffi to be installed

libffi-no-debug:
  Do not build libffi with debug information, although configuring
  with --enable-debug

deb-protoize:
  build protoize/unprotoize by default

libobjc:
  Find gc.h header in /usr/include/gc for --enable-objc-gc enabled builds.

ada-gcc-name:
  use gcc-3.3 instead of gcc and gnatXXX-3.15 instead of gnatXXX
  as the command names.

gpc-20040516-patch-update:
  update the gpc diffs to recent gcc sources, fix build failure on powerpc

gpc-update11:
  Fix gpc build error for bootstrap target

gpc-driver:
  Update gpc driver to recognize recent specs options

gpc-3.x:
  The gpc patch from the gpc tarball.

gpc-names:
  versioned gpc names

cpu-default-i486:
  generate code for architecture i486, tuned for i686 by default.

reporting:
  Add Debian URL for bug reporting isntructions.

autoreconf:
  autoreconf several directories for proper mipsen libtool support

Counting all warnings,
there are 458 warnings in stage3 of this bootstrap.

Number of warnings per file:
225 SYSCALLS.c
 68 gcc/p/gpc.c
 49 parse.c
 28 pascal-lex.c
 13 pascal-lex.l
 11 gcc/treelang/lex.c
  9 gcc/p/lang.c
  6 gcc/f//ffe.texi
  5 /usr/share/bison/bison.simple
  4 gcc/p/lang-specs.h
  4 gcc/gcc.c
  4 gcc/f//intdoc.texi
  3 gcc/tlink.c
  2 op14075.c
  2 insn-conditions.c
  2 gcc/p/rts/endian.pas
  2 gcc/p/gpc-lex.c
  2 gcc/objc/lang-specs.h
  2 gcc/function.c
  2 gcc/emit-rtl.c
  2 gcc/diagnostic.c
  2 gcc/crtstuff.c
  2 c-p10012.c
  1 libiberty/choose-temp.c
  1 gt-ada-utils.h
  1 gt-ada-decl.h
  1 gengtype-yacc.c
  1 gcc/java/jvspec.c
  1 gcc/config/i386/i386.c
  1 gcc/collect2.c
  1 gcc/ada/tracebak.c
  1 ada/b_gnatb.c

Number of warning types:
226 function declaration isn't a prototype
160 traditional C rejects ISO C style function definitions
 13 string length `???' is greater than the length `???' ISO C89 compilers 
are required to support
 11 no previous prototype for `???'
  6 undefined flag: srcdir.
  5 unused parameter `???'
  5 comparison of unsigned expression < 0 is always false
  4 traditional C rejects string concatenation
  4 comparison between signed and unsigned
  3 assignment makes pointer from integer without a cast
  2 unused variable `???'
  2 unlikely character ) in @var.
  2 unlikely character ( in @var.
  2 too many arguments for format
  2 statement with no effect
  2 signed and unsigned type in conditional expression
  2 passing arg ??? of `???' discards qualifiers from pointer target type
  2 conflicting types for built-in function `???'
  1 the use of `???' i

Results for 3.4.4 20041215 (prerelease) (Debian 3.4.3-5) testsuite on m68k-linux

2004-12-19 Thread Matthias Klose
LAST_UPDATED: Wed Dec 15 09:52:00 UTC 2004

Native configuration is m68k-linux (a4000t)

=== gpc tests ===


Running target any
FAIL: emil24.pas
FAIL: fjf328.pas
FAIL: fjf347.pas
FAIL: kurzw2.pas

=== gpc Summary ===

# of tests3953
# of expected passes  3946
# of unexpected failures  4
# of unsupported tests3
/build/buildd/gcc-3.4-3.4.3/build/gcc/xgpc version 20040516, based on gcc-3.4.4 
20041215 (prerelease) (Debian 3.4.3-5)

=== g++ tests ===


Running target unix
FAIL: g++.dg/abi/bitfield4.C execution test
FAIL: g++.dg/eh/omit-frame-pointer.C execution test
FAIL: g++.dg/eh/registers1.C execution test
XPASS: g++.dg/rtti/tinfo1.C scan-assembler _ZTIP9CTemplateIhE:
XPASS: g++.dg/rtti/tinfo1.C scan-assembler-not .globl[ \\t]+_ZTIP9CTemplateIhE
FAIL: g++.old-deja/g++.eh/ia64-1.C execution test
WARNING: g++.old-deja/g++.mike/p10769a.C compilation failed to produce 
executable
WARNING: g++.old-deja/g++.other/enum5.C compilation failed to produce executable
XPASS: g++.old-deja/g++.other/init5.C execution test
WARNING: g++.old-deja/g++.pt/friend44.C compilation failed to produce executable

=== g++ Summary ===

# of expected passes9661
# of unexpected failures4
# of unexpected successes   3
# of expected failures  71
# of unsupported tests  83
/build/buildd/gcc-3.4-3.4.3/build/gcc/testsuite/../g++ version 3.4.4 20041215 
(prerelease) (Debian 3.4.3-5)

=== g77 tests ===


Running target unix

=== g77 Summary ===

# of expected passes1812
# of unsupported tests  6
/build/buildd/gcc-3.4-3.4.3/build/gcc/testsuite/../g77 version 3.4.4 20041215 
(prerelease) (Debian 3.4.3-5)

=== gcc tests ===


Running target unix
FAIL: gcc.c-torture/compile/921118-1.c  -O3 -fomit-frame-pointer  (test for 
excess errors)
FAIL: gcc.c-torture/compile/921118-1.c  -O3 -g  (test for excess errors)
FAIL: gcc.c-torture/execute/builtins/string-3.c execution,  -O1 
FAIL: gcc.c-torture/execute/builtins/string-3.c execution,  -O2 
FAIL: gcc.c-torture/execute/builtins/string-3.c execution,  -O3 
-fomit-frame-pointer 
FAIL: gcc.c-torture/execute/builtins/string-3.c execution,  -O3 -g 
FAIL: gcc.c-torture/execute/builtins/string-3.c execution,  -Os 
FAIL: gcc.c-torture/execute/20001108-1.c execution,  -O3 -fomit-frame-pointer 
FAIL: gcc.c-torture/execute/20001108-1.c execution,  -O3 -g 
FAIL: gcc.c-torture/execute/20001203-2.c execution,  -O3 -fomit-frame-pointer 
FAIL: gcc.c-torture/execute/20001203-2.c execution,  -O3 -g 
FAIL: gcc.c-torture/execute/20020418-1.c execution,  -O1 
FAIL: gcc.c-torture/execute/20020418-1.c execution,  -O2 
FAIL: gcc.c-torture/execute/20020418-1.c execution,  -Os 
FAIL: gcc.c-torture/execute/20020720-1.c compilation,  -O1 
UNRESOLVED: gcc.c-torture/execute/20020720-1.c execution,  -O1 
FAIL: gcc.c-torture/execute/930921-1.c execution,  -O3 -fomit-frame-pointer 
-funroll-loops 
FAIL: gcc.c-torture/execute/930921-1.c execution,  -O3 -fomit-frame-pointer 
-funroll-all-loops -finline-functions 
FAIL: gcc.c-torture/execute/950511-1.c compilation,  -O3 -fomit-frame-pointer 
UNRESOLVED: gcc.c-torture/execute/950511-1.c execution,  -O3 
-fomit-frame-pointer 
FAIL: gcc.c-torture/execute/950511-1.c compilation,  -O3 -g 
UNRESOLVED: gcc.c-torture/execute/950511-1.c execution,  -O3 -g 
FAIL: gcc.c-torture/execute/961213-1.c execution,  -O3 -fomit-frame-pointer 
-funroll-all-loops -finline-functions 
FAIL: gcc.c-torture/execute/loop-2f.c execution,  -O0 
FAIL: gcc.c-torture/execute/loop-2f.c execution,  -O1 
FAIL: gcc.c-torture/execute/loop-2f.c execution,  -O2 
FAIL: gcc.c-torture/execute/loop-2f.c execution,  -O3 -fomit-frame-pointer 
FAIL: gcc.c-torture/execute/loop-2f.c execution,  -O3 -fomit-frame-pointer 
-funroll-loops 
FAIL: gcc.c-torture/execute/loop-2f.c execution,  -O3 -fomit-frame-pointer 
-funroll-all-loops -finline-functions 
FAIL: gcc.c-torture/execute/loop-2f.c execution,  -O3 -g 
FAIL: gcc.c-torture/execute/loop-2f.c execution,  -Os 
FAIL: gcc.c-torture/execute/loop-2g.c execution,  -O0 
FAIL: gcc.c-torture/execute/loop-2g.c execution,  -O1 
FAIL: gcc.c-torture/execute/loop-2g.c execution,  -O2 
FAIL: gcc.c-torture/execute/loop-2g.c execution,  -O3 -fomit-frame-pointer 
FAIL: gcc.c-torture/execute/loop-2g.c execution,  -O3 -fomit-frame-pointer 
-funroll-loops 
FAIL: gcc.c-torture/execute/loop-2g.c execution,  -O3 -fomit-frame-pointer 
-funroll-all-loops -finline-functions 
FAIL: gcc.c-torture/execute/loop-2g.c execution,  -O3 -g 
FAIL: gcc.c-torture/execute/loop-2g.c execution,  -Os 
FAIL: gcc.dg/bitfld-3.c execution test
FAIL: gcc.dg/bitfld-4.c execution test
XPASS: gcc.dg/c99-flex-array-4.c sizeof != offsetof (test for bogus messages, 
line 24)
FAIL: gcc.dg/pack-test-1.c (test for excess errors)
XPASS: gcc.dg/sibcall-3.c execution test
XPASS: gcc.dg/sibcall-4.c execution test
FAIL: gcc.dg/weak/typeof-2.c scan-assembl

Results for 3.4.4 20041218 (prerelease) (Debian 3.4.3-6) testsuite on hppa-linux

2004-12-19 Thread Matthias Klose
iption
+++-==-==-
ii  binutils   2.15-5 The GNU assembler, linker and binary utiliti
ii  libc6-dev  2.3.2.ds1-19   GNU C Library: Development Libraries and Hea


Patches that Debian applied in this version:

cvs-updates:
  CVS updates from the 3.4 branch upto 20041219

gcc-version:
  Add "(Debian )" to the gcc version string

gcc-textdomain:
  Set gettext's domain and textdomain to the versioned package name.

rename-info-files:
  Allow transformations on info file names. Reference the
  transformed info file names in the texinfo files.

libstdc++-pic:
  Build and install libstdc++_pic.a library.

libstdc++-doclink:
  adjust hrefs to point to the local documentation

amd64-specs:
  On x86-64 use 64bits mode assembly except with -m32.

gccbug:
  Use sensible-editor instead of vi as fallback editor

gccbug-posix:
  Make gccbug POSIX compliant (patch by David Weinehall)
  http://www.opengroup.org/onlinepubs/009695399/utilities/test.html

hppa-toplevel:
  For hppa-linux enable libgcj and dependent libs in the toplevel directory

hppa-libffi:
  libffi support for hppa

hppa-libjava:
  Enable libjava support for hppa

hppa-libjava-update:
  MD_FALLBACK_FRAME_STATE_FOR definition for pa32-linux

fastjar-update:
  Implement fastjar -u (PR 7854).

java-gui-branch:
  Michael Koch <[EMAIL PROTECTED]>
  Backport AWT, Swing and GTK peer from java-gui-branch (20040906).

boehm-gc-nocheck:
  Disable the boehm-gc testsuite. Hangs forever on this architecture

libltdl:
  * libltdl.dpatch: Search the versioned extension, when loading a shared
  library (i.e. gij looks for .so.5 for loading additional libraries
  like the GTK based AWT peers.

gcj-without-rpath:
  don't define runtime link path for java binaries and libraries

libffi-soversion:
  Install libffi with soversion 3.

ada-link-lib:
  - Install the shared Ada libraries as '.so.1', not '.so' to conform
  to the Debian policy.
  - Don't include a runtime link path (-rpath), when linking binaries.
  - Build the shared libraries on hppa-linux.

ada-gcc-name:
  use gcc-3.4 instead of gcc as the command name.

gpc-3.x:
  The gpc patch from the gpc tarball.

gpc-updates:
  Updates from gpc-20030820.

gpc-parse:
  generated gcc/p/parse.[ch] files (using bison-1.875c).

gpc-dwarf2out-update:
  GPC update to build with gcc-3.4.3

gpc-names:
  versioned gpc names

gpc-profiled:
  Do not build the gpc runtime using -fprofile-generate/-use.

gpc-lang-update:
  Hack p/lang.c to work around bootstrap failures on alpha and mips.

link-libs:

reporting:
  Add Debian URL for bug reporting isntructions.

Counting all warnings,
there are 556 warnings in stage3 of this bootstrap.

Number of warnings per file:
 76 gcc/p/declarations.c
 72 gcc/p/gpcpp.c
 61 gcc/p/types.c
 57 gcc/p/module.c
 47 gcc/p/lang.c
 44 gcc/p/typecheck.c
 43 gcc/p/expressions.c
 32 gcc/p/statements.c
 19 gcc/p/predef.c
 19 gcc/p/options.c
 14 gcc/p/gpc-lex.c
 12 gcc/p/gpc.c
 11 treelang/lex.c
 11 gcc/p/objects.c
  5 parse.y
  5 /usr/share/bison/bison.simple
  4 gcc/p/Make-lang.in
  4 gcc/objc/lang-specs.h
  4 gcc/gcc.c
  3 gengtype-lex.c
  3 gcc/p/rts/constants.h
  2 pascal-lex.l
  2 gcc/p/lang-specs.h
  2 gcc/ada/lang-specs.h
  1 libiberty/choose-temp.c
  1 gcc/libgcc2.c
  1 gcc/java/jvspec.c
  1 fptr.c

Number of warning types:
494 old-style parameter declaration
 13 string length `???' is greater than the length `???' ISO C89 compilers 
are required to support
  5 unused variable `???'
  4 comparison between signed and unsigned
  3 function declaration isn't a prototype
  3 '$' in identifier or number
  2 overriding commands for target `???'
  2 label `???' defined but not used
  2 initialization discards qualifiers from pointer target type
  2 ignoring old commands for target `???'
  2 assignment discards qualifiers from pointer target type
  1 unused parameter 't'
  1 unused parameter 'str'
  1 unused parameter 'r'
  1 unused parameter 'pfile'
  1 unused parameter 'context'
  1 unused parameter 'argc'
  1 the use of `???' is dangerous, better use `???'
  1 return type defaults to `int'
  1 no previous prototype for 'yyset_out'
  1 no previous prototype for 'yyset_lineno'
  1 no previous prototype for 'yyset_in'
  1 no previous prototype for 'yyset_debug'
  1 no previous prototype for 'yylex_destroy'
  1 no previous prototype for 'yyget_text'
  1 no previous prototype for 'yyget_out'
  1 no previous prototype for 'yyget_lineno'
  1 no previous prototype for 'yyget_leng'
  1 no previous pr

Results for 3.3.5 (Debian 1:3.3.5-5) testsuite on ia64-linux

2004-12-19 Thread Matthias Klose
=/usr/share/man --infodir=/usr/share/info 
--with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared --with-system-zlib 
--enable-nls --without-included-gettext --enable-__cxa_atexit 
--with-system-libunwind --enable-clocale=gnu --enable-debug 
--enable-java-gc=boehm --enable-java-awt=xlib --enable-objc-gc
BOOT_CFLAGS=-g -O2 


Build Dependencies:
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name   VersionDescription
+++-==-==-
ii  binutils   2.15-5 The GNU assembler, linker and binary utiliti
ii  libc6.1-dev2.3.2.ds1-19.1 GNU C Library: Development Libraries and Hea


Patches that Debian applied in this version:

cvs-updates:
  CVS updates from the 3.3 branch upto 20041219

pr14925:
  Backport of PR14925 to the gcc-3.3 branch

pr17684:
  Backport of PR17684 to the gcc-3.3 branch

pr18153:
  Backport of PR18153 to the gcc-3.3 branch

pr18380:
  Backport of PR18380 to the gcc-3.3 branch

pr18508:
  Backport of PR18508 to the gcc-3.3 branch

gcc-version:
  Add "(Debian )" to the gcc version string

rename-info-files:
  Allow transformations on info file names. Reference the
  transformed info file names in the texinfo files.

libf2c-update:
  libf2c update taken from the 3.4.1 release.

libobjc-update:
  libobjc update taken from the 3.4.1 release.

libstdc++-pic:
  Build and install libstdc++_pic.a library.

libstdc++-doclink:
  link local libstdc++ documentation to local source-level documentation 

gccbug:
  Use sensible-editor instead of vi as fallback editor

gccbug-posix:
  Make gccbug POSIX compliant (patch by David Weinehall)
  http://www.opengroup.org/onlinepubs/009695399/utilities/test.html

hppa-libffi:
  libffi support for hppa

hppa-libjava:
  Enable libjava support for hppa

libffi-config:
  ffi.h.in: correctly #define ffi_type_[us]long on 32bit archs

i386-mtune:
  2004-07-08  Paolo Bonzini  <[EMAIL PROTECTED]>
  Jakub Jelinek  <[EMAIL PROTECTED]>
  
* config/i386/i386.c (override_options): Enable
SSE prefetches with -mtune, as long as we are
compiling for i686 or higher.  All i686 processors
accept SSE prefetches as NOPS, some i586's don't.

link-libs:

gcc-doc-locale:
  gcc/doc/invoke.texi: Fix locale name.

libtool-rpath:
  2003-03-10  Andreas Schwab  
  With the introduction of multi-os-directory the libdir specification in
  *.la files have /. appended to \$(libdir).  This confuses libtool when it
  tries to find out whether to add -rpath, because it only matches literally
  against sys_lib_dlsearch_path members.  Tested on i386-linux.

gcj-without-rpath:
  don't define runtime link path for java binaries and libraries

libffi-install:
  Allows libffi to be installed

libffi-no-debug:
  Do not build libffi with debug information, although configuring
  with --enable-debug

deb-protoize:
  build protoize/unprotoize by default

libobjc:
  Find gc.h header in /usr/include/gc for --enable-objc-gc enabled builds.

ada-gcc-name:
  use gcc-3.3 instead of gcc and gnatXXX-3.15 instead of gnatXXX
  as the command names.

gpc-20040516-patch-update:
  update the gpc diffs to recent gcc sources, fix build failure on powerpc

gpc-update11:
  Fix gpc build error for bootstrap target

gpc-driver:
  Update gpc driver to recognize recent specs options

gpc-3.x:
  The gpc patch from the gpc tarball.

gpc-names:
  versioned gpc names

ia64-unwind:
  patches for ia64 unwind exception support.

reporting:
  Add Debian URL for bug reporting isntructions.

autoreconf:
  autoreconf several directories for proper mipsen libtool support

Counting all warnings,
there are 462 warnings in stage3 of this bootstrap.

Number of warnings per file:
225 SYSCALLS.c
 67 gcc/p/gpc.c
 49 parse.c
 28 pascal-lex.c
 13 pascal-lex.l
 11 gcc/treelang/lex.c
  9 gcc/p/lang.c
  6 gcc/gcc.c
  6 gcc/f//ffe.texi
  5 gcc/treelang/parse.c
  4 gcc/unwind.h
  4 gcc/p/lang-specs.h
  4 gcc/f//intdoc.texi
  3 gcc/tlink.c
  3 gcc/reload1.c
  2 op14075.c
  2 gcc/p/rts/endian.pas
  2 gcc/p/gpc-lex.c
  2 gcc/objc/lang-specs.h
  2 gcc/diagnostic.c
  2 c-p10012.c
  1 libiberty/choose-temp.c
  1 gt-ada-utils.h
  1 gt-ada-decl.h
  1 gengtype-yacc.c
  1 gcc/varasm.c
  1 gcc/reload.c
  1 gcc/regmove.c
  1 gcc/ra-rewrite.c
  1 gcc/ra-build.c
  1 gcc/java/jvspec.c
  1 gcc/collect2.c
  1 gcc/ada/decl.c
  1 ada/b_gnatb.c

Number of warning types:
226 function declaration isn't a prototype
160 traditional C rejects ISO C style function definitions
 11 no previous prototype for `???'
  9 string length `???' is greater than the length `???' ISO C89 compilers 
are required to sup

Results for 3.4.4 20041218 (prerelease) (Debian 3.4.3-6) testsuite on i486-linux

2004-12-19 Thread Matthias Klose
LAST_UPDATED: Sat Dec 18 22:04:21 UTC 2004

Native configuration is i486-linux (cachaca)

=== gpc tests ===


Running target any

=== gpc Summary ===

# of tests3953
# of expected passes  3952
# of unsupported tests1
/home/packages/gcc/3.4/gcc-3.4-3.4.3/build/gcc/xgpc version 20040516, based on 
gcc-3.4.4 20041218 (prerelease) (Debian 3.4.3-6)

=== acats tests ===

=== acats Summary ===
# of expected passes2322
# of unexpected failures0

=== g++ tests ===


Running target unix
XPASS: g++.dg/rtti/tinfo1.C scan-assembler _ZTIP9CTemplateIhE:
XPASS: g++.dg/rtti/tinfo1.C scan-assembler-not .globl[ \\t]+_ZTIP9CTemplateIhE
WARNING: g++.old-deja/g++.mike/p10769a.C compilation failed to produce 
executable
WARNING: g++.old-deja/g++.other/enum5.C compilation failed to produce executable
XPASS: g++.old-deja/g++.other/init5.C execution test
WARNING: g++.old-deja/g++.pt/friend44.C compilation failed to produce executable

=== g++ Summary ===

# of expected passes9769
# of unexpected successes   3
# of expected failures  71
# of unsupported tests  43
/home/packages/gcc/3.4/gcc-3.4-3.4.3/build/gcc/testsuite/../g++ version 3.4.4 
20041218 (prerelease) (Debian 3.4.3-6)

=== g77 tests ===


Running target unix

=== g77 Summary ===

# of expected passes1812
# of unsupported tests  6
/home/packages/gcc/3.4/gcc-3.4-3.4.3/build/gcc/testsuite/../g77 version 3.4.4 
20041218 (prerelease) (Debian 3.4.3-6)

=== gcc tests ===


Running target unix
FAIL: gcc.c-torture/execute/va-arg-25.c execution,  -Os 
FAIL: gcc.dg/const-elim-1.c scan-assembler-not L\$?C[^A-Z]

=== gcc Summary ===

# of expected passes24999
# of unexpected failures2
# of expected failures  70
# of untested testcases 7
# of unsupported tests  201
/home/packages/gcc/3.4/gcc-3.4-3.4.3/build/gcc/xgcc version 3.4.4 20041218 
(prerelease) (Debian 3.4.3-6)

=== objc tests ===


Running target unix

=== objc Summary ===

# of expected passes1352
# of unsupported tests  8
/home/packages/gcc/3.4/gcc-3.4-3.4.3/build/gcc/xgcc version 3.4.4 20041218 
(prerelease) (Debian 3.4.3-6)

=== libffi tests ===


Running target unix

=== libffi Summary ===

# of expected passes212
# of unsupported tests  2
=== libjava tests ===


Running target unix

=== libjava Summary ===

# of expected passes3266
# of expected failures  10
# of untested testcases 8

=== libstdc++-v3 check-abi Summary ===

# of added symbols:  11
# of missing symbols:0
# of incompatible symbols:   0

using: 
/home/packages/gcc/3.4/gcc-3.4-3.4.3/src/libstdc++-v3/config/abi/i486-linux-gnu/baseline_symbols.txt

=== libstdc++ tests ===


Running target unix
XPASS: 22_locale/locale/cons/12658_thread.cc execution test
XPASS: 26_numerics/c99_classification_macros_c.cc (test for excess errors)

=== libstdc++ Summary ===

# of expected passes2731
# of unexpected successes   2
# of expected failures  5

Compiler version: 3.4.4 20041218 (prerelease) (Debian 3.4.3-6) 
Platform: i486-linux
configure flags: -v --enable-languages=c,c++,java,f77,pascal,objc,ada,treelang 
--prefix=/usr --libexecdir=/usr/lib --with-gxx-include-dir=/usr/include/c++/3.4 
--enable-shared --with-system-zlib --enable-nls --without-included-gettext 
--program-suffix=-3.4 --enable-__cxa_atexit --enable-libstdcxx-allocator=mt 
--enable-clocale=gnu --enable-libstdcxx-debug --enable-java-gc=boehm 
--enable-java-awt=gtk --disable-werror i486-linux
BOOT_CFLAGS=-O2 


Build Dependencies:
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name   VersionDescription
+++-==-==-
ii  binutils   2.15-5 The GNU assembler, linker and binary utiliti
ii  libc6-dev  2.3.2.ds1-19   GNU C Library: Development Libraries and Hea


Patches that Debian applied in this version:

cvs-updates:
  CVS updates from the 3.4 branch upto 20041219

gcc-version:
  Add "(Debian )" to the gcc version string

gcc-textdomain:
  Set gettext's domain and textdomain to the versioned package name.

rename-info-files:
  Allow transformations on info file names. Reference the
  transformed info file names in the texinfo files.

libstdc++-pic:
  Build and install libstdc++_pic.a library.

libstdc++-doclink:
  adjust hrefs to point to the local documentation

amd64-specs:
  On x86-64 

Processing of gcc-3.4_3.4.3-6_i386.changes

2004-12-19 Thread Archive Administrator
gcc-3.4_3.4.3-6_i386.changes uploaded successfully to localhost
along with the files:
  gcc-3.4_3.4.3-6.dsc
  gcc-3.4_3.4.3-6.diff.gz
  cpp-3.4-doc_3.4.3-6_all.deb
  libgcj5-common_3.4.3-6_all.deb
  libstdc++6-doc_3.4.3-6_all.deb
  g77-3.4-doc_3.4.3-6_all.deb
  gnat-3.4-doc_3.4.3-6_all.deb
  gpc-2.1-3.4-doc_3.4.3-6_all.deb
  gcc-3.4-doc_3.4.3-6_all.deb
  gcc-3.4-base_3.4.3-6_i386.deb
  libgcc1_3.4.3-6_i386.deb
  lib64gcc1_3.4.3-6_i386.deb
  cpp-3.4_3.4.3-6_i386.deb
  gobjc-3.4_3.4.3-6_i386.deb
  gij-3.4_3.4.3-6_i386.deb
  libgcj5_3.4.3-6_i386.deb
  libgcj5-awt_3.4.3-6_i386.deb
  gcj-3.4_3.4.3-6_i386.deb
  libgcj5-dev_3.4.3-6_i386.deb
  fastjar_3.4.3-6_i386.deb
  libffi3_3.4.3-6_i386.deb
  libffi3-dev_3.4.3-6_i386.deb
  g++-3.4_3.4.3-6_i386.deb
  lib64stdc++6_3.4.3-6_i386.deb
  libstdc++6_3.4.3-6_i386.deb
  libstdc++6-dev_3.4.3-6_i386.deb
  libstdc++6-pic_3.4.3-6_i386.deb
  libstdc++6-dbg_3.4.3-6_i386.deb
  g77-3.4_3.4.3-6_i386.deb
  libgnat-3.4_3.4.3-6_i386.deb
  gnat-3.4_3.4.3-6_i386.deb
  treelang-3.4_3.4.3-6_i386.deb
  gpc-2.1-3.4_3.4.3-6_i386.deb
  gcc-3.4_3.4.3-6_i386.deb

Greetings,

Your Debian queue daemon




Bug#285695: marked as done ([PR 19005] [3.4 regression] Error: bad register name `%sil')

2004-12-19 Thread Debian Bug Tracking System
Your message dated Sun, 19 Dec 2004 21:32:29 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#285695: fixed in gcc-3.4 3.4.3-6
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; 14 Dec 2004 22:26:51 +
>From [EMAIL PROTECTED] Tue Dec 14 14:26:51 2004
Return-path: <[EMAIL PROTECTED]>
Received: from postfix4-1.free.fr [213.228.0.62] 
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1CeL87-0007Xn-00; Tue, 14 Dec 2004 14:26:51 -0800
Received: from [127.0.0.1] (mutualite-1-82-67-62-65.fbx.proxad.net 
[82.67.62.65])
by postfix4-1.free.fr (Postfix) with ESMTP id 17D9F21A8A9;
Tue, 14 Dec 2004 23:26:49 +0100 (CET)
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: matthieu castet <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: gcc-3.4: gcc ICE
X-Mailer: reportbug 3.4
Date: Tue, 14 Dec 2004 23:27:00 +0100
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
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: 

Package: gcc-3.4
Version: 3.4.3-4
Severity: important


hi,
gcc-3.4 is unable to compile [1] with -O or -O2

Matthieu CASTET

[1]

#include  /* Euh, attention aux balises :-\ */
int main( int nb, char *argv[] )
{
unsigned char a = nb, b = nb + 1;
printf("a = %d - b = %d\n", a, b);
a ^= b; b ^= a; a ^= b;
printf("a = %d - b = %d\n", a, b);
return 0;
}

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.9
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages gcc-3.4 depends on:
ii  binutils2.15-5   The GNU assembler, linker and bina
ii  cpp-3.4 3.4.3-4  The GNU C preprocessor
ii  gcc-3.4-base3.4.3-4  The GNU Compiler Collection (base 
ii  libc6   2.3.2.ds1-19 GNU C Library: Shared libraries an
ii  libgcc1 1:3.4.3-4GCC support library

-- no debconf information

---
Received: (at 285695-close) by bugs.debian.org; 20 Dec 2004 02:38:05 +
>From [EMAIL PROTECTED] Sun Dec 19 18:38:05 2004
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1CgDQy-0004O8-00; Sun, 19 Dec 2004 18:38:04 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1CgDLZ-0005Y9-00; Sun, 19 Dec 2004 21:32:29 -0500
From: Matthias Klose <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.54 $
Subject: Bug#285695: fixed in gcc-3.4 3.4.3-6
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sun, 19 Dec 2004 21:32:29 -0500
Delivered-To: [EMAIL PROTECTED]
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.4
Source-Version: 3.4.3-6

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

cpp-3.4-doc_3.4.3-6_all.deb
  to pool/main/g/gcc-3.4/cpp-3.4-doc_3.4.3-6_all.deb
cpp-3.4_3.4.3-6_i386.deb
  to pool/main/g/gcc-3.4/cpp-3.4_3.4.3-6_i386.deb
fastjar_3.4.3-6_i386.deb
  to pool/main/g/gcc-3.4/fastjar_3.4.3-6_i386.deb
g++-3.4_3.4.3-6_i386.deb
  to pool/main/g/gcc-3.4/g++-3.4_3.4.3-6_i386.deb
g77-3.4-doc_3.4.3-6_all.deb
  to pool/main/g/gcc-3.4/g77-3.4-doc_3.4.3-6_all.deb
g77-3.4_3.4.3-6_i386.deb
  to pool/main/g/gcc-3.4/g77-3.4_3.4.3-6_i386.deb
gcc-3.4-base_3.4.3-6_i386.deb
  to pool/main/g/gcc-3.4/gcc-3.4-base_3.4.3-6_i386.deb
gcc-3.4-doc_3.4.3-6_all.deb
  to pool/main/g/gcc-3.4/gcc-3.4-doc_3.4.3-6_all.deb
gcc-3.4_3.4.3-6.diff.gz
  to pool/main/g/gcc-3.4/gcc-3.4_3.4.3-6.diff.gz
gcc-3.4_3.4.3-6.dsc
  to pool/main/g/gcc-3.4/gcc-3.4_3.4.3-6.dsc
gcc-3.4_3.4.3-6_i386.deb
  to pool/main/g/gcc-3.4/gcc-3.4_3.4.3-6_i386.deb
gcj-3.4_3.4.3-6_i386.deb
  to pool/main/g/gcc-3.4/gcj-3.4_3.4.3-6_i386.deb
gij-3.

gcc-3.4_3.4.3-6_i386.changes ACCEPTED

2004-12-19 Thread Debian Installer

Accepted:
cpp-3.4-doc_3.4.3-6_all.deb
  to pool/main/g/gcc-3.4/cpp-3.4-doc_3.4.3-6_all.deb
cpp-3.4_3.4.3-6_i386.deb
  to pool/main/g/gcc-3.4/cpp-3.4_3.4.3-6_i386.deb
fastjar_3.4.3-6_i386.deb
  to pool/main/g/gcc-3.4/fastjar_3.4.3-6_i386.deb
g++-3.4_3.4.3-6_i386.deb
  to pool/main/g/gcc-3.4/g++-3.4_3.4.3-6_i386.deb
g77-3.4-doc_3.4.3-6_all.deb
  to pool/main/g/gcc-3.4/g77-3.4-doc_3.4.3-6_all.deb
g77-3.4_3.4.3-6_i386.deb
  to pool/main/g/gcc-3.4/g77-3.4_3.4.3-6_i386.deb
gcc-3.4-base_3.4.3-6_i386.deb
  to pool/main/g/gcc-3.4/gcc-3.4-base_3.4.3-6_i386.deb
gcc-3.4-doc_3.4.3-6_all.deb
  to pool/main/g/gcc-3.4/gcc-3.4-doc_3.4.3-6_all.deb
gcc-3.4_3.4.3-6.diff.gz
  to pool/main/g/gcc-3.4/gcc-3.4_3.4.3-6.diff.gz
gcc-3.4_3.4.3-6.dsc
  to pool/main/g/gcc-3.4/gcc-3.4_3.4.3-6.dsc
gcc-3.4_3.4.3-6_i386.deb
  to pool/main/g/gcc-3.4/gcc-3.4_3.4.3-6_i386.deb
gcj-3.4_3.4.3-6_i386.deb
  to pool/main/g/gcc-3.4/gcj-3.4_3.4.3-6_i386.deb
gij-3.4_3.4.3-6_i386.deb
  to pool/main/g/gcc-3.4/gij-3.4_3.4.3-6_i386.deb
gnat-3.4-doc_3.4.3-6_all.deb
  to pool/main/g/gcc-3.4/gnat-3.4-doc_3.4.3-6_all.deb
gnat-3.4_3.4.3-6_i386.deb
  to pool/main/g/gcc-3.4/gnat-3.4_3.4.3-6_i386.deb
gobjc-3.4_3.4.3-6_i386.deb
  to pool/main/g/gcc-3.4/gobjc-3.4_3.4.3-6_i386.deb
gpc-2.1-3.4-doc_3.4.3-6_all.deb
  to pool/main/g/gcc-3.4/gpc-2.1-3.4-doc_3.4.3-6_all.deb
gpc-2.1-3.4_3.4.3-6_i386.deb
  to pool/main/g/gcc-3.4/gpc-2.1-3.4_3.4.3-6_i386.deb
lib64gcc1_3.4.3-6_i386.deb
  to pool/main/g/gcc-3.4/lib64gcc1_3.4.3-6_i386.deb
lib64stdc++6_3.4.3-6_i386.deb
  to pool/main/g/gcc-3.4/lib64stdc++6_3.4.3-6_i386.deb
libffi3-dev_3.4.3-6_i386.deb
  to pool/main/g/gcc-3.4/libffi3-dev_3.4.3-6_i386.deb
libffi3_3.4.3-6_i386.deb
  to pool/main/g/gcc-3.4/libffi3_3.4.3-6_i386.deb
libgcc1_3.4.3-6_i386.deb
  to pool/main/g/gcc-3.4/libgcc1_3.4.3-6_i386.deb
libgcj5-awt_3.4.3-6_i386.deb
  to pool/main/g/gcc-3.4/libgcj5-awt_3.4.3-6_i386.deb
libgcj5-common_3.4.3-6_all.deb
  to pool/main/g/gcc-3.4/libgcj5-common_3.4.3-6_all.deb
libgcj5-dev_3.4.3-6_i386.deb
  to pool/main/g/gcc-3.4/libgcj5-dev_3.4.3-6_i386.deb
libgcj5_3.4.3-6_i386.deb
  to pool/main/g/gcc-3.4/libgcj5_3.4.3-6_i386.deb
libgnat-3.4_3.4.3-6_i386.deb
  to pool/main/g/gcc-3.4/libgnat-3.4_3.4.3-6_i386.deb
libstdc++6-dbg_3.4.3-6_i386.deb
  to pool/main/g/gcc-3.4/libstdc++6-dbg_3.4.3-6_i386.deb
libstdc++6-dev_3.4.3-6_i386.deb
  to pool/main/g/gcc-3.4/libstdc++6-dev_3.4.3-6_i386.deb
libstdc++6-doc_3.4.3-6_all.deb
  to pool/main/g/gcc-3.4/libstdc++6-doc_3.4.3-6_all.deb
libstdc++6-pic_3.4.3-6_i386.deb
  to pool/main/g/gcc-3.4/libstdc++6-pic_3.4.3-6_i386.deb
libstdc++6_3.4.3-6_i386.deb
  to pool/main/g/gcc-3.4/libstdc++6_3.4.3-6_i386.deb
treelang-3.4_3.4.3-6_i386.deb
  to pool/main/g/gcc-3.4/treelang-3.4_3.4.3-6_i386.deb
Announcing to debian-devel-changes@lists.debian.org
Closing bugs: 285695 


Thank you for your contribution to Debian.




gcc-3.4 override disparity

2004-12-19 Thread Debian Installer
There are disparities between your recently accepted upload and the
override file for the following file(s):

fastjar_3.4.3-6_i386.deb: package says priority is optional, override says 
extra.

Either the package or the override file is incorrect.  If you think
the override is correct and the package wrong please fix the package
so that this disparity is fixed in the next upload.  If you feel the
override is incorrect then please reply to this mail and explain why.

[NB: this is an automatically generated mail; if you replied to one
like it before and have not received a response yet, please ignore
this mail.  Your reply needs to be processed by a human and will be in
due course, but until then the installer will send these automated
mails; sorry.]

--
Debian distribution maintenance software

(This message was generated automatically; if you believe that there
is a problem with it please contact the archive administrators by
mailing [EMAIL PROTECTED])




Processing of gcc-3.4_3.4.3-6_multi.changes

2004-12-19 Thread Archive Administrator
gcc-3.4_3.4.3-6_multi.changes uploaded successfully to localhost
along with the files:
  libffi3-dev_3.4.3-6_hppa.deb
  gcc-3.4_3.4.3-6_hppa.deb
  libgcj5-dev_3.4.3-6_sparc.deb
  libstdc++6-pic_3.4.3-6_ia64.deb
  libffi3_3.4.3-6_ia64.deb
  libgnat-3.4_3.4.3-6_hppa.deb
  gcc-3.4-hppa64_3.4.3-6_hppa.deb
  fastjar_3.4.3-6_ia64.deb
  cpp-3.4_3.4.3-6_hppa.deb
  gij-3.4_3.4.3-6_sparc.deb
  gobjc-3.4_3.4.3-6_ia64.deb
  g77-3.4_3.4.3-6_hppa.deb
  libstdc++6_3.4.3-6_sparc.deb
  lib64gcc1_3.4.3-6_sparc.deb
  libgcj5-dev_3.4.3-6_ia64.deb
  libgcc2_3.4.3-6_hppa.deb
  treelang-3.4_3.4.3-6_hppa.deb
  gpc-2.1-3.4_3.4.3-6_ia64.deb
  g++-3.4_3.4.3-6_hppa.deb
  gcc-3.4-base_3.4.3-6_sparc.deb
  libstdc++6-dev_3.4.3-6_ia64.deb
  fastjar_3.4.3-6_hppa.deb
  libstdc++6-dbg_3.4.3-6_ia64.deb
  gobjc-3.4_3.4.3-6_hppa.deb
  gcc-3.4-base_3.4.3-6_ia64.deb
  g++-3.4_3.4.3-6_ia64.deb
  g77-3.4_3.4.3-6_sparc.deb
  libstdc++6-pic_3.4.3-6_hppa.deb
  treelang-3.4_3.4.3-6_sparc.deb
  libgcj5_3.4.3-6_hppa.deb
  libffi3-dev_3.4.3-6_sparc.deb
  gij-3.4_3.4.3-6_hppa.deb
  libgcj5_3.4.3-6_sparc.deb
  libgcj5-awt_3.4.3-6_ia64.deb
  libgcj5-dev_3.4.3-6_hppa.deb
  libffi3_3.4.3-6_hppa.deb
  gnat-3.4_3.4.3-6_sparc.deb
  libstdc++6-dbg_3.4.3-6_sparc.deb
  treelang-3.4_3.4.3-6_ia64.deb
  g77-3.4_3.4.3-6_ia64.deb
  libstdc++6-dev_3.4.3-6_hppa.deb
  libgnat-3.4_3.4.3-6_ia64.deb
  gcj-3.4_3.4.3-6_hppa.deb
  gpc-2.1-3.4_3.4.3-6_hppa.deb
  libffi3-dev_3.4.3-6_ia64.deb
  gcc-3.4_3.4.3-6_ia64.deb
  gij-3.4_3.4.3-6_ia64.deb
  libstdc++6-dev_3.4.3-6_sparc.deb
  libgcj5-awt_3.4.3-6_hppa.deb
  libstdc++6-pic_3.4.3-6_sparc.deb
  libgcj5-awt_3.4.3-6_sparc.deb
  gcc-3.4_3.4.3-6_sparc.deb
  cpp-3.4_3.4.3-6_ia64.deb
  libgcc1_3.4.3-6_ia64.deb
  libgcj5_3.4.3-6_ia64.deb
  libstdc++6_3.4.3-6_hppa.deb
  cpp-3.4_3.4.3-6_sparc.deb
  gobjc-3.4_3.4.3-6_sparc.deb
  libstdc++6_3.4.3-6_ia64.deb
  gnat-3.4_3.4.3-6_hppa.deb
  lib64stdc++6_3.4.3-6_sparc.deb
  gpc-2.1-3.4_3.4.3-6_sparc.deb
  gcj-3.4_3.4.3-6_sparc.deb
  libgcc1_3.4.3-6_sparc.deb
  gnat-3.4_3.4.3-6_ia64.deb
  g++-3.4_3.4.3-6_sparc.deb
  libstdc++6-dbg_3.4.3-6_hppa.deb
  fastjar_3.4.3-6_sparc.deb
  gcj-3.4_3.4.3-6_ia64.deb
  gcc-3.4-base_3.4.3-6_hppa.deb
  libffi3_3.4.3-6_sparc.deb

Greetings,

Your Debian queue daemon




Processing of gcc-3.3_3.3.5-5_i386.changes

2004-12-19 Thread Archive Administrator
gcc-3.3_3.3.5-5_i386.changes uploaded successfully to localhost
along with the files:
  gcc-3.3_3.3.5-5.dsc
  gcc-3.3_3.3.5-5.diff.gz
  cpp-3.3-doc_3.3.5-5_all.deb
  libgcj4-common_3.3.5-5_all.deb
  libgcj-common_3.3.5-5_all.deb
  libstdc++5-3.3-doc_3.3.5-5_all.deb
  g77-3.3-doc_3.3.5-5_all.deb
  gnat-3.3-doc_3.3.5-5_all.deb
  gpc-2.1-3.3-doc_3.3.5.20040516-5_all.deb
  gcc-3.3-doc_3.3.5-5_all.deb
  gcc-3.3-base_3.3.5-5_i386.deb
  cpp-3.3_3.3.5-5_i386.deb
  protoize_3.3.5-5_i386.deb
  fixincludes_3.3.5-5_i386.deb
  gobjc-3.3_3.3.5-5_i386.deb
  libobjc1_3.3.5-5_i386.deb
  gij-3.3_3.3.5-5_i386.deb
  libgcj4_3.3.5-5_i386.deb
  libgcj4-awt_3.3.5-5_i386.deb
  gcj-3.3_3.3.5-5_i386.deb
  libgcj4-dev_3.3.5-5_i386.deb
  libffi2_3.3.5-5_i386.deb
  libffi2-dev_3.3.5-5_i386.deb
  g++-3.3_3.3.5-5_i386.deb
  libstdc++5_3.3.5-5_i386.deb
  libstdc++5-3.3-dev_3.3.5-5_i386.deb
  libstdc++5-3.3-pic_3.3.5-5_i386.deb
  libstdc++5-3.3-dbg_3.3.5-5_i386.deb
  libg2c0_3.3.5-5_i386.deb
  g77-3.3_3.3.5-5_i386.deb
  libg2c0-dev_3.3.5-5_i386.deb
  gnat-3.3_3.3.5-5_i386.deb
  treelang-3.3_3.3.5-5_i386.deb
  gpc-2.1-3.3_3.3.5.20040516-5_i386.deb
  gcc-3.3_3.3.5-5_i386.deb

Greetings,

Your Debian queue daemon




gcc-3.4_3.4.3-6_multi.changes REJECTED

2004-12-19 Thread Debian Installer

Rejected: lib64gcc1_3.4.3-6_sparc.deb: control file lists name as `lib64gcc1', 
which isn't in changes file.


===

If you don't understand why your files were rejected, or if the
override file requires editing, reply to this email.




Processing of gcc-3.3_3.3.5-5_ia64.changes

2004-12-19 Thread Archive Administrator
gcc-3.3_3.3.5-5_ia64.changes uploaded successfully to localhost
along with the files:
  gcc-3.3-base_3.3.5-5_ia64.deb
  cpp-3.3_3.3.5-5_ia64.deb
  protoize_3.3.5-5_ia64.deb
  fixincludes_3.3.5-5_ia64.deb
  gobjc-3.3_3.3.5-5_ia64.deb
  libobjc1_3.3.5-5_ia64.deb
  gij-3.3_3.3.5-5_ia64.deb
  libgcj4_3.3.5-5_ia64.deb
  libgcj4-awt_3.3.5-5_ia64.deb
  gcj-3.3_3.3.5-5_ia64.deb
  libgcj4-dev_3.3.5-5_ia64.deb
  libffi2_3.3.5-5_ia64.deb
  libffi2-dev_3.3.5-5_ia64.deb
  g++-3.3_3.3.5-5_ia64.deb
  libstdc++5_3.3.5-5_ia64.deb
  libstdc++5-3.3-dev_3.3.5-5_ia64.deb
  libstdc++5-3.3-pic_3.3.5-5_ia64.deb
  libstdc++5-3.3-dbg_3.3.5-5_ia64.deb
  libg2c0_3.3.5-5_ia64.deb
  g77-3.3_3.3.5-5_ia64.deb
  libg2c0-dev_3.3.5-5_ia64.deb
  gnat-3.3_3.3.5-5_ia64.deb
  treelang-3.3_3.3.5-5_ia64.deb
  gpc-2.1-3.3_3.3.5.20040516-5_ia64.deb
  gcc-3.3_3.3.5-5_ia64.deb

Greetings,

Your Debian queue daemon




Processing of gcc-3.3_3.3.5-5_hppa.changes

2004-12-19 Thread Archive Administrator
gcc-3.3_3.3.5-5_hppa.changes uploaded successfully to localhost
along with the files:
  gcc-3.3-base_3.3.5-5_hppa.deb
  libgcc1_3.3.5-5_hppa.deb
  cpp-3.3_3.3.5-5_hppa.deb
  protoize_3.3.5-5_hppa.deb
  fixincludes_3.3.5-5_hppa.deb
  gobjc-3.3_3.3.5-5_hppa.deb
  libobjc1_3.3.5-5_hppa.deb
  gij-3.3_3.3.5-5_hppa.deb
  libgcj4_3.3.5-5_hppa.deb
  libgcj4-awt_3.3.5-5_hppa.deb
  gcj-3.3_3.3.5-5_hppa.deb
  libgcj4-dev_3.3.5-5_hppa.deb
  libffi2_3.3.5-5_hppa.deb
  libffi2-dev_3.3.5-5_hppa.deb
  g++-3.3_3.3.5-5_hppa.deb
  libstdc++5_3.3.5-5_hppa.deb
  libstdc++5-3.3-dev_3.3.5-5_hppa.deb
  libstdc++5-3.3-pic_3.3.5-5_hppa.deb
  libstdc++5-3.3-dbg_3.3.5-5_hppa.deb
  libg2c0_3.3.5-5_hppa.deb
  g77-3.3_3.3.5-5_hppa.deb
  libg2c0-dev_3.3.5-5_hppa.deb
  gnat-3.3_3.3.5-5_hppa.deb
  treelang-3.3_3.3.5-5_hppa.deb
  gpc-2.1-3.3_3.3.5.20040516-5_hppa.deb
  gcc-3.3_3.3.5-5_hppa.deb
  gcc-3.3-hppa64_3.3.5-5_hppa.deb

Greetings,

Your Debian queue daemon




gcc-3.3_3.3.5-5_hppa.changes ACCEPTED

2004-12-19 Thread Debian Installer

Accepted:
cpp-3.3_3.3.5-5_hppa.deb
  to pool/main/g/gcc-3.3/cpp-3.3_3.3.5-5_hppa.deb
fixincludes_3.3.5-5_hppa.deb
  to pool/main/g/gcc-3.3/fixincludes_3.3.5-5_hppa.deb
g++-3.3_3.3.5-5_hppa.deb
  to pool/main/g/gcc-3.3/g++-3.3_3.3.5-5_hppa.deb
g77-3.3_3.3.5-5_hppa.deb
  to pool/main/g/gcc-3.3/g77-3.3_3.3.5-5_hppa.deb
gcc-3.3-base_3.3.5-5_hppa.deb
  to pool/main/g/gcc-3.3/gcc-3.3-base_3.3.5-5_hppa.deb
gcc-3.3-hppa64_3.3.5-5_hppa.deb
  to pool/main/g/gcc-3.3/gcc-3.3-hppa64_3.3.5-5_hppa.deb
gcc-3.3_3.3.5-5_hppa.deb
  to pool/main/g/gcc-3.3/gcc-3.3_3.3.5-5_hppa.deb
gcj-3.3_3.3.5-5_hppa.deb
  to pool/main/g/gcc-3.3/gcj-3.3_3.3.5-5_hppa.deb
gij-3.3_3.3.5-5_hppa.deb
  to pool/main/g/gcc-3.3/gij-3.3_3.3.5-5_hppa.deb
gnat-3.3_3.3.5-5_hppa.deb
  to pool/main/g/gcc-3.3/gnat-3.3_3.3.5-5_hppa.deb
gobjc-3.3_3.3.5-5_hppa.deb
  to pool/main/g/gcc-3.3/gobjc-3.3_3.3.5-5_hppa.deb
gpc-2.1-3.3_3.3.5.20040516-5_hppa.deb
  to pool/main/g/gcc-3.3/gpc-2.1-3.3_3.3.5.20040516-5_hppa.deb
libffi2-dev_3.3.5-5_hppa.deb
  to pool/main/g/gcc-3.3/libffi2-dev_3.3.5-5_hppa.deb
libffi2_3.3.5-5_hppa.deb
  to pool/main/g/gcc-3.3/libffi2_3.3.5-5_hppa.deb
libg2c0-dev_3.3.5-5_hppa.deb
  to pool/main/g/gcc-3.3/libg2c0-dev_3.3.5-5_hppa.deb
libg2c0_3.3.5-5_hppa.deb
  to pool/main/g/gcc-3.3/libg2c0_3.3.5-5_hppa.deb
libgcc1_3.3.5-5_hppa.deb
  to pool/main/g/gcc-3.3/libgcc1_3.3.5-5_hppa.deb
libgcj4-awt_3.3.5-5_hppa.deb
  to pool/main/g/gcc-3.3/libgcj4-awt_3.3.5-5_hppa.deb
libgcj4-dev_3.3.5-5_hppa.deb
  to pool/main/g/gcc-3.3/libgcj4-dev_3.3.5-5_hppa.deb
libgcj4_3.3.5-5_hppa.deb
  to pool/main/g/gcc-3.3/libgcj4_3.3.5-5_hppa.deb
libobjc1_3.3.5-5_hppa.deb
  to pool/main/g/gcc-3.3/libobjc1_3.3.5-5_hppa.deb
libstdc++5-3.3-dbg_3.3.5-5_hppa.deb
  to pool/main/g/gcc-3.3/libstdc++5-3.3-dbg_3.3.5-5_hppa.deb
libstdc++5-3.3-dev_3.3.5-5_hppa.deb
  to pool/main/g/gcc-3.3/libstdc++5-3.3-dev_3.3.5-5_hppa.deb
libstdc++5-3.3-pic_3.3.5-5_hppa.deb
  to pool/main/g/gcc-3.3/libstdc++5-3.3-pic_3.3.5-5_hppa.deb
libstdc++5_3.3.5-5_hppa.deb
  to pool/main/g/gcc-3.3/libstdc++5_3.3.5-5_hppa.deb
protoize_3.3.5-5_hppa.deb
  to pool/main/g/gcc-3.3/protoize_3.3.5-5_hppa.deb
treelang-3.3_3.3.5-5_hppa.deb
  to pool/main/g/gcc-3.3/treelang-3.3_3.3.5-5_hppa.deb


Thank you for your contribution to Debian.




gcc-3.3_3.3.5-5_i386.changes ACCEPTED

2004-12-19 Thread Debian Installer

Accepted:
cpp-3.3-doc_3.3.5-5_all.deb
  to pool/main/g/gcc-3.3/cpp-3.3-doc_3.3.5-5_all.deb
cpp-3.3_3.3.5-5_i386.deb
  to pool/main/g/gcc-3.3/cpp-3.3_3.3.5-5_i386.deb
fixincludes_3.3.5-5_i386.deb
  to pool/main/g/gcc-3.3/fixincludes_3.3.5-5_i386.deb
g++-3.3_3.3.5-5_i386.deb
  to pool/main/g/gcc-3.3/g++-3.3_3.3.5-5_i386.deb
g77-3.3-doc_3.3.5-5_all.deb
  to pool/main/g/gcc-3.3/g77-3.3-doc_3.3.5-5_all.deb
g77-3.3_3.3.5-5_i386.deb
  to pool/main/g/gcc-3.3/g77-3.3_3.3.5-5_i386.deb
gcc-3.3-base_3.3.5-5_i386.deb
  to pool/main/g/gcc-3.3/gcc-3.3-base_3.3.5-5_i386.deb
gcc-3.3-doc_3.3.5-5_all.deb
  to pool/main/g/gcc-3.3/gcc-3.3-doc_3.3.5-5_all.deb
gcc-3.3_3.3.5-5.diff.gz
  to pool/main/g/gcc-3.3/gcc-3.3_3.3.5-5.diff.gz
gcc-3.3_3.3.5-5.dsc
  to pool/main/g/gcc-3.3/gcc-3.3_3.3.5-5.dsc
gcc-3.3_3.3.5-5_i386.deb
  to pool/main/g/gcc-3.3/gcc-3.3_3.3.5-5_i386.deb
gcj-3.3_3.3.5-5_i386.deb
  to pool/main/g/gcc-3.3/gcj-3.3_3.3.5-5_i386.deb
gij-3.3_3.3.5-5_i386.deb
  to pool/main/g/gcc-3.3/gij-3.3_3.3.5-5_i386.deb
gnat-3.3-doc_3.3.5-5_all.deb
  to pool/main/g/gcc-3.3/gnat-3.3-doc_3.3.5-5_all.deb
gnat-3.3_3.3.5-5_i386.deb
  to pool/main/g/gcc-3.3/gnat-3.3_3.3.5-5_i386.deb
gobjc-3.3_3.3.5-5_i386.deb
  to pool/main/g/gcc-3.3/gobjc-3.3_3.3.5-5_i386.deb
gpc-2.1-3.3-doc_3.3.5.20040516-5_all.deb
  to pool/main/g/gcc-3.3/gpc-2.1-3.3-doc_3.3.5.20040516-5_all.deb
gpc-2.1-3.3_3.3.5.20040516-5_i386.deb
  to pool/main/g/gcc-3.3/gpc-2.1-3.3_3.3.5.20040516-5_i386.deb
libffi2-dev_3.3.5-5_i386.deb
  to pool/main/g/gcc-3.3/libffi2-dev_3.3.5-5_i386.deb
libffi2_3.3.5-5_i386.deb
  to pool/main/g/gcc-3.3/libffi2_3.3.5-5_i386.deb
libg2c0-dev_3.3.5-5_i386.deb
  to pool/main/g/gcc-3.3/libg2c0-dev_3.3.5-5_i386.deb
libg2c0_3.3.5-5_i386.deb
  to pool/main/g/gcc-3.3/libg2c0_3.3.5-5_i386.deb
libgcj-common_3.3.5-5_all.deb
  to pool/main/g/gcc-3.3/libgcj-common_3.3.5-5_all.deb
libgcj4-awt_3.3.5-5_i386.deb
  to pool/main/g/gcc-3.3/libgcj4-awt_3.3.5-5_i386.deb
libgcj4-common_3.3.5-5_all.deb
  to pool/main/g/gcc-3.3/libgcj4-common_3.3.5-5_all.deb
libgcj4-dev_3.3.5-5_i386.deb
  to pool/main/g/gcc-3.3/libgcj4-dev_3.3.5-5_i386.deb
libgcj4_3.3.5-5_i386.deb
  to pool/main/g/gcc-3.3/libgcj4_3.3.5-5_i386.deb
libobjc1_3.3.5-5_i386.deb
  to pool/main/g/gcc-3.3/libobjc1_3.3.5-5_i386.deb
libstdc++5-3.3-dbg_3.3.5-5_i386.deb
  to pool/main/g/gcc-3.3/libstdc++5-3.3-dbg_3.3.5-5_i386.deb
libstdc++5-3.3-dev_3.3.5-5_i386.deb
  to pool/main/g/gcc-3.3/libstdc++5-3.3-dev_3.3.5-5_i386.deb
libstdc++5-3.3-doc_3.3.5-5_all.deb
  to pool/main/g/gcc-3.3/libstdc++5-3.3-doc_3.3.5-5_all.deb
libstdc++5-3.3-pic_3.3.5-5_i386.deb
  to pool/main/g/gcc-3.3/libstdc++5-3.3-pic_3.3.5-5_i386.deb
libstdc++5_3.3.5-5_i386.deb
  to pool/main/g/gcc-3.3/libstdc++5_3.3.5-5_i386.deb
protoize_3.3.5-5_i386.deb
  to pool/main/g/gcc-3.3/protoize_3.3.5-5_i386.deb
treelang-3.3_3.3.5-5_i386.deb
  to pool/main/g/gcc-3.3/treelang-3.3_3.3.5-5_i386.deb
Announcing to debian-devel-changes@lists.debian.org
Closing bugs: 262658 


Thank you for your contribution to Debian.




gcc-3.3_3.3.5-5_ia64.changes ACCEPTED

2004-12-19 Thread Debian Installer

Accepted:
cpp-3.3_3.3.5-5_ia64.deb
  to pool/main/g/gcc-3.3/cpp-3.3_3.3.5-5_ia64.deb
fixincludes_3.3.5-5_ia64.deb
  to pool/main/g/gcc-3.3/fixincludes_3.3.5-5_ia64.deb
g++-3.3_3.3.5-5_ia64.deb
  to pool/main/g/gcc-3.3/g++-3.3_3.3.5-5_ia64.deb
g77-3.3_3.3.5-5_ia64.deb
  to pool/main/g/gcc-3.3/g77-3.3_3.3.5-5_ia64.deb
gcc-3.3-base_3.3.5-5_ia64.deb
  to pool/main/g/gcc-3.3/gcc-3.3-base_3.3.5-5_ia64.deb
gcc-3.3_3.3.5-5_ia64.deb
  to pool/main/g/gcc-3.3/gcc-3.3_3.3.5-5_ia64.deb
gcj-3.3_3.3.5-5_ia64.deb
  to pool/main/g/gcc-3.3/gcj-3.3_3.3.5-5_ia64.deb
gij-3.3_3.3.5-5_ia64.deb
  to pool/main/g/gcc-3.3/gij-3.3_3.3.5-5_ia64.deb
gnat-3.3_3.3.5-5_ia64.deb
  to pool/main/g/gcc-3.3/gnat-3.3_3.3.5-5_ia64.deb
gobjc-3.3_3.3.5-5_ia64.deb
  to pool/main/g/gcc-3.3/gobjc-3.3_3.3.5-5_ia64.deb
gpc-2.1-3.3_3.3.5.20040516-5_ia64.deb
  to pool/main/g/gcc-3.3/gpc-2.1-3.3_3.3.5.20040516-5_ia64.deb
libffi2-dev_3.3.5-5_ia64.deb
  to pool/main/g/gcc-3.3/libffi2-dev_3.3.5-5_ia64.deb
libffi2_3.3.5-5_ia64.deb
  to pool/main/g/gcc-3.3/libffi2_3.3.5-5_ia64.deb
libg2c0-dev_3.3.5-5_ia64.deb
  to pool/main/g/gcc-3.3/libg2c0-dev_3.3.5-5_ia64.deb
libg2c0_3.3.5-5_ia64.deb
  to pool/main/g/gcc-3.3/libg2c0_3.3.5-5_ia64.deb
libgcj4-awt_3.3.5-5_ia64.deb
  to pool/main/g/gcc-3.3/libgcj4-awt_3.3.5-5_ia64.deb
libgcj4-dev_3.3.5-5_ia64.deb
  to pool/main/g/gcc-3.3/libgcj4-dev_3.3.5-5_ia64.deb
libgcj4_3.3.5-5_ia64.deb
  to pool/main/g/gcc-3.3/libgcj4_3.3.5-5_ia64.deb
libobjc1_3.3.5-5_ia64.deb
  to pool/main/g/gcc-3.3/libobjc1_3.3.5-5_ia64.deb
libstdc++5-3.3-dbg_3.3.5-5_ia64.deb
  to pool/main/g/gcc-3.3/libstdc++5-3.3-dbg_3.3.5-5_ia64.deb
libstdc++5-3.3-dev_3.3.5-5_ia64.deb
  to pool/main/g/gcc-3.3/libstdc++5-3.3-dev_3.3.5-5_ia64.deb
libstdc++5-3.3-pic_3.3.5-5_ia64.deb
  to pool/main/g/gcc-3.3/libstdc++5-3.3-pic_3.3.5-5_ia64.deb
libstdc++5_3.3.5-5_ia64.deb
  to pool/main/g/gcc-3.3/libstdc++5_3.3.5-5_ia64.deb
protoize_3.3.5-5_ia64.deb
  to pool/main/g/gcc-3.3/protoize_3.3.5-5_ia64.deb
treelang-3.3_3.3.5-5_ia64.deb
  to pool/main/g/gcc-3.3/treelang-3.3_3.3.5-5_ia64.deb


Thank you for your contribution to Debian.




Bug#262658: marked as done ([PR 18590] [3.3/3.4 regression] [m68k] ICE in add_insn_before, at emit-rtl.c:3599)

2004-12-19 Thread Debian Bug Tracking System
tic 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: 262658
Changes: 
 gcc-3.3 (1:3.3.5-5) unstable; urgency=medium
 .
   * Add build dependency on libatomic-ops-dev [ia64].
   * Tighten libunwind build dependency / dependency on ia64.
   * On ia64, configure --with-system-libunwind.
   * Update to gcc-3_3-branch CVS 20041219.
 - Fix ICE on m68k, PR18590. Closes: #262658.
Files: 
 88ce9f36da68b70a79ba46a417302094 2259 devel standard gcc-3.3_3.3.5-5.dsc
 eb05b307a1c84283627d42b7fc8a1982 3549611 devel standard gcc-3.3_3.3.5-5.diff.gz
 714eda7c085099a38dd1a344910ef139 176660 doc optional 
cpp-3.3-doc_3.3.5-5_all.deb
 b51896f9d53c87ae850efd311949a798 1331454 libs optional 
libgcj4-common_3.3.5-5_all.deb
 e0b00841b9ba473eeabc2434645a7a6c 1174 libs optional 
libgcj-common_3.3.5-5_all.deb
 38ad658d06604a62ee10eb4bbeacd601 3420298 doc optional 
libstdc++5-3.3-doc_3.3.5-5_all.deb
 e1b03a02acbc5259469c4b9746cdc935 628572 doc optional 
g77-3.3-doc_3.3.5-5_all.deb
 131b959cf0f0cd46708f2191501b990e 707514 doc optional 
gnat-3.3-doc_3.3.5-5_all.deb
 bfb674ced4eefc9b9d6a2d45d0a214b0 1204232 doc optional 
gpc-2.1-3.3-doc_3.3.5.20040516-5_all.deb
 4713329308386eaed71c79fe173ab046 1336232 doc optional 
gcc-3.3-doc_3.3.5-5_all.deb
 40db3e8eca5e4f7bce62d5dba6078102 148132 devel required 
gcc-3.3-base_3.3.5-5_i386.deb
 337a98a1b6f602234275bb099776c66f 1392248 interpreters standard 
cpp-3.3_3.3.5-5_i386.deb
 d7f2c3afb4057b531970dc35ace6301f 23150 devel optional protoize_3.3.5-5_i386.deb
 b14521d2521a5d85a2f2aaee17399696 74206 devel optional 
fixincludes_3.3.5-5_i386.deb
 aa28248f6ed895c3f01fcc857411b843 1469048 devel optional 
gobjc-3.3_3.3.5-5_i386.deb
 6d3c0bc94ce4f1c07563984a44b75537 137148 libs optional libobjc1_3.3.5-5_i386.deb
 667111b32e1cbc03bc8e53b89b49ada8 12992 devel optional gij-3.3_3.3.5-5_i386.deb
 94e3d5e4d7eb2dd0a8e1054f27364f1a 2586580 libs optional libgcj4_3.3.5-5_i386.deb
 653a72d9f9712a852305e70e8c7f6465 62564 libs optional 
libgcj4-awt_3.3.5-5_i386.deb
 1487a07ced551bb65383dba4fe2e1474 1736410 devel optional 
gcj-3.3_3.3.5-5_i386.deb
 ac0326e148956afbb58b884b4e3a60ca 4751028 libdevel optional 
libgcj4-dev_3.3.5-5_i386.deb
 1ab1e09c1d9bf0469440fed22fd596cc 71952 libs optional libffi2_3.3.5-5_i386.deb
 c42eba0b531bab5995b0299d12c95ca2 11192 libdevel optional 
libffi2-dev_3.3.5-5_i386.deb
 b4d9a8deda707814d0da9122150d57c9 1778668 devel standard 
g++-3.3_3.3.5-5_i386.deb
 727ef933dd6c7d902fdf7b210b74c226 293322 base required 
libstdc++5_3.3.5-5_i386.deb
 2838fcd382db914334238e47d3aca8f3 774752 libdevel standard 
libstdc++5-3.3-dev_3.3.5-5_i386.deb
 ae511c8d2c17284f7a68da753ef3cb83 325340 libdevel extra 
libstdc++5-3.3-pic_3.3.5-5_i386.deb
 1fce22328a8f9f8866876e471c279017 4877626 libdevel extra 
libstdc++5-3.3-dbg_3.3.5-5_i386.deb
 75d200daab0f6b59ca27d1767be3c154 50588 libs optional libg2c0_3.3.5-5_i386.deb
 0f009263b644757ed8b64206212779e2 1549276 devel optional 
g77-3.3_3.3.5-5_i386.deb
 595f9d9c259c731d0be5870989686bfc 66650 libdevel optional 
libg2c0-dev_3.3.5-5_i386.deb
 c6bbf8a64eb1648ce760c506e10cb0f1 6215830 devel optional 
gnat-3.3_3.3.5-5_i386.deb
 d8708cb6b8b187cb9f86d0d9b56981b6 1321308 devel optional 
treelang-3.3_3.3.5-5_i386.deb
 b5186e66526e6ce46383cfa84945e8cc 1938808 devel optional 
gpc-2.1-3.3_3.3.5.20040516-5_i386.deb
 d626e24d2c086f2378ee6a776c3fa71a 1567796 devel standard 
gcc-3.3_3.3.5-5_i386.deb

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

iD8DBQFBxj5wStlRaw+TLJwRAjV2AKCPXFPJB+5ITGfvB+E9HGgB1RmbowCfSaNR
w4C/zpREu383eS4AuxCGOlE=
=WMXX
-END PGP SIGNATURE-