From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 5E8CE3870869; Fri, 12 Jun 2020 09:14:37 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5E8CE3870869 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1591953277; bh=4UAR5Ur6yKOyoDgzgRL5MEqz14OEgPDbgQQAE32jIjw=; h=From:To:Subject:Date:From; b=ttZTLjBepALKIX8+1hCpkgqTWJRawGBfVPp8971X6WJUBWAWdQbo1KyhoUxc7Ly/a yO5tMV1stgwJpkPC7nh+e+4RL150uomk+uFnZEYiGZdJfkQYFti/NeqnN3E1MlWH2I vAlGlIiJvTavFOgpgpkutG8fiys5Qir9FcSxueAI= From: "noan at email dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/95651] New: GCC compilation error on AArch64: error: expected expression: AARCH64_INIT_MEMTAG_BUILTINS_DECL Date: Fri, 12 Jun 2020 09:14:37 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 10.1.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: noan at email dot com X-Bugzilla-Status: UNCONFIRMED 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: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: 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, 12 Jun 2020 09:14:37 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D95651 Bug ID: 95651 Summary: GCC compilation error on AArch64: error: expected expression: AARCH64_INIT_MEMTAG_BUILTINS_DECL Product: gcc Version: 10.1.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: noan at email dot com Target Milestone: --- I have built GCC (10.1.0) many times from source on x86. I tried the same on AArch64 and it failed with the following error: ../.././gcc/config/aarch64/aarch64-builtins.c:1225:3: error: expected expression AARCH64_INIT_MEMTAG_BUILTINS_DECL (IRG, irg, irg, fntype); ... I build on Ubuntu 20.04 with the stock GCC 9.3.0 compiler: $ lsb_release -d Description: Ubuntu 20.04 LTS $ gcc --version gcc (Ubuntu 9.3.0-10ubuntu2) 9.3.0 $ uname -a Linux pi64 5.4.0-1008-raspi #8-Ubuntu SMP Wed Apr 8 11:13:06 UTC 2020 aarch= 64 aarch64 aarch64 GNU/Linux Build commands: $ tar xzf gcc-10.1.0.tar.gz $ cd gcc-10.1.0 $ contrib/download_prerequisites $ ./configure --prefix=3D/usr/local/gcc-10.1.0 --enable-languages=3Dc,c++,f= ortran --disable-multilib $ make -j 4=