Re: [PATCH, ARM, testsuite] fix test c-c++-common/tm/omp.c

2012-01-20 Thread Jakub Jelinek
On Fri, Jan 20, 2012 at 05:04:41PM -, Greta Yorsh wrote: > PING! > http://gcc.gnu.org/ml/gcc-patches/2011-11/msg01813.html This is ok for trunk. Thanks. Jakub

Re: [PATCH, ARM, testsuite] fix test c-c++-common/tm/omp.c

2012-01-20 Thread Aldy Hernandez
On 01/20/12 11:04, Greta Yorsh wrote: PING! http://gcc.gnu.org/ml/gcc-patches/2011-11/msg01813.html This looks like an obviously correct patch, but I'll defer to the Arm maintainers.

RE: [PATCH, ARM, testsuite] fix test c-c++-common/tm/omp.c

2012-01-20 Thread Greta Yorsh
cery.com'; > 'al...@redhat.com' > Subject: [PATCH, ARM, testsuite] fix test c-c++-common/tm/omp.c > > The testcase c-c++-common/tm/omp.c fails on arm-none-eabi: > > Executing: arm-none-eabi-gcc /work/local-checkouts/gcc- > fsf/gcc/testsuite/c-c++-common/tm/omp.c -fgnu

[PATCH, ARM, testsuite] fix test c-c++-common/tm/omp.c

2011-11-17 Thread Greta Yorsh
The testcase c-c++-common/tm/omp.c fails on arm-none-eabi: Executing: arm-none-eabi-gcc /work/local-checkouts/gcc-fsf/gcc/testsuite/c-c++-common/tm/omp.c -fgnu-tm -fopenmp -S -o omp.s arm-none-eabi-gcc: error: unrecognized command line option '-pthread' FAIL: c-c++-common/tm/omp.c The attached