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: Use less stack for pr29629.f90 of libgomp testsuite


Jie Zhang wrote:
> Blackfin uses linuxthreads on Linux. Its default stack size of thread is
> less than 16000 bytes. The threads in pr29629.f90 needs more than 40000
> bytes for each. This patch changes n from 10000 to 1000 to enable this
> test for Blackfin, as well as other targets using linuxthreads. Is it OK?

  It might be suitable to put it under control of the STACK_SIZE macro, no?
Then targets with big stacks could still run the full test.

    cheers,
      DaveK


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