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 ?
Matthias Klose <[EMAIL PROTECTED]> writes:
> Philippe Troin writes:
> > Matthias Klose <[EMAIL PROTECTED]> writes:
> >
> > > # workaround exists
> > > severity 90363 normal
> > > thanks
> > >
> > > please could yo
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);
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
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.
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:
> > > >
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
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
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
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
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
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
12 matches
Mail list logo