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

            Bug ID: 87740
           Summary: Error Making Test Suite
           Product: gcc
           Version: 5.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: testsuite
          Assignee: unassigned at gcc dot gnu.org
          Reporter: christopher.e.ozawa at raytheon dot com
  Target Milestone: ---

Attempt to build test suite using the "make" command resulted in errors.

GCC version/configuration output: COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu
5.4.0-6ubuntu1~16.04.10' --with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs
--enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr
--program-suffix=-5 --enable-shared --enable-linker-build-id
--libexecdir=/usr/lib --without-included-gettext --enable-threads=posix
--libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu
--enable-libstdcxx-debug --enable-libstdcxx-time=yes
--with-default-libstdcxx-abi=new --enable-gnu-unique-object
--disable-vtable-verify --enable-libmpx --enable-plugin --with-system-zlib
--disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo
--with-java-home=/usr/lib/jvm/java-1.5.0-gcj-5-amd64/jre --enable-java-home
--with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-amd64
--with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-amd64
--with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar
--enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686
--with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib
--with-tune=generic --enable-checking=release --build=x86_64-linux-gnu
--host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10) 

Command: make

Error Message: ../.././isl/isl_tab_pip.c: In function
‘isl_tab_basic_set_non_trivial_lexmin’:
../.././isl/isl_tab_pip.c:5087:21: internal compiler error: in check, at
tree-vrp.c:155
 5087 | __isl_give isl_vec *isl_tab_basic_set_non_trivial_lexmin(
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Please submit a full bug report,
with preprocessed source if appropriate.
See <https://gcc.gnu.org/bugs/> for instructions.
Makefile:1463: recipe for target 'isl_tab_pip.lo' failed
make[5]: *** [isl_tab_pip.lo] Error 1
make[5]: Leaving directory
'/home/devvm/Downloads/gcc-master/host-x86_64-pc-linux-gnu/isl'
Makefile:1571: recipe for target 'all-recursive' failed
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory
'/home/devvm/Downloads/gcc-master/host-x86_64-pc-linux-gnu/isl'
Makefile:1167: recipe for target 'all' failed
make[3]: *** [all] Error 2
make[3]: Leaving directory
'/home/devvm/Downloads/gcc-master/host-x86_64-pc-linux-gnu/isl'
Makefile:8812: recipe for target 'all-stage3-isl' failed
make[2]: *** [all-stage3-isl] Error 2
make[2]: Leaving directory '/home/devvm/Downloads/gcc-master'
Makefile:27710: recipe for target 'stage3-bubble' failed
make[1]: *** [stage3-bubble] Error 2
make[1]: Leaving directory '/home/devvm/Downloads/gcc-master'
Makefile:959: recipe for target 'all' failed
make: *** [all] Error 2

Reply via email to