This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: GCC 4.0.2 Released
- From: Mark Mitchell <mark at codesourcery dot com>
- To: Eric Botcazou <ebotcazou at libertysurf dot fr>
- Cc: gcc at gcc dot gnu dot org, jkj at sco dot com, Ulrich Weigand <uweigand at de dot ibm dot com>
- Date: Sat, 01 Oct 2005 01:59:53 -0700
- Subject: Re: GCC 4.0.2 Released
- References: <200509301316.j8UDGmQX024302@53v30g15.boeblingen.de.ibm.com> <433D8BD2.3080303@sco.com> <433DAD09.8010404@codesourcery.com> <200510010100.04140.ebotcazou@libertysurf.fr>
Eric Botcazou wrote:
> Agreed. But I'm requesting a "caveat" note about the Solaris regression here:
> http://gcc.gnu.org/gcc-4.0/changes.html#4.0.2
> mentioning the workaround (g++ -pthreads) and the link:
> http://gcc.gnu.org/ml/gcc-cvs/2005-09/msg00984.html
Done.
Thanks,
--
Mark Mitchell
CodeSourcery, LLC
mark@codesourcery.com
(916) 791-8304
Index: gcc-4.0/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.0/changes.html,v
retrieving revision 1.50
diff -c -5 -p -r1.50 changes.html
*** gcc-4.0/changes.html 29 Sep 2005 04:00:22 -0000 1.50
--- gcc-4.0/changes.html 1 Oct 2005 08:58:24 -0000
*************** href="http://gcc.gnu.org/bugzilla/buglis
*** 608,614 ****
--- 608,624 ----
of problem reports (PRs)</a> from GCC's bug tracking system that are
known to be fixed in the 4.0.2 release. This list might not be
complete (that is, it is possible that some PRs that have been fixed
are not listed here).</p>
+ <p>Unfortunately, due to a release engineering failure, this release
+ has a regression on Solaris that will affect some C++ programs. We
+ suggest that Solaris users apply a <a
+ href="http://gcc.gnu.org/ml/gcc-cvs/2005-09/msg00984.html">patch</a>
+ that corrects the problem. Users who do not wish to apply the patch
+ should explicitly link C++ programs with the <code>-pthreads</code>
+ option, even if they do not use threads. This problem has been
+ corrected in the current 4.0 branch sources and will not be present in
+ GCC 4.0.3.</p>
+
</body>
</html>