Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Tom Tromey <tromey@redhat.com>
To: "Pierre Muller" <pierre.muller@ics-cnrs.unistra.fr>
Cc: "'Eli Zaretskii'" <eliz@gnu.org>, <gdb-patches@sourceware.org>
Subject: Re: [RFC] Avoid invalid parameter warnings in C runtime function for mingw builtr GDB
Date: Tue, 13 Aug 2013 15:37:00 -0000	[thread overview]
Message-ID: <874natr48x.fsf@fleche.redhat.com> (raw)
In-Reply-To: <41630.7793967009$1376385245@news.gmane.org> (Pierre Muller's	message of "Tue, 13 Aug 2013 11:13:49 +0200")

>>>>> "Pierre" == Pierre Muller <pierre.muller@ics-cnrs.unistra.fr> writes:

Pierre>   Once again, my insufficient C knowledge is to blame...
Pierre> Would that be correct?

Pierre> #if O_CLOEXEC
Pierre>   static int fopen_e_ever_failed = 0;
Pierre> #else
Pierre>   static int fopen_e_ever_failed = 1;
Pierre> #endif

O_CLOEXEC is unconditionally defined earlier.
But you can just write:

  /* If we provide a fake O_CLOEXEC, then don't ever try "e".  */
  static int fopen_e_ever_failed = O_CLOEXEC == 0;

Pierre>   But then the variable name is not appropriate anymore...

You can rename it if you want, but I don't really care either way.

Pierre> In fact, when I tried to read the code around that function, I
Pierre> discovered that there is already another variable called
Pierre> trust_o_cloexec

Pierre>   It seems to me that both are testing the same glibc extension,
Pierre> trust_o_cloexec as it numeric form O_CLOEXEC
Pierre> and fopen_e_ever_failed as its string mode equivalent "e".
Pierre>   Is it really possible that trust_o_cloexec and fopen_e_ever_failed
Pierre> do not match?

I forget exactly why I did this.
Maybe I was just being overly cautious.

Pierre>   Should a unique variable be enough?

Maybe.

Tom


  parent reply	other threads:[~2013-08-13 15:37 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <"002201ce9414$7e0d7130$7a285390$@muller"@ics-cnrs.unistra.fr>
2013-08-09 14:09 ` Eli Zaretskii
2013-08-13  9:13   ` Pierre Muller
     [not found]   ` <41630.7793967009$1376385245@news.gmane.org>
2013-08-13 15:37     ` Tom Tromey [this message]
2013-08-14 11:38       ` [RFA-v2] Avoid invalid parameter warnings in C runtime function for mingw built GDB Pierre Muller
     [not found]       ` <520b6c37.e9e6440a.7cfb.45fcSMTPIN_ADDED_BROKEN@mx.google.com>
2013-08-14 12:01         ` Pedro Alves
2013-08-14 12:12           ` [RFA-v3] " Pierre Muller
2013-09-13 22:35             ` Pierre Muller
     [not found]           ` <5233934f.8360440a.1d3e.ffffa937SMTPIN_ADDED_BROKEN@mx.google.com>
2013-09-13 23:08             ` Doug Evans
2013-09-14  6:30               ` Pierre Muller
     [not found]   ` <"001401ce9805$6cce7050$466b50f0$@muller"@ics-cnrs.unistra.fr>
2013-08-13 16:35     ` [RFC] Avoid invalid parameter warnings in C runtime function for mingw builtr GDB Eli Zaretskii
     [not found] <22647.6293908947$1375951926@news.gmane.org>
2013-08-09 15:26 ` Tom Tromey
2013-08-08  8:51 Pierre Muller

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=874natr48x.fsf@fleche.redhat.com \
    --to=tromey@redhat.com \
    --cc=eliz@gnu.org \
    --cc=gdb-patches@sourceware.org \
    --cc=pierre.muller@ics-cnrs.unistra.fr \
    /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