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]
Other format: [Raw text]

Re: GCC 4.0.2 Released


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>

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