Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Simon Marchi <simon.marchi@polymtl.ca>
To: Tom Tromey <tom@tromey.com>
Cc: gdb-patches@sourceware.org
Subject: Re: [RFA] Fix the clang build
Date: Thu, 10 May 2018 16:47:00 -0000	[thread overview]
Message-ID: <7622331bcb94377c233dae7435f8183f@polymtl.ca> (raw)
In-Reply-To: <20180510144039.9474-1-tom@tromey.com>

On 2018-05-10 10:40, Tom Tromey wrote:
> Simon pointed out that gdb would not build with clang, due to the
> addition of -Wimplicit-fallthrough.  This patch fixes the problem by
> using -Wimplicit-fallthrough=3 -- this does not work with clang,
> bypassing the issue.
> 
> Tested by rebuilding with both gcc and clang; and also by verifying
> that -Wimplicit-fallthrough=3 is used in the gcc build.
> 
> I will file a follow-up bug to convert the fall-through comments to a
> form that can be used by both clang and gcc.

Thanks, that patch is fine with me.

To be clear for those who might not be aware of the mechanism: the 
configure script tests each warning flag to see if it's supported by the 
current compiler.  Since -Wimplicit-fallthrough=3 is not supported by 
clang, it won't be included.  This means that we won't get the 
fallthrough warnings when building with clang.  I think it's fine, since 
we get them through gcc, so an unintended fallthrough would be found 
pretty quickly anyway.

Simon


      reply	other threads:[~2018-05-10 15:16 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-10 15:05 Tom Tromey
2018-05-10 16:47 ` Simon Marchi [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=7622331bcb94377c233dae7435f8183f@polymtl.ca \
    --to=simon.marchi@polymtl.ca \
    --cc=gdb-patches@sourceware.org \
    --cc=tom@tromey.com \
    /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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox