Successful bootstrap and install of gcc (GCC) 7.3.0 on mips64-unknown-linux-gnu

2018-03-30 Thread Aaro Koskinen
Hi, Here's a report of a successful build and install of GCC: $ gcc-7.3.0/config.guess mips64-unknown-linux-gnu $ newcompiler/bin/gcc -v Using built-in specs. COLLECT_GCC=newcompiler/bin/gcc COLLECT_LTO_WRAPPER=/home/aaro/gcctest/newcompiler/libexec/gcc/mips-unknown-linux-gnu/7.3.0/lto-wrapper T

Re: GCC contribution

2018-03-30 Thread Nathan Sidwell
On 03/29/2018 09:48 AM, Jeff Law wrote: On 03/29/2018 12:56 AM, Andre Groenewald wrote: GCC steering community I count on you and speaking behalf other developers to keep GCC as close to C as possible for at least the next 1000 years. We've already made a decision to use C++ when it makes sen

Re: GCC contribution

2018-03-30 Thread Andre Groenewald
Your prochronistic expression is why front ends is developed. The purpose of the GCC engine is to make anachronistic futuristic code executable by means of a front-end, not to implement every star-trek expression. Why having this pointless conversation, the Titanic has left the port. On Fri, Ma

Successful bootstrap and install of gcc (GCC) 7.3.0 on hppa2.0-unknown-linux-gnu

2018-03-30 Thread Aaro Koskinen
Hi, Here's a report of a successful build and install of GCC: $ gcc-7.3.0/config.guess hppa2.0-unknown-linux-gnu $ newcompiler/bin/gcc -v Using built-in specs. COLLECT_GCC=newcompiler/bin/gcc COLLECT_LTO_WRAPPER=/home/aaro/gcctest/newcompiler/libexec/gcc/hppa-unknown-linux-gnu/7.3.0/lto-wrapper

Patching the GCC build system to build MPICH and OpenCoarrays

2018-03-30 Thread Damian Rouson
All, Jerry DeLisle, Daniel Celis Garza, and I would greatly appreciate feedback on our approach to patching the GCC build system to build MPICH and OpenCoarrays after it builds gfortran (gfortran requires MPI and OpenCoarrays to support the parallel features of Fortran 2008 and Fortran 2018).