https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82623

            Bug ID: 82623
           Summary: many omp tests failed for both C++ and Fortran,
                    gcc-6.4 on Redhat 7.3/64
           Product: gcc
           Version: 6.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: aaahaaah at yandex dot ru
  Target Milestone: ---

Created attachment 42405
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=42405&action=edit
the output of gcc-6.4 tests

System: RedHat-7.3/64
Trying to compile gcc-6.4
The compilation itself ended up without errors.

Problem: Many OMP tests failed (both C++ and Fortran).

The following chain of commands was executed on the newly installed system:

sudo yum install mc wget curl cmake make binutils gcc gcc-c++ gcc-gfortran
openssh-clients openssh-server git automake meld

sudo yum groupinstall "Development Tools"

sudo yum install tkinter tk-devel vtk-devel texlive*

sudo yum install ncurses-devel boost-devel readline-devel

# Compile gcc:
sudo yum install gmp-devel mpfr-devel libmpc-devel texinfo perl bzip2 gzip
autoconf m4 automake gettext gperf autogen guile dejagnu expect tcl-devel

./configure --disable-multilib --enable-languages=c,c++,fortran
make
make check

The output log-file is attached.

Reply via email to