This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Binary Compatibility [was Re: libstdc++ compatibility]


> From: Brendan Kehoe <brendan@cygnus.com>
> Date: 22 Oct 1998 18:40:03 -0700

> On my ``Do This Soon'' list is the idea of putting together a suite
> of tests that do testing of binary compatibility in g++.

> Does anyone have any ideas on how such a thing might be put
> together?

Hard problem.  Not sure I have an answer.  A pragmatic answer for
libstdc++, might be to build/run the old libstdc++ testsuite, linking
with the newer libstdc++.{a,so} and visaversa.

If they are `compatible' then testsuite must pass (to the extent it
passes normally).  I think this type of testing would have shown
problems in the past.

Also, this is an intentionally simple idea to get our feet wet with
something that I think is easy enough to do.  From there, we can
expand.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]