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

Re: [PATCH] Simplify dg-options for tests using pthreads


On 18/08/16 09:06 +0100, Jonathan Wakely wrote:
It's been several years now that Solaris supported -pthread as well as
-pthreads, so there's no need to have separate dg-options directives
for Solaris.

This patch removes all the lines:

// { dg-options "... -pthreads" { target *-*-solaris* } }

And adds *-*-solaris* to the list of targets in:

// { dg-options "... -pthread" { target ... } }

Rainer, any objection to this change?

Committed to trunk.


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