public inbox for gdb-prs@sourceware.org help / color / mirror / Atom feed
From: "eblotml at free dot fr" <sourceware-bugzilla@sourceware.org> To: gdb-prs@sourceware.org Subject: [Bug gdb/14540] New: GDB for ARM target fails to build with clang Date: Sun, 02 Sep 2012 10:40:00 -0000 [thread overview] Message-ID: <bug-14540-4717@http.sourceware.org/bugzilla/> (raw) http://sourceware.org/bugzilla/show_bug.cgi?id=14540 Bug #: 14540 Summary: GDB for ARM target fails to build with clang Product: gdb Version: 7.5 Status: NEW Severity: normal Priority: P2 Component: gdb AssignedTo: unassigned@sourceware.org ReportedBy: eblotml@free.fr Classification: Unclassified clang compiler throws the following error: armsupp.c:639:7: error: non-void function 'ARMul_MRC' should return a value [-Wreturn-type] return; for arm-eabi generic target. host is OS X 10.8.1 It seems the function: ARMword ARMul_MRC (ARMul_State * state, ARMword instr) { unsigned cpab; ARMword result = 0; if (! CP_ACCESS_ALLOWED (state, CPNum)) { ARMul_UndefInstr (state, instr); return; } ... } is actually missing an error value. -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
next reply other threads:[~2012-09-02 10:40 UTC|newest] Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top 2012-09-02 10:40 eblotml at free dot fr [this message] 2012-09-03 9:17 ` [Bug sim/14540] " palves at redhat dot com 2012-09-03 9:19 ` palves at redhat dot com 2012-09-03 10:13 ` cvs-commit at gcc dot gnu.org 2012-09-03 10:15 ` nickc at redhat dot com 2012-09-03 11:13 ` eblot.ml at gmail dot com
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=bug-14540-4717@http.sourceware.org/bugzilla/ \ --to=sourceware-bugzilla@sourceware.org \ --cc=gdb-prs@sourceware.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: linkBe sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).