From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 24C7D3858002; Fri, 30 Apr 2021 23:15:15 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 24C7D3858002 From: "aliaga at uji dot es" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/100360] scalar operation fails the compilation Date: Fri, 30 Apr 2021 23:15:15 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c X-Bugzilla-Version: 9.3.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: aliaga at uji dot es X-Bugzilla-Status: WAITING X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Apr 2021 23:15:15 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D100360 --- 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. >=20 > Can you make sure you have the correct version of GMP installed and such. Hi, Thank you very much for your quick answer!! I downloaded and installed the version 6.2.1 of GMP library in a local directory, but the code attached in the bug doesn't use the GMP library. Therefore, why does this error happen?=20 In any case, I have recompiled the codes, and now the error doesn't occur. I don't understand why.=20 It is true that the first error occurred in a larger code where GMP 6.2.1 w= as used. From this, I reduced the code trying to isolate the problem, removing= the use of GMP and generating a really short code. The only reasoning to justify the solution could be that I have reconnected to the machine, but it is rar= e. Given that the error no longer occurs, I want to thank you again your help. Best regards, Jos=C3=A9 I. Aliaga=