gcc-3.4_3.4.0-2_arm.changes ACCEPTED

2004-05-27 Thread Debian Installer
Accepted: cpp-3.4_3.4.0-2_arm.deb to pool/main/g/gcc-3.4/cpp-3.4_3.4.0-2_arm.deb fastjar_3.4.0-2_arm.deb to pool/main/g/gcc-3.4/fastjar_3.4.0-2_arm.deb fixincludes_3.4.0-2_arm.deb to pool/main/g/gcc-3.4/fixincludes_3.4.0-2_arm.deb g++-3.4_3.4.0-2_arm.deb to pool/main/g/gcc-3.4/g++-3.4_3.4.

Processing of gcc-3.4_3.4.0-2_arm.changes

2004-05-27 Thread Archive Administrator
gcc-3.4_3.4.0-2_arm.changes uploaded successfully to localhost along with the files: gcc-3.4-base_3.4.0-2_arm.deb libgcc1_3.4.0-2_arm.deb cpp-3.4_3.4.0-2_arm.deb protoize_3.4.0-2_arm.deb fixincludes_3.4.0-2_arm.deb gobjc-3.4_3.4.0-2_arm.deb libobjc1_3.4.0-2_arm.deb gij-3.4_3.4.0-2_a

[Bug target/15693] [3.3/3.4 regression] ICE - unrecognizable insn

2004-05-27 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2004-05-27 22:54 --- The latest version reported to work seems dubious. According to my testing, GCC 3.3.2 compiles the testcase but not GCC 3.3.3. -- What|Removed |Added

[Bug target/15693] [3.3/3.4 regression] ICE - unrecognizable insn

2004-05-27 Thread ebotcazou at gcc dot gnu dot org
-- What|Removed |Added Known to fail||3.3.4 3.4.0 3.4.1 Known to work||3.3.2 3.5.0 Summary|[3.3 regressi

[Bug target/15693] [3.3 regression] ICE - unrecognizable insn

2004-05-27 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Keywords||ice-on-valid-code Summary|[3.3.4 regression] ICE -|[3.3 regression] ICE - |un

[Bug target/15693] [3.3.4 regression] ICE - unrecognizable insn

2004-05-27 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2004-05-27 21:36 --- Investigating. -- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |ebo

[Bug target/15693] [3.3.4 regression] ICE - unrecognizable insn

2004-05-27 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2004-05-27 21:35 --- Confirmed. Critical since it's the Kernel. -- What|Removed |Added Severity|nor

Bug#251294: GNU/k*BSD patch

2004-05-27 Thread Robert Millan
Package: gcc-3.4 Version: 3.4.0-2 Severity: wishlist Tags: patch, upstream This is kbsd-gnu.dpatch for debian/patches directory. It adds GNU/k*BSD support in the upstream tree. The libtool bits are merged in upstream for 3.5 branch. The rest is partly revised and pending commit. -- System Inform

Bug#251293: Portability fixes.

2004-05-27 Thread Robert Millan
Package: gcc-3.4 Version: 3.4.0-2 Severity: wishlist Tags: patch I'm attaching the fixes required in debian/ directory needed to make this package portable wrt non-Linux kernels. It splits out every unportable check into separate checks for _CPU and _SYSTEM, and a few other things. -- System Info

[Bug c/13519] typeof(nonconst+const) is const

2004-05-27 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-05-27 18:44 --- More to the point, now that the warnings are turned into errors in 3.4.0 and the mainline. I think the problem is that the C front-end is taking the left side of the tree for the type. -- Wh

Bug#251225: marked as done (g++: `xor', `or' and `and' can't be identifiers)

2004-05-27 Thread Debian Bug Tracking System
Your message dated Thu, 27 May 2004 17:14:17 +0200 with message-id <[EMAIL PROTECTED]> and subject line Bug#251225: g++: `xor', `or' and `and' can't be identifiers 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 no

Bug#251225: g++: `xor', `or' and `and' can't be identifiers

2004-05-27 Thread Frank B. Brokken
Package: g++ Version: 3:3.3-2 Severity: minor -- System Information Debian Release: 3.0 Architecture: i386 Kernel: Linux suffix 2.4.24 #1 Wed Jan 14 09:52:19 CET 2004 i686 Locale: LANG=C, LC_CTYPE=C Versions of packages g++ depends on: ii cpp 3:3.3-2The GNU C prep

Bug#250899: GCC-3.3 failure on Sparc when compiling Linux kernel

2004-05-27 Thread Art Haas
On Thu, May 27, 2004 at 03:42:39PM +0200, Matthias Klose wrote: > Art, did this work with an earlier version, and if, with which one? I'd been using the gcc-3.3 packages up to 3.3.3-6 or 3.3.3-7 without problems. Release 3.3.3-8 first one to have problems, and when I saw 3.3.3-9 I was hoping the

Re: libstdc++5-dev and libstdc++5-3.3-dev

2004-05-27 Thread Matthias Klose
Cosimo Alfarano writes: > On Thu, May 27, 2004 at 01:41:30PM +0200, Matthias Klose wrote: > > > I thought libstdc++5-dev depends on the default gcc/g++ version in > > > Debian, something similar to gcc thats depends on gcc-3.3, but it > > > depends on 3.2 and libstdc++-3.3-dev on g++3.3. > > > > >

Bug#250899: GCC-3.3 failure on Sparc when compiling Linux kernel

2004-05-27 Thread Matthias Klose
Art, did this work with an earlier version, and if, with which one? Falk Hueffner writes: > Here's a smaller test case: > > static __inline__ __attribute__ ((always_inline)) > int page_mapping (unsigned flags) > { > if (1u & (flags >> 16)) > return 1; > return 0; > } > void install_page (

Re: libstdc++5-dev and libstdc++5-3.3-dev

2004-05-27 Thread Cosimo Alfarano
On Thu, May 27, 2004 at 01:41:30PM +0200, Matthias Klose wrote: > > I thought libstdc++5-dev depends on the default gcc/g++ version in > > Debian, something similar to gcc thats depends on gcc-3.3, but it > > depends on 3.2 and libstdc++-3.3-dev on g++3.3. > > > > Don't you find it counterintuitiv

gcc-3.3_3.3.3ds7-9_alpha.changes ACCEPTED

2004-05-27 Thread Debian Installer
Accepted: cpp-3.3_3.3.3-9_alpha.deb to pool/main/g/gcc-3.3/cpp-3.3_3.3.3-9_alpha.deb fastjar_3.3.3-9_alpha.deb to pool/main/g/gcc-3.3/fastjar_3.3.3-9_alpha.deb fixincludes_3.3.3-9_alpha.deb to pool/main/g/gcc-3.3/fixincludes_3.3.3-9_alpha.deb g++-3.3_3.3.3-9_alpha.deb to pool/main/g/gcc-3.

Re: libstdc++5-dev and libstdc++5-3.3-dev

2004-05-27 Thread Matthias Klose
Cosimo Alfarano writes: > [Please CC me, I'm not subscribed to debian-gcc] > > Hi, > I'm talking about bug #249976 of libtorch3-dev package. > > Is it correct to fix in that way the deps of my package? > > I thought libstdc++5-dev depends on the default gcc/g++ version in > Debian, something si

Processing of gcc-3.3_3.3.3ds7-9_alpha.changes

2004-05-27 Thread Archive Administrator
gcc-3.3_3.3.3ds7-9_alpha.changes uploaded successfully to localhost along with the files: gcc-3.3-base_3.3.3-9_alpha.deb libgcc1_3.3.3-9_alpha.deb cpp-3.3_3.3.3-9_alpha.deb protoize_3.3.3-9_alpha.deb fixincludes_3.3.3-9_alpha.deb gobjc-3.3_3.3.3-9_alpha.deb libobjc1_3.3.3-9_alpha.deb

Carole

2004-05-27 Thread mildred
http://star-teens.com/mc/luc/ This is excellent a an outrageous place where you get to watch hot pics and video clips. Busty lemons, sweet love holes. Please go here and witness them fondling. http://star-teens.com/mc/luc/

Bug#251149: gcc wrapper for sparc is chronically broken

2004-05-27 Thread Joshua Kwan
Package: gcc Version: 4:3.3.3-3 Severity: important [ Marked as important since this vile wrapper has permeated testing already. ] /usr/bin/gcc on the sparc architecture is really a link to a C wrapper that calls gcc-3.3 with either -m64 or -m32 depending on the native architecture, sparc64 or sp