Re: Bug#121282: On i386, gcc-3.0 allows $ in indentifiers but not the asm

2001-11-28 Thread Martin v. Loewis
> Step 3: Start making the case upstream with the gcc SC, or at least try. > As you've pointed out, it takes forever to get rid of an option > or change it in gcc, which is understandable in a way, so why not > start sooner than later, right? :-) Exactly. > The latter is u

Re: C++ Exception handlin on mips [was Re: Mozilla...]

2001-11-28 Thread Martin v. Loewis
> Ugh, yep. Recompiling the dependencies also with the current toolchain > should fix this, correct? I'm not saying to do it, but it would be an > interesting experiment if all else fails (read: weapon of last resort). I think there are still problems compiling glibc with gcc 3; glibc will clai

Re: C++ Exception handlin on mips [was Re: Mozilla...]

2001-11-28 Thread Christopher C. Chimelis
On Wed, 28 Nov 2001, Martin v. Loewis wrote: > I think there are still problems compiling glibc with gcc 3; glibc > will claim to export symbols from libgcc, when it really can't (since > the symbols in libgcc_s won't be incorporated into glibc). I believe > there are patches circulating to solve

Re: Bug#121282: On i386, gcc-3.0 allows $ in indentifiers but not the asm

2001-11-28 Thread Daniel Jacobowitz
On Wed, Nov 28, 2001 at 06:59:27AM +0100, Martin v. Loewis wrote: > > I could have sworn it was NTFS... > > > > util.h: > > typedef enum { > > FILE_$Mft = 0, > > FILE_$MftMirr = 1, > > What kernel version? In 2.4.10, this reads > > typedef enum { > FILE_Mft=

Processed: reassign 120333 to g++

2001-11-28 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > reassign 120333 g++ Bug#120333: menu: update-menus gets Bus Error on mips Bug reassigned from package `menu' to `g++'. > End of message, stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (adm

Processed: ecawave fails to build on alpha

2001-11-28 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > reassign 118814 g++-2.95 Bug#118814: ecawave: compile fails with internal compiler error on alpha Bug reassigned from package `ecawave' to `g++-2.95'. > severity 118814 normal Bug#118814: ecawave: compile fails with internal compiler error on alpha Sev

Processed: gcc 2.95, not 2.96

2001-11-28 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > reassign 115978 libstdc++2.10 Bug#115978: stringstream adds extra characters at the end (forwarded from libstdc++2.10-dev) Bug reassigned from package `libstdc++2.10-glibc2.2' to `libstdc++2.10'. > thanks Stopping processing here. Please contact me i

Bug#101223: marked as done (Undefined reference to 'cout')

2001-11-28 Thread Debian Bug Tracking System
Your message dated Wed, 28 Nov 2001 17:59:20 + with message-id <[EMAIL PROTECTED]> and subject line works for me 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 reo

Processed: gcc 2.95, not 2.96

2001-11-28 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > reassign 94955 libstdc++2.10 Bug#94955: Linking with libstdc++ changes behavior of a program (which does not require libstdc++) Bug reassigned from package `libstdc++2.10-glibc2.2' to `libstdc++2.10'. > reassign 52382 libstdc++2.10 Bug#52382: [fixed w

Bug#116823: marked as done (Debian's g++-3.0 forgets to generate some code.)

2001-11-28 Thread Debian Bug Tracking System
Your message dated Wed, 28 Nov 2001 18:24:45 + with message-id <[EMAIL PROTECTED]> and subject line submitter requested close 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 responsi

Bug#101371: marked as done ([PR libstdc++/3551] error in auto_ptr implementation)

2001-11-28 Thread Debian Bug Tracking System
Your message dated Wed, 28 Nov 2001 18:30:48 + with message-id <[EMAIL PROTECTED]> and subject line upstream closed bug 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

Bug#114795: marked as done (gcc-3.0: Weird behaviour with -I/usr/include)

2001-11-28 Thread Debian Bug Tracking System
Your message dated Wed, 28 Nov 2001 18:28:06 + with message-id <[EMAIL PROTECTED]> and subject line not a bug 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

Bug#121639: libgcj2: serialization of java.util.Date is broken

2001-11-28 Thread Agthorr
Package: libgcj2 Version: 1:3.0.2-3 Severity: important Tags: patch Serialization of the java.util.Date class is broken in libgcj. Although the "Date" class is correctly marked as "implements java.io.Serializable", the actual data stored in the Date class is marked transient! This means that the

Bug#121636: libgcj2: ObjectInputStream.readObject() calls constructors

2001-11-28 Thread Agthorr
Package: libgcj2 Version: 1:3.0.2-3 Severity: normal The implementation of ObjectInputStream.readObject() in this version of libgcj calls the constructor of the serialize object it is reading. Sun's implementation does not do this, nor (I think) did earlier versions of libgcj. Below is a sample p

Bug#121642: libstdc++3: Unable to do buffered cout (?)

2001-11-28 Thread inaky . gonzalez
Package: libstdc++3 Version: 1:3.0.2-3 Severity: normal Hi! I have seen an strange behaviour of libstdc++ regarding buffering of streams; I don't know if it is my fault or the libraries fault. It basically writes character per character whenever I do a cout << "something". Given the fol

Re: Bug#121642: libstdc++3: Unable to do buffered cout (?)

2001-11-28 Thread Martin v. Loewis
> I tried to investigate and found nothing. I was thinking maybe > there is a switch for it or something, but found none. Anyway, by > default, the output should be buffered, AFAIK ... and unless I am > missing anything. > > Any clues? That appears to be the implementation of the requirement that

Bug#121642: libstdc++3: Unable to do buffered cout (?)

2001-11-28 Thread Gonzalez, Inaky
> That appears to be the implementation of the requirement that > std::cout and std::stdout are always synchronized (i.e. tied). > This is done in ios.cc > > ... > > In gcc 2.95, tieing stdout and cout was achieved by having the same > buffer objects. Since the ABI changed, and since the buffer i