Re: gcc-8-20180225: "go" breaks building OpenMP

2018-03-09 Thread Siegmar Gross
Hi Thomas, thank you very much for your help. That's exactly what I wanted. I tried again and was successful. Kind regards Siegmar Am 09.03.2018 um 17:59 schrieb Thomas Schwinge: Hi! On Fri, 9 Mar 2018 17:15:16 +0100, Siegmar Gross wrote: [...] configure: error: "libffi ha

Re: gcc-8-20180225: "go" breaks building OpenMP

2018-03-09 Thread Siegmar Gross
egmar Am 09.03.2018 um 17:15 schrieb Thomas Schwinge: Hi! To close the loop: On Fri, 9 Mar 2018 09:32:11 +0100, Siegmar Gross wrote: Am 09.03.2018 um 08:44 schrieb Jakub Jelinek: On Fri, Mar 09, 2018 at 07:56:38AM +0100, Siegmar Gross wrote: some days ago I've installed gcc-8-20180225 with acce

Re: gcc-8-20180225: "go" breaks building OpenMP

2018-03-09 Thread Siegmar Gross
91 Mar 8 20:31 log.make-install loki gcc-8.0.0_build_3 144 Kind regards and thank you very much for your help in advance Siegmar Am 09.03.2018 um 14:38 schrieb Ian Lance Taylor: On Thu, Mar 8, 2018 at 10:56 PM, Siegmar Gross wrote: some days ago I've installed gcc-8-20180225 with ac

Re: gcc-8-20180225: "go" breaks building OpenMP

2018-03-09 Thread Siegmar Gross
Hi Jakub, Am 09.03.2018 um 08:44 schrieb Jakub Jelinek: On Fri, Mar 09, 2018 at 07:56:38AM +0100, Siegmar Gross wrote: some days ago I've installed gcc-8-20180225 with accelerator support on my "SUSE Linux Enterprise Server 12.3 (x86_64)" with gcc-6.4.0. Yesterday I tried to ad

gcc-8-20180225: "go" breaks building OpenMP

2018-03-08 Thread Siegmar Gross
Hi, some days ago I've installed gcc-8-20180225 with accelerator support on my "SUSE Linux Enterprise Server 12.3 (x86_64)" with gcc-6.4.0. Yesterday I tried to add the languages objc, obj-c++, and go to my installation. Unfortunately, I lost the OpenMP support. Adding the languages step-by-step,

Re: gcc-8-20180225: recipe for target 'configure-target-libbacktrace' failed

2018-02-26 Thread Siegmar Gross
Hi Thomas, I cloned nvptx* again and now I was able to build everything. The new compiler works for my small accelerator programs. Thank you very much for your help Siegmar Am 26.02.2018 um 10:57 schrieb Thomas Schwinge: Hi! On Mon, 26 Feb 2018 07:58:17 +0100, Siegmar Gross wrote

gcc-8-20180225: recipe for target 'configure-target-libbacktrace' failed

2018-02-25 Thread Siegmar Gross
Hi, today I tried to install gcc-8-20180225 with accelerator support on my "SUSE Linux Enterprise Server 12.3 (x86_64)" with gcc-6.4.0. I used the following commands to download and build everything. setenv LD_LIBRARY_PATH ${LD_LIBRARY_PATH}:/usr/local/cuda/lib64 setenv CUDA_INC_PATH /usr/local/

Re: gcc-7.3.0: ptxas lib_a-hash_func.o, line 11; fatal : Invalid initial value expression

2018-02-25 Thread Siegmar Gross
148 ls -ld /usr/local/gcc-7.2.0/ /usr/local/cuda lrwxrwxrwx 1 root root8 Sep 27 09:15 /usr/local/cuda -> cuda-9.0 drwxr-xr-x 9 root root 4096 Nov 2 12:07 /usr/local/gcc-7.2.0/ loki nvptx 149 Thank you very much once more Siegmar Am 24.02.2018 um 23:18 schrieb Thomas Schwinge: Hi! On

gcc-7.3.0: ptxas lib_a-hash_func.o, line 11; fatal : Invalid initial value expression

2018-02-24 Thread Siegmar Gross
Hi, today I tried to install gcc-7.3.0 with accelerator support on my "SUSE Linux Enterprise Server 12.3 (x86_64)" with gcc-6.4.0. I used the following commands to download and build everything. setenv LD_LIBRARY_PATH ${LD_LIBRARY_PATH}:/usr/local/cuda/lib64 setenv CUDA_INC_PATH /usr/local/cuda/

problem with fprintf and OpenMP

2014-05-14 Thread Siegmar Gross
Hi, I'm using gcc-4.9.0 and have a problem with the following program. I have reported the problem allready on gcc-help some days ago, but didn't get any replies. Perhaps somebody in this list knows, if the behaviour is intended. #include #include #include int main (void) { #pragma omp para