This is the mail archive of the gcc-patches@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: PATCH: Fix v3 issues and bootstrap failure caused by gthr-dce.h


> This patch has gone through several weeks of testing during the
> development and testing of the v3 thread fixes by Lorne Riddle and
> myself.  Hpux 10.X is the only system to use gthr-dce.h.  Thus, the risk
> of this patch is limited.  Part of this patch has been on the main for a
> month.
>
> OK?

Yes, because no other target uses DCE threads.  Please check to make
sure that the file isn't sucked in anywhere else by magic; I suggest:

  find . -type f | xargs -n10 grep -i dce

just for safety's sake.

Thank you,

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com


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