public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* First release containing thread safe exceptions for Solaris ?
@ 2000-09-20 16:45 Paul Duffy
  2000-09-20 17:02 ` Jan Dvorak
  0 siblings, 1 reply; 3+ messages in thread
From: Paul Duffy @ 2000-09-20 16:45 UTC (permalink / raw)
  To: gcc

I'm using 2.8.1 for Solaris and I gather from the list that my exception 
problems are compiler related ?  What is the earliest release that supports 
thread safe exceptions for Solaris 2.6?

I ask this because my server executable is one of many included in our 
product.  The other developers are EXTREMELY reluctant to upgrade from 
2.8.1.  What types of problems might the product encounter if my C++ 
executable is compiled with say 2.95.2 and the rest of the platform is 
compiled with 2.8.1 ?  Library issues ?

Cheers,


*********************************************************
Paul B Duffy                978-244-4754 Fax 978-244-8917
Cisco Systems, Inc.         paduffy@cisco.com
300 Apollo Drive
Chelmsford, MA 01824
*********************************************************


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: First release containing thread safe exceptions for Solaris ?
  2000-09-20 16:45 First release containing thread safe exceptions for Solaris ? Paul Duffy
@ 2000-09-20 17:02 ` Jan Dvorak
  2000-09-20 17:24   ` Paul Duffy
  0 siblings, 1 reply; 3+ messages in thread
From: Jan Dvorak @ 2000-09-20 17:02 UTC (permalink / raw)
  To: Paul Duffy; +Cc: gcc

On Wed, Sep 20, 2000 at 07:42:30PM -0400, Paul Duffy wrote:
> I ask this because my server executable is one of many included in our 
> product.  The other developers are EXTREMELY reluctant to upgrade from 
> 2.8.1.  What types of problems might the product encounter if my C++ 
> executable is compiled with say 2.95.2 and the rest of the platform is 
> compiled with 2.8.1 ?  Library issues ?
> 
> Cheers,

Unless you know that your program or libraries depends on some bug in
compiler, it is safe to have binaries compiled by different versions or even
different compilers. If your code will not work with gcc 2.95.2, it may be
because of some new feature/bug introducet by it. Please read gcc homepage
for this, especially section about -fstrict-aliasing.

Jan Dvorak <johnydog@go.cz>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: First release containing thread safe exceptions for Solaris ?
  2000-09-20 17:02 ` Jan Dvorak
@ 2000-09-20 17:24   ` Paul Duffy
  0 siblings, 0 replies; 3+ messages in thread
From: Paul Duffy @ 2000-09-20 17:24 UTC (permalink / raw)
  To: Jan Dvorak; +Cc: gcc

Thanks for the response, but I don't think I've made myself clear.

I must have thread safe exceptions and I gather that this is not possible 
with 2.8.1.  So my executable will probably be using 2.95.2, with the rest 
of the executables using 2.8.1    Will by executable require 2.95.2 runtime 
libraries or will all executables (2.8.1 and 2.95.2) be happy with the 
2.8.1 runtime libraries.

My concern is that the other developers will have a fit when I suggest 
upgrading to a set of later model runtime libraries.

Cheers,



At 02:01 AM 9/21/00 +0200, Jan Dvorak wrote:
>On Wed, Sep 20, 2000 at 07:42:30PM -0400, Paul Duffy wrote:
> > I ask this because my server executable is one of many included in our
> > product.  The other developers are EXTREMELY reluctant to upgrade from
> > 2.8.1.  What types of problems might the product encounter if my C++
> > executable is compiled with say 2.95.2 and the rest of the platform is
> > compiled with 2.8.1 ?  Library issues ?
> >
> > Cheers,
>
>Unless you know that your program or libraries depends on some bug in
>compiler, it is safe to have binaries compiled by different versions or even
>different compilers. If your code will not work with gcc 2.95.2, it may be
>because of some new feature/bug introducet by it. Please read gcc homepage
>for this, especially section about -fstrict-aliasing.

I must have thread safe exception support.  As best I can determine, I need 
to be using something later than 2.8.1 for this.

>Jan Dvorak <johnydog@go.cz>

*********************************************************
Paul B Duffy                978-244-4754 Fax 978-244-8917
Cisco Systems, Inc.         paduffy@cisco.com
300 Apollo Drive
Chelmsford, MA 01824
*********************************************************


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2000-09-20 17:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-09-20 16:45 First release containing thread safe exceptions for Solaris ? Paul Duffy
2000-09-20 17:02 ` Jan Dvorak
2000-09-20 17:24   ` Paul Duffy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).