Bug#94955: Linking with libstdc++ changes behavior of a program (which does not require libstdc++)
Philippe Troin <phil@fifi.org> writes:
> Ben Collins <bcollins@debian.org> writes:
>
> > On Mon, Apr 23, 2001 at 01:42:43PM -0700, Philippe Troin wrote:
> > > Ben Collins <bcollins@debian.org> 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 username and either a
> > > > > crypted password or an SSH public key. Dunno about mips.
> > > >
> > > > I just tested on my netwinder, and it does not exhibit the same problem.
> > > > I can test on mips later tonight.
> > >
> > > Uh, tested what on arm ?
> >
> > The test program.
>
> The test program always worked on arm...
>
> Let me restate:
>
> Program | aleph | test prog. |
> ----------------+---------------+---------------+
> Arch | arm | mips | arm | mips |
> ----------------+-------+-------+-------+-------+
> Linked w/stdc++ |yes|no |yes|no |yes|no |yes|no |
> ----------------+---+---+---+---+---+---+---+---+
> Result |brk|ok.|brk|ok.|ok.|ok.|brk|ok.|
> -------------------------------------------------
The above table is for gcc-2.95.3.
I've checked with gcc-2.95.4:
- it fixes the problem on arm
- mips is still broken
The table below is for 2.95.4.
Program | aleph | test prog. |
----------------+---------------+---------------+
Arch | arm | mips | arm | mips |
----------------+-------+-------+-------+-------+
Linked w/stdc++ |yes|no |yes|no |yes|no |yes|no |
----------------+---+---+---+---+---+---+---+---+
Result |ok.|ok.|brk|ok.|ok.|ok.|brk|ok.|
-------------------------------------------------
Phil.
Reply to: