Tobias Burnus writes:
> Rainer Orth wrote:
>> Tobias Burnus writes:
>>> H.J. Lu wrote:
xgcc: error: libcilkrts.spec: No such file or directory
>>> Hmm, I really wonder why it fails for you while it works for me:
>> Do you happen to have the same/a recent version installed at the same
>> pre
On Wed, Mar 26, 2014 at 4:55 PM, Tobias Burnus wrote:
>
> Rainer Orth wrote:
>>
>> Tobias Burnus writes:
>>>
>>> H.J. Lu wrote:
xgcc: error: libcilkrts.spec: No such file or directory
>>>
>>> Hmm, I really wonder why it fails for you while it works for me:
>>
>> Do you happen to have th
Rainer Orth wrote:
Tobias Burnus writes:
H.J. Lu wrote:
xgcc: error: libcilkrts.spec: No such file or directory
Hmm, I really wonder why it fails for you while it works for me:
Do you happen to have the same/a recent version installed at the same
prefix your build under test is configured f
Tobias Burnus writes:
> H.J. Lu wrote:
>> All cilk-plus link tests failed with
>> xgcc: error: libcilkrts.spec: No such file or directory
>> Don't you need to add -B/libcilkrts for this?
>
> Hmm, I really wonder why it fails for you while it works for me:
[...]
> I cross-checked: I ha
On Wed, Mar 26, 2014 at 3:35 PM, Tobias Burnus wrote:
> H.J. Lu wrote:
>>
>> All cilk-plus link tests failed with
>> xgcc: error: libcilkrts.spec: No such file or directory
>> Don't you need to add -B/libcilkrts for this?
>
>
> Hmm, I really wonder why it fails for you while it works f
H.J. Lu wrote:
All cilk-plus link tests failed with
xgcc: error: libcilkrts.spec: No such file or directory
Don't you need to add -B/libcilkrts for this?
Hmm, I really wonder why it fails for you while it works for me:
Running
/home/tob/projects/gcc/gcc/testsuite/gcc.dg/cilk-plus/
On Mon, Mar 10, 2014 at 11:42 PM, Tobias Burnus wrote:
> When using Cilk Plus (-fcilkplus), it makes sense to automatically link the
> run-time library (-lcilkrts).
>
> This patch mimics libgomp by adding a .spec file; I am not 100% sure whether
> the .spec file is needed, but the pthread tests in
Il 26/03/2014 00:28, Tobias Burnus ha scritto:
Paolo Bonzini wrote:
Il 11/03/2014 07:42, Tobias Burnus ha scritto:
+XPCFLAGS=""
+CFLAGS="$CFLAGS -pthread"
+AC_LINK_IFELSE(
...
+ [XPCFLAGS=" -Wc,-pthread"],
XPCFLAGS is dead, I think?
Yes - contrary to libgomp, from which I have taken that cod
Paolo Bonzini wrote:
Il 11/03/2014 07:42, Tobias Burnus ha scritto:
+XPCFLAGS=""
+CFLAGS="$CFLAGS -pthread"
+AC_LINK_IFELSE(
...
+ [XPCFLAGS=" -Wc,-pthread"],
XPCFLAGS is dead, I think?
Yes - contrary to libgomp, from which I have taken that code block. I
have now removed it.
Also, should
Il 11/03/2014 07:42, Tobias Burnus ha scritto:
+# Check to see if -pthread or -lpthread is needed. Prefer the former.
+# In case the pthread.h system header is not found, this test will fail.
+XPCFLAGS=""
+CFLAGS="$CFLAGS -pthread"
+AC_LINK_IFELSE(
+ [AC_LANG_PROGRAM(
+ [#include
+ void *g(
*PING* for the build part as the driver part has been already approved.
http://gcc.gnu.org/ml/gcc-patches/2014-03/msg00492.html
Also pinging another one-line libcilkrts/Makefile.am patch:
http://gcc.gnu.org/ml/gcc-patches/2014-03/msg0.html
On March 11, 2014, Tobias Burnus wrote:
When using
PING for the build part; Joseph has already approved the driver part.
Tobias Burnus wrote:
When using Cilk Plus (-fcilkplus), it makes sense to automatically
link the run-time library (-lcilkrts).
This patch mimics libgomp by adding a .spec file; I am not 100% sure
whether the .spec file is n
On Tue, 11 Mar 2014, Tobias Burnus wrote:
> When using Cilk Plus (-fcilkplus), it makes sense to automatically link the
> run-time library (-lcilkrts).
>
> This patch mimics libgomp by adding a .spec file; I am not 100% sure whether
> the .spec file is needed, but the pthread tests in libgomp imp
When using Cilk Plus (-fcilkplus), it makes sense to automatically link
the run-time library (-lcilkrts).
This patch mimics libgomp by adding a .spec file; I am not 100% sure
whether the .spec file is needed, but the pthread tests in libgomp imply
that it makes sense. (libgomp also checks for
14 matches
Mail list logo