[Bug c/100360] scalar operation fails the compilation

2021-07-19 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100360 Andrew Pinski changed: What|Removed |Added Resolution|--- |INVALID Status|WAITING

[Bug c/100360] scalar operation fails the compilation

2021-05-03 Thread aliaga at uji dot es via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100360 --- Comment #4 from aliaga at uji dot es --- Hi, I have two different compiled versions of GMP. Initially, it is possible that I tried to use the wrong version, but the simplest code doesn't use GMP, therefore it doesn't matter the version which

[Bug c/100360] scalar operation fails the compilation

2021-05-03 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100360 --- Comment #3 from Richard Biener --- It's more likely that mpfr and/or GMP were configured with a wrong CPU and thus run into the illegal instruction. In the end this is unlikely a GCC problem. Please verify with a debugger.

[Bug c/100360] scalar operation fails the compilation

2021-04-30 Thread aliaga at uji dot es via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100360 --- Comment #2 from aliaga at uji dot es --- (In reply to Andrew Pinski from comment #1) > This is most likely due to this: > warning: GMP header version 6.2.0 differs from library version 6.2.1. > > Can you make sure you have the correct versio

[Bug c/100360] scalar operation fails the compilation

2021-04-30 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100360 Andrew Pinski changed: What|Removed |Added Ever confirmed|0 |1 Target|