Bug#90363: g77 report 90363

2001-04-13 Thread Philippe Troin
Matthias Klose <[EMAIL PROTECTED]> writes: > # workaround exists > severity 90363 normal > thanks > > please could you recheck with the g77-3.0 package from experimental? It does work with g77-3.0 AFAIR (not tested by myself, but reported to be working...) When is this going to hit unstable ?

Bug#90363: g77 report 90363

2001-04-13 Thread Philippe Troin
Matthias Klose <[EMAIL PROTECTED]> writes: > Philippe Troin writes: > > Matthias Klose <[EMAIL PROTECTED]> writes: > > > > > # workaround exists > > > severity 90363 normal > > > thanks > > > > > > please could yo

Bug#94955: Linking with libstdc++ changes behavior of a program (which does not require libstdc++)

2001-04-23 Thread Philippe Troin
Package: libstdc++2.10-glibc2.2 Version: 1:2.95.3-8 BEGIN TRANSCRIPT [EMAIL PROTECTED]:~% cat foo.cpp #include class EX { public: EX() { write(2,"XCR\n",4); } virtual ~EX() { write(2, "XD\n", 3); } EX(const EX&) { write(2, "XCP\n", 4);

Bug#94955: Linking with libstdc++ changes behavior of a program (which does not require libstdc++)

2001-04-23 Thread Philippe Troin
Ben Collins <[EMAIL PROTECTED]> writes: > On Sun, Apr 22, 2001 at 11:31:18PM -0700, Philippe Troin wrote: > > [EMAIL PROTECTED]:~% gcc -o foo foo.cpp -lstdc++ > > IMO, you should use: > > % g++ foo foo.cpp This brings the same result as 'gcc -o foo foo.cpp

Bug#94955: Linking with libstdc++ changes behavior of a program (which does not require libstdc++)

2001-04-23 Thread Philippe Troin
Matthias Klose <[EMAIL PROTECTED]> writes: > Ben Collins writes: > > On Sun, Apr 22, 2001 at 11:31:18PM -0700, Philippe Troin wrote: > > > [EMAIL PROTECTED]:~% gcc -o foo foo.cpp -lstdc++ > > > > IMO, you should use: > > > > % g++ foo foo.

Bug#94955: Linking with libstdc++ changes behavior of a program (which does not require libstdc++)

2001-04-23 Thread Philippe Troin
Ben Collins <[EMAIL PROTECTED]> writes: > On Mon, Apr 23, 2001 at 09:37:09AM -0700, Philippe Troin wrote: > > Ben Collins <[EMAIL PROTECTED]> writes: > > > > > On Sun, Apr 22, 2001 at 11:31:18PM -0700, Philippe Troin wrote: > > > >

Bug#94955: Linking with libstdc++ changes behavior of a program (which does not require libstdc++)

2001-04-23 Thread Philippe Troin
Ben Collins <[EMAIL PROTECTED]> writes: > On Mon, Apr 23, 2001 at 09:18:26PM +0100, Philip Blundell wrote: > > >Is there any mips or arm machine I could log into which has 2.95.4 > > >installed so that I could check the aleph package ? > > > > I can do you an account on an arm machine. Send me a

Bug#94955: Linking with libstdc++ changes behavior of a program (which does not require libstdc++)

2001-04-23 Thread Philippe Troin
Ben Collins <[EMAIL PROTECTED]> writes: > On Mon, Apr 23, 2001 at 01:42:43PM -0700, Philippe Troin wrote: > > Ben Collins <[EMAIL PROTECTED]> writes: > > > > > On Mon, Apr 23, 2001 at 09:18:26PM +0100, Philip Blundell wrote: > > > > >Is there

Bug#94955: Linking with libstdc++ changes behavior of a program (which does not require libstdc++)

2001-04-23 Thread Philippe Troin
Philippe Troin <[EMAIL PROTECTED]> writes: > Ben Collins <[EMAIL PROTECTED]> writes: > > > On Mon, Apr 23, 2001 at 01:42:43PM -0700, Philippe Troin wrote: > > > Ben Collins <[EMAIL PROTECTED]> writes: > > > > > > > On Mon, Apr 23, 20

Bug#105569: [mips/mipsel] g++ exception catching does not work...

2001-07-16 Thread Philippe Troin
Package: g++ Version: 2.95.x The following program breaks on mips and mipsel: #include class shex { public: shex(); ~shex(); shex(const shex&); shex& operator=(const shex&); }; shex::shex() { printf("creating new shex @%p\n", this); } shex::s

Bug#105569: mips/mipsel] g++ exception catching does not work...

2001-07-16 Thread Philippe Troin
retitle 105569 [mips/mipsel/hppa] g++ exception catching does not work... thanks Also seen on hppa: [EMAIL PROTECTED]:~$ uname -a Linux paer 2.4.0-pa43 #8 Tue Jun 26 13:12:21 MDT 2001 parisc64 unknown [EMAIL PROTECTED]:~$ dpkg --print-architecture hppa [EMAIL PROTECTED]:~$ dpkg -l g++ Desired=Unk

Bug#126703: g++-3.0: defines _GNU_SOURCE with g++-3.0

2001-12-27 Thread Philippe Troin
Package: g++-3.0 Version: 1:3.0.2-4 Severity: normal As the title says. Try this program: #include int main() { #ifdef _GNU_SOURCE printf("LOADED\n"); #endif } Compile it with "g++-3.0 foo.cpp" Run it: $ ./a.out LOADED $ This is evil ;-) Phil. -- System Information Debian Release: 3.0 Ker