Bug#126240: marked as done (gpc: Internal compiler error: program gpc1 got fatal signal 11)

2002-01-06 Thread Debian Bug Tracking System
Your message dated Sat, 05 Jan 2002 14:58:16 -0500 with message-id [EMAIL PROTECTED] and subject line Bug#126240: fixed in gcc-2.95 2.95.4.ds8-1 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

Bug#126316: marked as done (gcc-2.95: version 1:2.95.4-0.011223 dated 20010522 ?)

2002-01-06 Thread Debian Bug Tracking System
Your message dated Sat, 05 Jan 2002 14:58:16 -0500 with message-id [EMAIL PROTECTED] and subject line Bug#126316: fixed in gcc-2.95 2.95.4.ds8-1 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

gcc-2.95_2.95.4.ds8-1_powerpc.changes INSTALLED

2002-01-06 Thread Debian Installer
Installing: chill-2.95_2.95.4-1_powerpc.deb to pool/main/g/gcc-2.95/chill-2.95_2.95.4-1_powerpc.deb cpp-2.95_2.95.4-1_powerpc.deb to pool/main/g/gcc-2.95/cpp-2.95_2.95.4-1_powerpc.deb g++-2.95_2.95.4-1_powerpc.deb to pool/main/g/gcc-2.95/g++-2.95_2.95.4-1_powerpc.deb

gcc-2.95_2.95.4.ds8-1_sparc.changes INSTALLED

2002-01-06 Thread Debian Installer
Installing: chill-2.95_2.95.4-1_sparc.deb to pool/main/g/gcc-2.95/chill-2.95_2.95.4-1_sparc.deb cpp-2.95_2.95.4-1_sparc.deb to pool/main/g/gcc-2.95/cpp-2.95_2.95.4-1_sparc.deb g++-2.95_2.95.4-1_sparc.deb to pool/main/g/gcc-2.95/g++-2.95_2.95.4-1_sparc.deb g77-2.95_2.95.4-1_sparc.deb to

gcc-2.95_2.95.4.ds8-1_i386.changes INSTALLED

2002-01-06 Thread Debian Installer
Installing: chill-2.95_2.95.4-1_i386.deb to pool/main/g/gcc-2.95/chill-2.95_2.95.4-1_i386.deb cpp-2.95-doc_2.95.4-1_all.deb to pool/main/g/gcc-2.95/cpp-2.95-doc_2.95.4-1_all.deb cpp-2.95_2.95.4-1_i386.deb to pool/main/g/gcc-2.95/cpp-2.95_2.95.4-1_i386.deb g++-2.95_2.95.4-1_i386.deb to

Bug#127783: acknowledged by developer (Re: Bug#127783: gcc-3.0-source: java selftest fail)

2002-01-06 Thread Goswin Brederlow
[EMAIL PROTECTED] (Debian Bug Tracking System) writes: This is an automatic notification regarding your Bug report #127783: gcc-3.0-source: java selftest fail, which was filed against the gcc-3.0 package. It has been closed by one of the developers, namely Matthias Klose [EMAIL PROTECTED].

Bug#127928: chill-2.95: s/ 1 / Chill /g in the package description...

2002-01-06 Thread Adrian Bunk
Package: chill-2.95 Version: 1:2.95.4-0.011223 Severity: normal Package: chill-2.95 ... Version: 1:2.95.4-0.011223 ... Description: The GNU 1 compiler. NOTE: This is not a final release, but taken from the CVS gcc-2_95-branch (dated 20010522). . This is the ITU 1 compiler. 1 is ... It

Bug#127939: gcc: ICE while compiling 2.2.19 kernel

2002-01-06 Thread Tero Tilus
Package: gcc Version: 1:2.95.2-13 Severity: normal I first compiled kernel (debian way) and succesfully installed it. I had to recompile it right away because wrong processor type selection. I made 'make menuconfig', changed processor type, made 'make-kpkg clean' and then 'make-kpkg

Bug#128026: libstdc++3: std::wcout does not perform encoding conversions

2002-01-06 Thread Martin von Loewis
Package: libstdc++3 Version: 1:3.0.3-1 Severity: normal Running the program #include iostream int main(){ std::locale loc(de_DE.UTF-8); std::locale::global(loc); std::wcoutLDer \u20AC ist dastd::endl; } results in output that represents, in binary, as 000 D e

Re: Bug#119844: gcc: __WORDSIZE definition missing

2002-01-06 Thread Ben Collins
On Tue, Nov 27, 2001 at 07:22:05PM -0500, Christopher C. Chimelis wrote: On Tue, 27 Nov 2001, John R. Daily wrote: I haven't seen any reponse from Ben, so I'm going to go ahead and move the bug to glibc. It would be rather unfortunate if this isn't fixed for woody, but at this point

gcc-3.0_3.0.3ds3-1_m68k.changes INSTALLED

2002-01-06 Thread Debian Installer
Installing: cpp-3.0_3.0.3-1_m68k.deb to pool/main/g/gcc-3.0/cpp-3.0_3.0.3-1_m68k.deb fastjar_3.0.3-1_m68k.deb to pool/main/g/gcc-3.0/fastjar_3.0.3-1_m68k.deb fixincludes_3.0.3-1_m68k.deb to pool/main/g/gcc-3.0/fixincludes_3.0.3-1_m68k.deb g++-3.0_3.0.3-1_m68k.deb to

Re: Bug#102193: gcc-3.0: compiled code with gcc 3.0 is slow and big

2002-01-06 Thread Roman Zippel
Hi, Morten Brix Pedersen wrote: int main() { string test = IUHASISAHDNI; vectorstring vec; for (int i = 0; i = 50; ++i) { string newstr; test += NAWNASDKJNKNN; newstr = test; String assignments are threadsafe now with gcc-3.0, so that will have