https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83286
--- Comment #7 from Alex Weslowski ---
Created attachment 42819
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=42819&action=edit
Preprocessed file trans3.i
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83286
--- Comment #8 from Alex Weslowski ---
(In reply to Richard Biener from comment #6)
> Illegal instruction is usually coming from gmp/mpfr which might be linked
> statically into your GCC binary on mingw.
This may indeed be the case. Also happens
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83286
--- Comment #2 from Alex Weslowski ---
(In reply to Andrew Pinski from comment #1)
> Can you read https://gcc.gnu.org/bugs/ and provide the preprocessed source?
Hi, will attach the mpker.i file to this bug. The zip file has also been
updated. Ch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83286
--- Comment #3 from Alex Weslowski ---
Created attachment 42786
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=42786&action=edit
Preprocessed file mpker.i
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83286
--- Comment #4 from Alex Weslowski ---
Verbose output:
Making gp in O6.1-none-msys_nt
make[1]: Entering directory 'pari-2.9.3/O6.1-none-msys_nt'
/usr/bin/gcc -v -save-temps -c -O3 -Wall -fno-strict-aliasing
-fomit-frame-pointer-funroll-l
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83286
--- Comment #5 from Alex Weslowski ---
Please note, this appears to be fixed (hopefully) in GCC 7.2.0. Either that, or
my version of GCC 6.4.0 is borked. (Or, it may be an intermittent error, I
suppose.)