Bug#116823: Debian's g++-3.0 forgets to generate some code.

2001-10-23 Thread Daniel Jacobowitz
On Wed, Oct 24, 2001 at 01:11:02AM +0200, Matthias Klose wrote: > Richard B. Kreckel writes: > > Package: g++-3.0 > > Version: 1:3.0.2-0pre011014 > > Severity: important > > > > Summary: It seems like some bug crept into Debian's gcc-3.0. The bug does > > not seem to be present upstream. This bu

Bug#116823: Debian's g++-3.0 forgets to generate some code.

2001-10-23 Thread Matthias Klose
Richard B. Kreckel writes: > Package: g++-3.0 > Version: 1:3.0.2-0pre011014 > Severity: important > > Summary: It seems like some bug crept into Debian's gcc-3.0. The bug does > not seem to be present upstream. This bug renders the CLN package > unlinkable with our compiler. > > The following p

Re: comparing function pointer with int does not produce error

2001-10-23 Thread Martin v. Loewis
> On Tue, Oct 23, 2001 at 08:21:26PM +0200, Martin v. Loewis wrote: > > > The following code does not produce an error when one is expected. > > > void stat (); > > > > > > static const int success = 0; > > > > > > void monk () > > > { > > > if (stat == success); > > > }; > > > > Thanks for

Re: comparing function pointer with int does not produce error

2001-10-23 Thread Daniel Jacobowitz
On Tue, Oct 23, 2001 at 08:21:26PM +0200, Martin v. Loewis wrote: > > The following code does not produce an error when one is expected. > > void stat (); > > > > static const int success = 0; > > > > void monk () > > { > > if (stat == success); > > }; > > Thanks for your report. This is n

Bug#116823: Debian's g++-3.0 forgets to generate some code.

2001-10-23 Thread Richard B. Kreckel
Package: g++-3.0 Version: 1:3.0.2-0pre011014 Severity: important Summary: It seems like some bug crept into Debian's gcc-3.0. The bug does not seem to be present upstream. This bug renders the CLN package unlinkable with our compiler. The following piece of code is extracted from CLN's PROVIDE/

gcc-3.0_3.0.2ds3-0pre011014_hppa.changes INSTALLED

2001-10-23 Thread Debian Installer
Installing: protoize_3.0.2-0pre011014_hppa.deb to pool/main/g/gcc-3.0/protoize_3.0.2-0pre011014_hppa.deb gcc-3.0_3.0.2-0pre011014_hppa.deb to pool/main/g/gcc-3.0/gcc-3.0_3.0.2-0pre011014_hppa.deb libobjc1_3.0.2-0pre011014_hppa.deb to pool/main/g/gcc-3.0/libobjc1_3.0.2-0pre011014_hppa.deb lib

gcc-3.0_3.0.2ds3-0pre011014_ia64.changes INSTALLED

2001-10-23 Thread Debian Installer
Installing: g++-3.0_3.0.2-0pre011014_ia64.deb to pool/main/g/gcc-3.0/g++-3.0_3.0.2-0pre011014_ia64.deb libobjc1_3.0.2-0pre011014_ia64.deb to pool/main/g/gcc-3.0/libobjc1_3.0.2-0pre011014_ia64.deb libstdc++3-dev_3.0.2-0pre011014_ia64.deb to pool/main/g/gcc-3.0/libstdc++3-dev_3.0.2-0pre011014_

Re: comparing function pointer with int does not produce error

2001-10-23 Thread Martin v. Loewis
> > void stat (); > > > > static const int success = 0; > > > > void monk () > > { > > if (stat == success); > > }; > > > > warning: comparison between pointer and integer > > is produced here with same compiler, Debian (Sid) updated daily. Are you sure? Could it be that you are using a C c

Re: comparing function pointer with int does not produce error

2001-10-23 Thread Martin v. Loewis
> The following code does not produce an error when one is expected. > void stat (); > > static const int success = 0; > > void monk () > { > if (stat == success); > }; Thanks for your report. This is not a bug in the compiler: both the function pointer and the integer convert to bool (4

Bug#116798: Please re-enable gcj and libffi for ia64

2001-10-23 Thread Jeff Licquia
Package: gcc-3.0 Version: 3.0.2-0pre011014 Please re-enable at least libffi for ia64. I have built packages with gcj and libffi enabled on ia64, and they seem to work fine. In particular, gcj seemed to build a bunch of java packages as part of its own build process. My main concern is libffi; i

Re: comparing function pointer with int does not produce error

2001-10-23 Thread Gordon Sadler
On Tue, Oct 23, 2001 at 04:26:16PM +0100, [EMAIL PROTECTED] wrote: > > >Submitter-Id:net > >Originator: Andy Chittenden > >Organization:BlueArc UK Ltd > >Confidential:no > >Synopsis:comparing function pointer with int does not produce error > >Severity: > >Priority

comparing function pointer with int does not produce error

2001-10-23 Thread andyc
>Submitter-Id: net >Originator:Andy Chittenden >Organization: BlueArc UK Ltd >Confidential: no >Synopsis: comparing function pointer with int does not produce error >Severity: >Priority: >Category: c++ >Class: >Release: 3.0.2 20011014 (Debian prerelease)