public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "daniel.kruegler at googlemail dot com" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c++/55227] designated initializer for char array by string constant
Date: Wed, 07 Nov 2012 22:25:00 -0000	[thread overview]
Message-ID: <bug-55227-4-lTLHra8bc8@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-55227-4@http.gcc.gnu.org/bugzilla/>


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55227

Daniel Krügler <daniel.kruegler at googlemail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |daniel.kruegler at
                   |                            |googlemail dot com

--- Comment #1 from Daniel Krügler <daniel.kruegler at googlemail dot com> 2012-11-07 22:25:29 UTC ---
I would expect that the designated initializer would be .a="aaaa" and not
a:"aaaa" (as specified by C99), but I agree that even with that change the
revised code gives the same error:

struct S { char a[25]; };

int main() {
   struct S s = {.a="aaaa"};
   (void)s;
   return 0;
}


  reply	other threads:[~2012-11-07 22:25 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-07  8:27 [Bug c++/55227] New: " pavel.v.chupin at gmail dot com
2012-11-07 22:25 ` daniel.kruegler at googlemail dot com [this message]
2020-04-08 10:11 ` [Bug c++/55227] " ensadc at mailnesia dot com
2020-06-16 11:40 ` steven.spark at gmail dot com
2021-10-24 15:54 ` wjwray at gmail dot com
2021-10-24 21:25 ` wjwray at gmail dot com
2021-10-24 21:31 ` wjwray at gmail dot com
2021-10-25 17:06 ` wjwray at gmail dot com
2021-10-25 17:44 ` wjwray at gmail dot com
2021-11-04 23:43 ` wjwray at gmail dot com
2021-11-07  0:27 ` pinskia at gcc dot gnu.org
2021-11-18  3:17 ` wjwray at gmail dot com
2021-11-18  3:21 ` wjwray at gmail dot com
2021-12-14  5:34 ` pinskia at gcc dot gnu.org
2022-01-23 22:27 ` cvs-commit at gcc dot gnu.org

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-55227-4-lTLHra8bc8@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.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.
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).