public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: DJ Delorie <dj@redhat.com>
To: Nick Clifton <nickc@redhat.com>
Cc: gcc-patches@gcc.gnu.org
Subject: Re: RFA: RL78: Place zero-initialised data into the .bss section
Date: Wed, 13 May 2015 18:04:00 -0000	[thread overview]
Message-ID: <201505131800.t4DI0kgA001348@greed.delorie.com> (raw)
In-Reply-To: <87r3qkin2v.fsf@redhat.com> (message from Nick Clifton on Wed, 13	May 2015 15:11:52 +0100)


>   OK to apply ?

Ok but..

> +    case SECCAT_TBSS:
> +      return default_select_section (decl, reloc, align);
> +
> +    default:
> +      gcc_unreachable ();

Would it be better to just "default:" everything to
default_select_section, instead of enumerating everything we know
about today?

  reply	other threads:[~2015-05-13 18:00 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-13 14:16 Nick Clifton
2015-05-13 18:04 ` DJ Delorie [this message]
2015-05-14  8:44   ` Nicholas Clifton

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=201505131800.t4DI0kgA001348@greed.delorie.com \
    --to=dj@redhat.com \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=nickc@redhat.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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).