From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 1EA783857C47; Mon, 10 Aug 2020 21:57:57 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1EA783857C47 From: "vries at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug build/26369] New: [build,v850-elf] Werror errors Date: Mon, 10 Aug 2020 21:57:56 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: build X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: vries at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot 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://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: gdb-prs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-prs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Aug 2020 21:57:57 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D26369 Bug ID: 26369 Summary: [build,v850-elf] Werror errors Product: gdb Version: HEAD Status: NEW Severity: normal Priority: P2 Component: build Assignee: unassigned at sourceware dot org Reporter: vries at gcc dot gnu.org Target Milestone: --- ... $ grep error: -B1 mbuild/v850-elf/Build.log src/sim/v850/simops.c: In function 'OP_10007E0': src/sim/v850/simops.c:1651:6: error: implicit declaration of function 'free' [-Werror=3Dimplicit-function-declaration] -- ^~~~ src/sim/v850/simops.c:1651:6: error: incompatible implicit declaration of built-in function 'free' [-Werror] src/sim/v850/simops.c:1651:6: note: include '' or provide a declaration of 'free' src/sim/v850/simops.c:1667:6: error: incompatible implicit declaration of built-in function 'free' [-Werror] -- src/sim/v850/simops.c:1667:6: note: include '' or provide a declaration of 'free' src/sim/v850/simops.c:1713:6: error: incompatible implicit declaration of built-in function 'free' [-Werror] -- src/sim/v850/simops.c:1713:6: note: include '' or provide a declaration of 'free' src/sim/v850/simops.c:1729:6: error: incompatible implicit declaration of built-in function 'free' [-Werror] -- src/sim/v850/simops.c:1729:6: note: include '' or provide a declaration of 'free' src/sim/v850/simops.c:1757:6: error: incompatible implicit declaration of built-in function 'free' [-Werror] -- src/sim/v850/simops.c:1757:6: note: include '' or provide a declaration of 'free' src/sim/v850/simops.c:1791:6: error: incompatible implicit declaration of built-in function 'free' [-Werror] -- src/sim/v850/simops.c:1791:6: note: include '' or provide a declaration of 'free' src/sim/v850/simops.c:1849:6: error: incompatible implicit declaration of built-in function 'free' [-Werror] -- src/sim/v850/simops.c:1849:6: note: include '' or provide a declaration of 'free' src/sim/v850/simops.c:1862:6: error: incompatible implicit declaration of built-in function 'free' [-Werror] -- src/sim/v850/simops.c:1862:6: note: include '' or provide a declaration of 'free' src/sim/v850/simops.c:1875:6: error: incompatible implicit declaration of built-in function 'free' [-Werror] -- src/sim/v850/simops.c:1875:6: note: include '' or provide a declaration of 'free' src/sim/v850/simops.c:1888:6: error: incompatible implicit declaration of built-in function 'free' [-Werror] -- src/sim/v850/simops.c:1888:6: note: include '' or provide a declaration of 'free' src/sim/v850/simops.c:1955:4: error: implicit declaration of function 'abor= t' [-Werror=3Dimplicit-function-declaration] -- ^~~~~ src/sim/v850/simops.c:1955:4: error: incompatible implicit declaration of built-in function 'abort' [-Werror] -- src/sim/v850/simops.c: In function 'v850_float_compare': src/sim/v850/simops.c:3024:4: error: incompatible implicit declaration of built-in function 'abort' [-Werror] -- src/sim/v850/simops.c:3024:4: note: include '' or provide a declaration of 'abort' src/sim/v850/simops.c:3081:4: error: incompatible implicit declaration of built-in function 'abort' [-Werror] -- src/sim/v850/simops.c:3081:4: note: include '' or provide a declaration of 'abort' src/sim/v850/simops.c:3094:4: error: incompatible implicit declaration of built-in function 'abort' [-Werror] -- src/sim/v850/simops.c: In function 'load_data_mem': src/sim/v850/simops.c:3453:7: error: incompatible implicit declaration of built-in function 'abort' [-Werror] -- src/sim/v850/simops.c: In function 'store_data_mem': src/sim/v850/simops.c:3476:7: error: incompatible implicit declaration of built-in function 'abort' [-Werror] ... --=20 You are receiving this mail because: You are on the CC list for the bug.=