From: Narayanan Nellayi <n.a.narayanan@gmail.com>
To: 41348@debbugs.gnu.org
Cc: "Narayanan N.A." <n.a.narayanan@gmail.com>
Subject: bug#41348: emacs compilation with clang10 fails in the file lib-src/etags.c
Date: Sun, 17 May 2020 21:23:46 +0530 [thread overview]
Message-ID: <CAPtqxFa7mJd+oOqXh8zXmMOGaBbqGF4s47986cV7AKQuyKijag@mail.gmail.com> (raw)
In-Reply-To: <CAPtqxFZtks=xrefX0XOAi=bSBEyRLvzbsHwkA895LZ18JNVKuw@mail.gmail.com>
Hi,
The following patch also works; this is in case removal of a "break"
statement requires either a "FALLTHROUGH" or a"goto" statement. The
previous patch was to just comment out FALLTHROUGH and the other
alternative is to replace FALLTHROUGH with a goto, though using goto
to jump to the next statement looks odd.
> diff --git a/lib-src/etags.c b/lib-src/etags.c
> index eee2c59626..b3d4642505 100644
> --- a/lib-src/etags.c
> +++ b/lib-src/etags.c
> @@ -4196,7 +4196,8 @@ C_entries (int c_ext, FILE *inf)
> objdef = omethodsign;
> break;
> }
> - FALLTHROUGH;
> + // FALLTHROUGH;
> + goto resetfvdef;
> resetfvdef:
> case '#': case '~': case '&': case '%': case '/':
> case '|': case '^': case '!': case '.': case '?':
Options I used to build emacs:
./configure 'CFLAGS=-Ofast -march=skylake -funroll-loops
-fno-finite-math-only' CC=clang \
--with-mailutils --with-sound=yes --with-x-toolkit=gtk3
\
--with-gconf --with-modules --with-file-notification=yes
\
--with-xwidgets --with-xaw3d=yes --with-libsystemd=yes
\
--with-imagemagick=yes
Regards
Narayanan
prev parent reply other threads:[~2020-05-17 15:53 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-05-17 7:02 bug#41348: emacs compilation with clang10 fails in the file lib-src/etags.c Narayanan Nellayi
2020-05-17 15:24 ` Eli Zaretskii
2020-05-17 15:36 ` Benjamin Riefenstahl
2020-05-17 16:01 ` Narayanan Nellayi
2020-05-17 15:53 ` Narayanan Nellayi [this message]
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=CAPtqxFa7mJd+oOqXh8zXmMOGaBbqGF4s47986cV7AKQuyKijag@mail.gmail.com \
--to=n.a.narayanan@gmail.com \
--cc=41348@debbugs.gnu.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: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.