Re: [PATCH][4.8][4.7][4.6] Make -shared-libgcc the default on Cygwin.

2013-08-18 Thread Gerald Pfeifer
On Wed, 13 Mar 2013, Dave Korn wrote: > Committed revision 196634, with the attached documentation update and cvs > log entry: > > * htdocs/gcc-4.8/changes.html: Add OS-specific section and entry > for Windows (Cygwin). I applied this small editorial patch. Gerald Index: changes.h

Re: [PATCH][4.8][4.7][4.6] Make -shared-libgcc the default on Cygwin.

2013-03-13 Thread Dave Korn
On 12/03/2013 08:59, Richard Biener wrote: > On Tue, Mar 12, 2013 at 2:44 AM, Dave Korn wrote: >> Hello list, >> >> The attached patch makes -shared-libgcc the default for Cygwin. This is >> something that I should have done some time ago, as shared libgcc on Cygwin >> is >> more than matu

Re: [PATCH][4.8][4.7][4.6] Make -shared-libgcc the default on Cygwin.

2013-03-12 Thread Richard Biener
On Tue, Mar 12, 2013 at 2:44 AM, Dave Korn wrote: > > Hello list, > > The attached patch makes -shared-libgcc the default for Cygwin. This is > something that I should have done some time ago, as shared libgcc on Cygwin is > more than mature. What's more, it is vital for reliable compilati

[PATCH][4.8][4.7][4.6] Make -shared-libgcc the default on Cygwin.

2013-03-11 Thread Dave Korn
Hello list, The attached patch makes -shared-libgcc the default for Cygwin. This is something that I should have done some time ago, as shared libgcc on Cygwin is more than mature. What's more, it is vital for reliable compilation of applications that throw exceptions or share TLS variabl