Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Andreas Schwab <schwab@suse.de>
To: Vladimir Prus <vladimir@codesourcery.com>
Cc: Eli Zaretskii <eliz@gnu.org>, gdb-patches@sources.redhat.com
Subject: Re: [7/9] simplify pending breakpoints
Date: Sat, 08 Sep 2007 12:33:00 -0000	[thread overview]
Message-ID: <jesl5pz69e.fsf@sykes.suse.de> (raw)
In-Reply-To: <200709081543.45598.vladimir@codesourcery.com> (Vladimir Prus's 	message of "Sat\, 8 Sep 2007 15\:43\:45 +0400")

Vladimir Prus <vladimir@codesourcery.com> writes:

> On Saturday 08 September 2007 15:26:36 Eli Zaretskii wrote:
>> > From: Vladimir Prus <vladimir@codesourcery.com>
>> > Date: Sat, 8 Sep 2007 01:50:04 +0400
>> > 
>> > @@ -5422,12 +5355,9 @@ break_command_1 (char *arg, int flag, in
>> >      }
>> >    else
>> >      {
>> > -      struct symtab_and_line sal;
>> > +      struct symtab_and_line sal = {};
>> 
>> Is this a valid initializer in ISO C?  I think it isn't; at least
>> under -pedantic, GCC says:
>> 
>>     ttt.c: In function `foo':
>>     ttt.c:6: warning: ISO C forbids empty initializer braces
>
> Ehm. Then do I have to resort to 'memset' to initialize it?

{0} will do.

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
PGP key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."


  parent reply	other threads:[~2007-09-08 12:33 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-09-07 21:51 Vladimir Prus
2007-09-08 11:26 ` Eli Zaretskii
2007-09-08 11:43   ` Vladimir Prus
2007-09-08 12:25     ` Eli Zaretskii
2007-09-22 18:04       ` Vladimir Prus
2007-09-22 18:29         ` Eli Zaretskii
2007-09-08 12:33     ` Andreas Schwab [this message]
2007-09-09 19:53 ` Joel Brobecker

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=jesl5pz69e.fsf@sykes.suse.de \
    --to=schwab@suse.de \
    --cc=eliz@gnu.org \
    --cc=gdb-patches@sources.redhat.com \
    --cc=vladimir@codesourcery.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