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

            Bug ID: 83286
           Summary: internal compiler error: Illegal instruction
           Product: gcc
           Version: 6.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
          Assignee: unassigned at gcc dot gnu.org
          Reporter: aweslowski at gmail dot com
  Target Milestone: ---

Summary
----------------------
Error compiling PARI/GP on Windows with MSYS2/mingw64. This might be an error
with make or with the config? 

make clean
./configure
make gp

internal compiler error: Illegal instruction
gcc: internal compiler error: Segmentation fault (program cc1)


System
----------------------
Windows 7 Home Premium
MSYS2 64-bit
GCC 6.4.0

Resources
----------------------
http://repo.msys2.org/distrib/x86_64/msys2-x86_64-20161025.exe

Local zip file (includes generated/processed files):
https://www.dropbox.com/s/b2maeinfc459x0o/pari-2.9.3.zip?dl=0

Original tar file from PARI/GP server:
https://pari.math.u-bordeaux.fr/pub/pari/unix/pari-2.9.3.tar.gz

Message
----------------------
/usr/bin/gcc  -c -O3 -Wall -fno-strict-aliasing -fomit-frame-pointer   
-funroll-loops -fPIC -I. -I../src/headers -o mpker.o mpker.c
In file included from ../src/headers/pari.h:49:0,
                 from ../src/kernel/none/mp.c:20:
../src/kernel/none/divll_pre.h: In function ‘get_Fl_red’:
../src/kernel/none/divll_pre.h:31:1: internal compiler error: Illegal
instruction
 }
 ^
gcc: internal compiler error: Segmentation fault (program cc1)
Please submit a full bug report,
with preprocessed source if appropriate.
make[1]: *** [Makefile:970: mpker.o] Error 4

Reply via email to